Package io.papermc.paper.registry.keys
Class WolfVariantKeys
java.lang.Object
io.papermc.paper.registry.keys.WolfVariantKeys
Vanilla keys for
RegistryKey.WOLF_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 Summary
FieldsModifier and TypeFieldDescriptionstatic final TypedKey<Wolf.Variant> minecraft:ashenstatic final TypedKey<Wolf.Variant> minecraft:blackstatic final TypedKey<Wolf.Variant> minecraft:chestnutstatic final TypedKey<Wolf.Variant> minecraft:palestatic final TypedKey<Wolf.Variant> minecraft:rustystatic final TypedKey<Wolf.Variant> minecraft:snowystatic final TypedKey<Wolf.Variant> minecraft:spottedstatic final TypedKey<Wolf.Variant> minecraft:stripedstatic final TypedKey<Wolf.Variant> minecraft:woods -
Method Summary
Modifier and TypeMethodDescriptionstatic TypedKey<Wolf.Variant> Creates a typed key forWolf.Variantin the registryminecraft:wolf_variant.
-
Field Details
-
ASHEN
minecraft:ashen- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
BLACK
minecraft:black- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
CHESTNUT
minecraft:chestnut- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
PALE
minecraft:pale- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
RUSTY
minecraft:rusty- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
SNOWY
minecraft:snowy- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
SPOTTED
minecraft:spotted- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
STRIPED
minecraft:striped- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
WOODS
minecraft:woods- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
-
Method Details
-
create
Creates a typed key forWolf.Variantin the registryminecraft:wolf_variant.- Parameters:
key- the value's key in the registry- Returns:
- a new typed key
-