Class WolfSoundVariantKeys

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

@NullMarked @GeneratedFrom("1.21.5") public final class WolfSoundVariantKeys extends Object
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

    • ANGRY

      public static final TypedKey<Wolf.SoundVariant> ANGRY
      minecraft:angry
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions
    • BIG

      public static final TypedKey<Wolf.SoundVariant> BIG
      minecraft:big
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions
    • CLASSIC

      public static final TypedKey<Wolf.SoundVariant> CLASSIC
      minecraft:classic
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions
    • CUTE

      public static final TypedKey<Wolf.SoundVariant> CUTE
      minecraft:cute
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions
    • GRUMPY

      public static final TypedKey<Wolf.SoundVariant> GRUMPY
      minecraft:grumpy
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions
    • PUGLIN

      public static final TypedKey<Wolf.SoundVariant> PUGLIN
      minecraft:puglin
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions
    • SAD

      public static final TypedKey<Wolf.SoundVariant> SAD
      minecraft:sad
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions
  • Method Details

    • create

      public static TypedKey<Wolf.SoundVariant> create(Key key)
      Creates a typed key for Wolf.SoundVariant in the registry minecraft:wolf_sound_variant.
      Parameters:
      key - the value's key in the registry
      Returns:
      a new typed key