Uses of Interface
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 TypeFieldDescriptionstatic final Frog.Variant
Frog.Variant.COLD
Cold (green) frog.static final Frog.Variant
Frog.Variant.TEMPERATE
Temperate (brown-orange) frog.static final Frog.Variant
Frog.Variant.WARM
Warm (gray) frog.Modifier and TypeMethodDescriptionFrog.getVariant()
Get the variant of this frog.static Frog.Variant
Deprecated.static Frog.Variant[]
Frog.Variant.values()
Deprecated.useIterable.iterator()
.Modifier and TypeMethodDescriptionvoid
Frog.setVariant
(Frog.Variant variant) Set the variant of this frog.
Registry.get(NamespacedKey)
instead.