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
Modifier and TypeFieldDescriptionstatic final TypedKey
<Wolf.Variant> minecraft:ashen
static final TypedKey
<Wolf.Variant> minecraft:black
static final TypedKey
<Wolf.Variant> minecraft:chestnut
static final TypedKey
<Wolf.Variant> minecraft:pale
static final TypedKey
<Wolf.Variant> minecraft:rusty
static final TypedKey
<Wolf.Variant> minecraft:snowy
static final TypedKey
<Wolf.Variant> minecraft:spotted
static final TypedKey
<Wolf.Variant> minecraft:striped
static final TypedKey
<Wolf.Variant> minecraft:woods
-
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull TypedKey
<Wolf.Variant> Creates a key forWolf.Variant
in a registry.
-
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
@Experimental @NotNull public static @NotNull TypedKey<Wolf.Variant> create(@NotNull @NotNull net.kyori.adventure.key.Key key) Creates a key forWolf.Variant
in a registry.- Parameters:
key
- the value's key in the registry- Returns:
- a new typed key
-