Record Class CatVariant

java.lang.Object
java.lang.Record
net.minecraft.entity.passive.CatVariant
Record Components:
texture -

public record CatVariant(Identifier texture) extends Record
Mappings:
Namespace Name
official bps
intermediary net/minecraft/class_7375
named net/minecraft/entity/passive/CatVariant
official l
intermediary comp_706
named texture
  • Field Details

    • texture

      private final Identifier texture
      The field for the texture record component.
    • TABBY

      public static final RegistryKey<CatVariant> TABBY
      Mappings:
      Namespace Name Mixin selector
      official a Lbps;a:Lace;
      intermediary field_38709 Lnet/minecraft/class_7375;field_38709:Lnet/minecraft/class_5321;
      named TABBY Lnet/minecraft/entity/passive/CatVariant;TABBY:Lnet/minecraft/registry/RegistryKey;
    • BLACK

      public static final RegistryKey<CatVariant> BLACK
      Mappings:
      Namespace Name Mixin selector
      official b Lbps;b:Lace;
      intermediary field_38710 Lnet/minecraft/class_7375;field_38710:Lnet/minecraft/class_5321;
      named BLACK Lnet/minecraft/entity/passive/CatVariant;BLACK:Lnet/minecraft/registry/RegistryKey;
    • RED

      public static final RegistryKey<CatVariant> RED
      Mappings:
      Namespace Name Mixin selector
      official c Lbps;c:Lace;
      intermediary field_38711 Lnet/minecraft/class_7375;field_38711:Lnet/minecraft/class_5321;
      named RED Lnet/minecraft/entity/passive/CatVariant;RED:Lnet/minecraft/registry/RegistryKey;
    • SIAMESE

      public static final RegistryKey<CatVariant> SIAMESE
      Mappings:
      Namespace Name Mixin selector
      official d Lbps;d:Lace;
      intermediary field_38712 Lnet/minecraft/class_7375;field_38712:Lnet/minecraft/class_5321;
      named SIAMESE Lnet/minecraft/entity/passive/CatVariant;SIAMESE:Lnet/minecraft/registry/RegistryKey;
    • BRITISH_SHORTHAIR

      public static final RegistryKey<CatVariant> BRITISH_SHORTHAIR
      Mappings:
      Namespace Name Mixin selector
      official e Lbps;e:Lace;
      intermediary field_38713 Lnet/minecraft/class_7375;field_38713:Lnet/minecraft/class_5321;
      named BRITISH_SHORTHAIR Lnet/minecraft/entity/passive/CatVariant;BRITISH_SHORTHAIR:Lnet/minecraft/registry/RegistryKey;
    • CALICO

      public static final RegistryKey<CatVariant> CALICO
      Mappings:
      Namespace Name Mixin selector
      official f Lbps;f:Lace;
      intermediary field_38714 Lnet/minecraft/class_7375;field_38714:Lnet/minecraft/class_5321;
      named CALICO Lnet/minecraft/entity/passive/CatVariant;CALICO:Lnet/minecraft/registry/RegistryKey;
    • PERSIAN

      public static final RegistryKey<CatVariant> PERSIAN
      Mappings:
      Namespace Name Mixin selector
      official g Lbps;g:Lace;
      intermediary field_38715 Lnet/minecraft/class_7375;field_38715:Lnet/minecraft/class_5321;
      named PERSIAN Lnet/minecraft/entity/passive/CatVariant;PERSIAN:Lnet/minecraft/registry/RegistryKey;
    • RAGDOLL

      public static final RegistryKey<CatVariant> RAGDOLL
      Mappings:
      Namespace Name Mixin selector
      official h Lbps;h:Lace;
      intermediary field_38716 Lnet/minecraft/class_7375;field_38716:Lnet/minecraft/class_5321;
      named RAGDOLL Lnet/minecraft/entity/passive/CatVariant;RAGDOLL:Lnet/minecraft/registry/RegistryKey;
    • WHITE

      public static final RegistryKey<CatVariant> WHITE
      Mappings:
      Namespace Name Mixin selector
      official i Lbps;i:Lace;
      intermediary field_38717 Lnet/minecraft/class_7375;field_38717:Lnet/minecraft/class_5321;
      named WHITE Lnet/minecraft/entity/passive/CatVariant;WHITE:Lnet/minecraft/registry/RegistryKey;
    • JELLIE

      public static final RegistryKey<CatVariant> JELLIE
      Mappings:
      Namespace Name Mixin selector
      official j Lbps;j:Lace;
      intermediary field_38718 Lnet/minecraft/class_7375;field_38718:Lnet/minecraft/class_5321;
      named JELLIE Lnet/minecraft/entity/passive/CatVariant;JELLIE:Lnet/minecraft/registry/RegistryKey;
    • ALL_BLACK

      public static final RegistryKey<CatVariant> ALL_BLACK
      Mappings:
      Namespace Name Mixin selector
      official k Lbps;k:Lace;
      intermediary field_38719 Lnet/minecraft/class_7375;field_38719:Lnet/minecraft/class_5321;
      named ALL_BLACK Lnet/minecraft/entity/passive/CatVariant;ALL_BLACK:Lnet/minecraft/registry/RegistryKey;
  • Constructor Details

    • CatVariant

      public CatVariant(Identifier identifier)
  • Method Details

    • of

      private static RegistryKey<CatVariant> of(String id)
      Mappings:
      Namespace Name Mixin selector
      official a Lbps;a(Ljava/lang/String;)Lace;
      intermediary method_46647 Lnet/minecraft/class_7375;method_46647(Ljava/lang/String;)Lnet/minecraft/class_5321;
      named of Lnet/minecraft/entity/passive/CatVariant;of(Ljava/lang/String;)Lnet/minecraft/registry/RegistryKey;
    • registerAndGetDefault

      public static CatVariant registerAndGetDefault(Registry<CatVariant> registry)
      Mappings:
      Namespace Name Mixin selector
      official a Lbps;a(Lhm;)Lbps;
      intermediary method_46646 Lnet/minecraft/class_7375;method_46646(Lnet/minecraft/class_2378;)Lnet/minecraft/class_7375;
      named registerAndGetDefault Lnet/minecraft/entity/passive/CatVariant;registerAndGetDefault(Lnet/minecraft/registry/Registry;)Lnet/minecraft/entity/passive/CatVariant;
    • register

      private static CatVariant register(Registry<CatVariant> registry, RegistryKey<CatVariant> key, String textureId)
      Mappings:
      Namespace Name Mixin selector
      official a Lbps;a(Lhm;Lace;Ljava/lang/String;)Lbps;
      intermediary method_43090 Lnet/minecraft/class_7375;method_43090(Lnet/minecraft/class_2378;Lnet/minecraft/class_5321;Ljava/lang/String;)Lnet/minecraft/class_7375;
      named register Lnet/minecraft/entity/passive/CatVariant;register(Lnet/minecraft/registry/Registry;Lnet/minecraft/registry/RegistryKey;Ljava/lang/String;)Lnet/minecraft/entity/passive/CatVariant;
    • toString

      public final String toString()
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • hashCode

      public final int hashCode()
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object object)
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
      Specified by:
      equals in class Record
      Parameters:
      object - the object with which to compare
      Returns:
      true if this object is the same as the object argument; false otherwise.
    • texture

      public Identifier texture()
      Returns the value of the texture record component.
      Returns:
      the value of the texture record component