Package io.papermc.paper.registry.keys
Class FrogVariantKeys
java.lang.Object
io.papermc.paper.registry.keys.FrogVariantKeys
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 SummaryFieldsModifier and TypeFieldDescriptionstatic final TypedKey<Frog.Variant> minecraft:coldstatic final TypedKey<Frog.Variant> minecraft:temperatestatic final TypedKey<Frog.Variant> minecraft:warm
- 
Method SummaryModifier and TypeMethodDescriptionstatic TypedKey<Frog.Variant> Creates a typed key forFrog.Variantin the registryminecraft:frog_variant.
- 
Field Details- 
COLDminecraft:cold- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
 
- 
TEMPERATEminecraft:temperate- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
 
- 
WARMminecraft:warm- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
 
 
- 
- 
Method Details- 
createCreates a typed key forFrog.Variantin the registryminecraft:frog_variant.- Parameters:
- key- the value's key in the registry
- Returns:
- a new typed key
 
 
-