Class CatVariantKeys

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

@GeneratedFrom("1.21.1") @Experimental public final class CatVariantKeys extends Object
Vanilla keys for RegistryKey.CAT_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

    • ALL_BLACK

      public static final TypedKey<Cat.Type> ALL_BLACK
      minecraft:all_black
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions
    • BLACK

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

      public static final TypedKey<Cat.Type> BRITISH_SHORTHAIR
      minecraft:british_shorthair
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions
    • CALICO

      public static final TypedKey<Cat.Type> CALICO
      minecraft:calico
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions
    • JELLIE

      public static final TypedKey<Cat.Type> JELLIE
      minecraft:jellie
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions
    • PERSIAN

      public static final TypedKey<Cat.Type> PERSIAN
      minecraft:persian
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions
    • RAGDOLL

      public static final TypedKey<Cat.Type> RAGDOLL
      minecraft:ragdoll
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions
    • RED

      public static final TypedKey<Cat.Type> RED
      minecraft:red
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions
    • SIAMESE

      public static final TypedKey<Cat.Type> SIAMESE
      minecraft:siamese
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions
    • TABBY

      public static final TypedKey<Cat.Type> TABBY
      minecraft:tabby
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions
    • WHITE

      public static final TypedKey<Cat.Type> WHITE
      minecraft:white
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions