Uses of Interface
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 io.papermc.paper.datacomponent
Fields in io.papermc.paper.datacomponent with type parameters of type Frog.VariantModifier and TypeFieldDescriptionstatic final DataComponentType.Valued
<Frog.Variant> DataComponentTypes.FROG_VARIANT
-
Uses of Frog.Variant in io.papermc.paper.registry
Fields in io.papermc.paper.registry with type parameters of type Frog.VariantModifier and TypeFieldDescriptionstatic final RegistryKey
<Frog.Variant> RegistryKey.FROG_VARIANT
Data-driven registry for frog variants. -
Uses of Frog.Variant in io.papermc.paper.registry.keys
Fields in io.papermc.paper.registry.keys with type parameters of type Frog.VariantModifier 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
Methods in io.papermc.paper.registry.keys that return types with arguments of type Frog.VariantModifier and TypeMethodDescriptionstatic TypedKey
<Frog.Variant> Creates a typed key forFrog.Variant
in the registryminecraft:frog_variant
. -
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
Deprecated. -
Uses of Frog.Variant in org.bukkit.entity
Fields in org.bukkit.entity declared as Frog.VariantModifier and TypeFieldDescriptionstatic final Frog.Variant
Frog.Variant.COLD
static final Frog.Variant
Frog.Variant.TEMPERATE
static final Frog.Variant
Frog.Variant.WARM
Methods in org.bukkit.entity that return Frog.VariantModifier 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.only for backwards compatibility, useRegistry.get(NamespacedKey)
instead.static @NotNull Frog.Variant[]
Frog.Variant.values()
Deprecated, for removal: This API element is subject to removal in a future version.useIterable.iterator()
.Methods in org.bukkit.entity with parameters of type Frog.VariantModifier and TypeMethodDescriptionvoid
Frog.setVariant
(@NotNull Frog.Variant variant) Set the variant of this frog.
RegistryAccess.getRegistry(RegistryKey)
withRegistryKey.FROG_VARIANT