Class WolfVariantKeys

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

@GeneratedFrom("1.20.6") @Experimental public final class WolfVariantKeys extends Object
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 Details

    • ASHEN

      public static final TypedKey<Wolf.Variant> ASHEN
      minecraft:ashen
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions
    • BLACK

      public static final TypedKey<Wolf.Variant> BLACK
      minecraft:black
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions
    • CHESTNUT

      public static final TypedKey<Wolf.Variant> CHESTNUT
      minecraft:chestnut
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions
    • PALE

      public static final TypedKey<Wolf.Variant> PALE
      minecraft:pale
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions
    • RUSTY

      public static final TypedKey<Wolf.Variant> RUSTY
      minecraft:rusty
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions
    • SNOWY

      public static final TypedKey<Wolf.Variant> SNOWY
      minecraft:snowy
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions
    • SPOTTED

      public static final TypedKey<Wolf.Variant> SPOTTED
      minecraft:spotted
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions
    • STRIPED

      public static final TypedKey<Wolf.Variant> STRIPED
      minecraft:striped
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions
    • WOODS

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