Uses of Enum
org.bukkit.entity.Frog.Variant
Packages that use 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
Fields in org.bukkit with type parameters of type Frog.VariantModifier and TypeFieldDescriptionstatic final Registry<Frog.Variant>
Registry.FROG_VARIANT
Frog variants. -
Uses of Frog.Variant in org.bukkit.entity
Methods in org.bukkit.entity that return Frog.VariantModifier 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.Methods in org.bukkit.entity with parameters of type Frog.VariantModifier and TypeMethodDescriptionvoid
Frog.setVariant
(Frog.Variant variant) Set the variant of this frog.