Uses of Enum
org.bukkit.entity.Axolotl.Variant
Packages that use Axolotl.Variant
Package
Description
Interfaces for non-voxel objects that can exist in a
world
, including all players, monsters, projectiles, etc.The interfaces used when manipulating extra data can can be stored inside
item stacks
.-
Uses of Axolotl.Variant in org.bukkit.entity
Methods in org.bukkit.entity that return Axolotl.VariantModifier and TypeMethodDescriptionAxolotl.getVariant()
Get the variant of this axolotl.static Axolotl.Variant
Returns the enum constant of this type with the specified name.static Axolotl.Variant[]
Axolotl.Variant.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.bukkit.entity with parameters of type Axolotl.VariantModifier and TypeMethodDescriptionvoid
Axolotl.setVariant
(Axolotl.Variant variant) Set the variant of this axolotl. -
Uses of Axolotl.Variant in org.bukkit.inventory.meta
Methods in org.bukkit.inventory.meta that return Axolotl.VariantModifier and TypeMethodDescriptionAxolotlBucketMeta.getVariant()
Get the variant of the axolotl in the bucket.Methods in org.bukkit.inventory.meta with parameters of type Axolotl.VariantModifier and TypeMethodDescriptionvoid
AxolotlBucketMeta.setVariant
(Axolotl.Variant variant) Set the variant of this axolotl in the bucket.