Uses of Interface
org.bukkit.entity.Frog.Variant
Packages that use Frog.Variant
Package
Description
This package contains events related to the Paper registry system.
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.datacomponentFields 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.registryFields in io.papermc.paper.registry with type parameters of type Frog.VariantModifier and TypeFieldDescriptionstatic final RegistryKey<Frog.Variant> RegistryKey.FROG_VARIANTData-driven registry for frog variants.
- 
Uses of Frog.Variant in io.papermc.paper.registry.eventFields in io.papermc.paper.registry.event with type parameters of type Frog.Variant
- 
Uses of Frog.Variant in io.papermc.paper.registry.keysFields in io.papermc.paper.registry.keys with type parameters of type Frog.VariantModifier and TypeFieldDescriptionstatic final TypedKey<Frog.Variant> FrogVariantKeys.COLDminecraft:coldstatic final TypedKey<Frog.Variant> FrogVariantKeys.TEMPERATEminecraft:temperatestatic final TypedKey<Frog.Variant> FrogVariantKeys.WARMminecraft:warmMethods 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.Variantin the registryminecraft:frog_variant.
- 
Uses of Frog.Variant in org.bukkitFields in org.bukkit with type parameters of type Frog.VariantModifier and TypeFieldDescriptionstatic final Registry<Frog.Variant> Registry.FROG_VARIANTDeprecated.
- 
Uses of Frog.Variant in org.bukkit.entityFields in org.bukkit.entity declared as Frog.VariantModifier and TypeFieldDescriptionstatic final Frog.VariantFrog.Variant.COLDstatic final Frog.VariantFrog.Variant.TEMPERATEstatic final Frog.VariantFrog.Variant.WARMMethods in org.bukkit.entity that return Frog.VariantModifier and TypeMethodDescriptionFrog.getVariant()Get the variant of this frog.static @NotNull Frog.VariantDeprecated, 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 TypeMethodDescriptionvoidFrog.setVariant(@NotNull Frog.Variant variant) Set the variant of this frog.
RegistryAccess.getRegistry(RegistryKey)withRegistryKey.FROG_VARIANT