Uses of Enum Class
org.bukkit.entity.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
Modifier and TypeMethodDescriptionAxolotl.getVariant()
Get the variant of this axolotl.static Axolotl.Variant
Returns the enum constant of this class with the specified name.static Axolotl.Variant[]
Axolotl.Variant.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
Axolotl.setVariant
(@NotNull Axolotl.Variant variant) Set the variant of this axolotl. -
Uses of Axolotl.Variant in org.bukkit.inventory.meta
Modifier and TypeMethodDescriptionAxolotlBucketMeta.getVariant()
Get the variant of the axolotl in the bucket.Modifier and TypeMethodDescriptionvoid
AxolotlBucketMeta.setVariant
(Axolotl.Variant variant) Set the variant of this axolotl in the bucket.