接口 AxolotlBucketMeta
Represents a bucket of axolotl.
-
方法概要
修饰符和类型方法说明clone()
Get the variant of the axolotl in the bucket.boolean
Checks for existence of a variant tag indicating a specific axolotl will be spawned.void
setVariant
(Axolotl.Variant variant) Set the variant of this axolotl in the bucket.从接口继承的方法 org.bukkit.configuration.serialization.ConfigurationSerializable
serialize
从接口继承的方法 org.bukkit.inventory.meta.ItemMeta
addAttributeModifier, addEnchant, addItemFlags, getAsComponentString, getAsString, getAttributeModifiers, getAttributeModifiers, getAttributeModifiers, getCustomModelData, getCustomTagContainer, getDisplayName, getEnchantLevel, getEnchantmentGlintOverride, getEnchants, getFood, getItemFlags, getItemName, getJukeboxPlayable, getLocalizedName, getLore, getMaxStackSize, getRarity, getTool, hasAttributeModifiers, hasConflictingEnchant, hasCustomModelData, hasDisplayName, hasEnchant, hasEnchantmentGlintOverride, hasEnchants, hasFood, hasItemFlag, hasItemName, hasJukeboxPlayable, hasLocalizedName, hasLore, hasMaxStackSize, hasRarity, hasTool, isFireResistant, isHideTooltip, isUnbreakable, removeAttributeModifier, removeAttributeModifier, removeAttributeModifier, removeEnchant, removeEnchantments, removeItemFlags, setAttributeModifiers, setCustomModelData, setDisplayName, setEnchantmentGlintOverride, setFireResistant, setFood, setHideTooltip, setItemName, setJukeboxPlayable, setLocalizedName, setLore, setMaxStackSize, setRarity, setTool, setUnbreakable, setVersion
从接口继承的方法 org.bukkit.persistence.PersistentDataHolder
getPersistentDataContainer
-
方法详细资料
-
getVariant
Get the variant of the axolotl in the bucket.Plugins should check that hasVariant() returns
true
before calling this method.- 返回:
- axolotl variant
-
setVariant
Set the variant of this axolotl in the bucket.- 参数:
variant
- axolotl variant
-
hasVariant
boolean hasVariant()Checks for existence of a variant tag indicating a specific axolotl will be spawned.- 返回:
- if there is a variant
-
clone
-