Uses of Enum Class
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 io.papermc.paper.registry
-
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 class with the specified name.static Frog.Variant[]
Frog.Variant.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
Frog.setVariant
(@NotNull Frog.Variant variant) Set the variant of this frog.