Package io.papermc.paper.registry.keys
Class WolfSoundVariantKeys
java.lang.Object
io.papermc.paper.registry.keys.WolfSoundVariantKeys
Vanilla keys for
RegistryKey.WOLF_SOUND_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.SoundVariant> minecraft:angry
static final TypedKey
<Wolf.SoundVariant> minecraft:big
static final TypedKey
<Wolf.SoundVariant> minecraft:classic
static final TypedKey
<Wolf.SoundVariant> minecraft:cute
static final TypedKey
<Wolf.SoundVariant> minecraft:grumpy
static final TypedKey
<Wolf.SoundVariant> minecraft:puglin
static final TypedKey
<Wolf.SoundVariant> minecraft:sad
-
Method Summary
Modifier and TypeMethodDescriptionstatic TypedKey
<Wolf.SoundVariant> Creates a typed key forWolf.SoundVariant
in the registryminecraft:wolf_sound_variant
.
-
Field Details
-
ANGRY
minecraft:angry
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
BIG
minecraft:big
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
CLASSIC
minecraft:classic
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
CUTE
minecraft:cute
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
GRUMPY
minecraft:grumpy
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
PUGLIN
minecraft:puglin
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
SAD
minecraft:sad
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
-
Method Details
-
create
Creates a typed key forWolf.SoundVariant
in the registryminecraft:wolf_sound_variant
.- Parameters:
key
- the value's key in the registry- Returns:
- a new typed key
-