Package org.bukkit.inventory.meta
Interface AxolotlBucketMeta
- All Superinterfaces:
- Cloneable,- ConfigurationSerializable,- ItemMeta,- PersistentDataHolder
Represents a bucket of axolotl.
- 
Method SummaryModifier and TypeMethodDescriptionclone()Get the variant of the axolotl in the bucket.booleanChecks for existence of a variant tag indicating a specific axolotl will be spawned.voidsetVariant(Axolotl.Variant variant) Set the variant of this axolotl in the bucket.Methods inherited from interface org.bukkit.configuration.serialization.ConfigurationSerializableserializeMethods inherited from interface org.bukkit.inventory.meta.ItemMetaaddAttributeModifier, addEnchant, addItemFlags, displayName, displayName, getAsComponentString, getAsString, getAttributeModifiers, getAttributeModifiers, getAttributeModifiers, getCustomModelData, getCustomTagContainer, getDisplayName, getDisplayNameComponent, getEnchantLevel, getEnchantmentGlintOverride, getEnchants, getFood, getItemFlags, getItemName, getLocalizedName, getLore, getLoreComponents, getMaxStackSize, getRarity, getTool, hasAttributeModifiers, hasConflictingEnchant, hasCustomModelData, hasDisplayName, hasEnchant, hasEnchantmentGlintOverride, hasEnchants, hasFood, hasItemFlag, hasItemName, hasLocalizedName, hasLore, hasMaxStackSize, hasRarity, hasTool, isFireResistant, isHideTooltip, isUnbreakable, itemName, itemName, lore, lore, removeAttributeModifier, removeAttributeModifier, removeAttributeModifier, removeEnchant, removeEnchantments, removeItemFlags, setAttributeModifiers, setCustomModelData, setDisplayName, setDisplayNameComponent, setEnchantmentGlintOverride, setFireResistant, setFood, setHideTooltip, setItemName, setLocalizedName, setLore, setLoreComponents, setMaxStackSize, setRarity, setTool, setUnbreakable, setVersionMethods inherited from interface org.bukkit.persistence.PersistentDataHoldergetPersistentDataContainer
- 
Method Details- 
getVariantGet the variant of the axolotl in the bucket.Plugins should check that hasVariant() returns truebefore calling this method.- Returns:
- axolotl variant
 
- 
setVariantSet the variant of this axolotl in the bucket.- Parameters:
- variant- axolotl variant
 
- 
hasVariantboolean hasVariant()Checks for existence of a variant tag indicating a specific axolotl will be spawned.- Returns:
- if there is a variant
 
- 
clone
 
-