Uses of Enum
org.bukkit.entity.Frog.Variant
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Interfaces for non-voxel objects that can exist in a
world
, including all players, monsters, projectiles, etc.-
Uses of Frog.Variant in org.bukkit
Modifier and TypeFieldDescriptionstatic final Registry<Frog.Variant>
Registry.FROG_VARIANT
Frog variants. -
Uses of Frog.Variant in org.bukkit.entity
Modifier and TypeMethodDescriptionFrog.getVariant()
Get the variant of this frog.static Frog.Variant
Returns the enum constant of this type with the specified name.static Frog.Variant[]
Frog.Variant.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
Frog.setVariant
(Frog.Variant variant) Set the variant of this frog.