Class FrogVariantKeys

java.lang.Object
io.papermc.paper.registry.keys.FrogVariantKeys

@GeneratedFrom("1.21.1") @Experimental public final class FrogVariantKeys extends Object
Vanilla keys for RegistryKey.FROG_VARIANT.
API Note:
The fields provided here are a direct representation of what is available from the vanilla game source. They may be changed (including removals) on any Minecraft version bump, so cross-version compatibility is not provided on the same level as it is on most of the other API.
  • Field Details

    • COLD

      public static final TypedKey<Frog.Variant> COLD
      minecraft:cold
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions
    • TEMPERATE

      public static final TypedKey<Frog.Variant> TEMPERATE
      minecraft:temperate
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions
    • WARM

      public static final TypedKey<Frog.Variant> WARM
      minecraft:warm
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions