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, getAsString, getAttributeModifiers, getAttributeModifiers, getAttributeModifiers, getCustomModelData, getCustomTagContainer, getDisplayName, getEnchantLevel, getEnchants, getItemFlags, getLocalizedName, getLore, hasAttributeModifiers, hasConflictingEnchant, hasCustomModelData, hasDisplayName, hasEnchant, hasEnchants, hasItemFlag, hasLocalizedName, hasLore, isUnbreakable, removeAttributeModifier, removeAttributeModifier, removeAttributeModifier, removeEnchant, removeItemFlags, setAttributeModifiers, setCustomModelData, setDisplayName, setLocalizedName, setLore, 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
 
-