Uses of Enum Class
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 io.papermc.paper.datacomponent
Fields in io.papermc.paper.datacomponent with type parameters of type Axolotl.VariantModifier and TypeFieldDescriptionstatic final DataComponentType.Valued
<Axolotl.Variant> DataComponentTypes.AXOLOTL_VARIANT
-
Uses of Axolotl.Variant in org.bukkit.entity
Methods in org.bukkit.entity that return Axolotl.VariantModifier and TypeMethodDescription@NotNull Axolotl.Variant
Axolotl.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.Methods in org.bukkit.entity with parameters of type Axolotl.VariantModifier and TypeMethodDescriptionvoid
Axolotl.setVariant
(@NotNull 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.