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 io.papermc.paper.registry
Modifier and TypeFieldDescriptionstatic final RegistryKey
<Frog.Variant> RegistryKey.FROG_VARIANT
Built-in registry for frog variants. -
Uses of Frog.Variant in io.papermc.paper.registry.keys
Modifier and TypeFieldDescriptionstatic final TypedKey
<Frog.Variant> FrogVariantKeys.COLD
minecraft:cold
static final TypedKey
<Frog.Variant> FrogVariantKeys.TEMPERATE
minecraft:temperate
static final TypedKey
<Frog.Variant> FrogVariantKeys.WARM
minecraft:warm
-
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 @NotNull Frog.Variant
Deprecated, for removal: This API element is subject to removal in a future version.static @NotNull Frog.Variant[]
Frog.Variant.values()
Deprecated, for removal: This API element is subject to removal in a future version.useIterable.iterator()
.Modifier and TypeMethodDescriptionvoid
Frog.setVariant
(@NotNull Frog.Variant variant) Set the variant of this frog.
Registry.get(NamespacedKey)
instead.