Package net.minecraft

Record Class class_7375

java.lang.Object
java.lang.Record
net.minecraft.class_7375
Record Components:
texture -

public record class_7375(Identifier texture) extends Record
Mappings:
Namespace Name
official bkg
intermediary net/minecraft/class_7375
named net/minecraft/class_7375
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 class_7375 TABBY
      Mappings:
      Namespace Name Mixin selector
      official a Lbkg;a:Lbkg;
      intermediary field_38709 Lnet/minecraft/class_7375;field_38709:Lnet/minecraft/class_7375;
      named TABBY Lnet/minecraft/class_7375;TABBY:Lnet/minecraft/class_7375;
    • BLACK

      public static final class_7375 BLACK
      Mappings:
      Namespace Name Mixin selector
      official b Lbkg;b:Lbkg;
      intermediary field_38710 Lnet/minecraft/class_7375;field_38710:Lnet/minecraft/class_7375;
      named BLACK Lnet/minecraft/class_7375;BLACK:Lnet/minecraft/class_7375;
    • RED

      public static final class_7375 RED
      Mappings:
      Namespace Name Mixin selector
      official c Lbkg;c:Lbkg;
      intermediary field_38711 Lnet/minecraft/class_7375;field_38711:Lnet/minecraft/class_7375;
      named RED Lnet/minecraft/class_7375;RED:Lnet/minecraft/class_7375;
    • SIAMESE

      public static final class_7375 SIAMESE
      Mappings:
      Namespace Name Mixin selector
      official d Lbkg;d:Lbkg;
      intermediary field_38712 Lnet/minecraft/class_7375;field_38712:Lnet/minecraft/class_7375;
      named SIAMESE Lnet/minecraft/class_7375;SIAMESE:Lnet/minecraft/class_7375;
    • BRITISH

      public static final class_7375 BRITISH
      Mappings:
      Namespace Name Mixin selector
      official e Lbkg;e:Lbkg;
      intermediary field_38713 Lnet/minecraft/class_7375;field_38713:Lnet/minecraft/class_7375;
      named BRITISH Lnet/minecraft/class_7375;BRITISH:Lnet/minecraft/class_7375;
    • CALICO

      public static final class_7375 CALICO
      Mappings:
      Namespace Name Mixin selector
      official f Lbkg;f:Lbkg;
      intermediary field_38714 Lnet/minecraft/class_7375;field_38714:Lnet/minecraft/class_7375;
      named CALICO Lnet/minecraft/class_7375;CALICO:Lnet/minecraft/class_7375;
    • PERSIAN

      public static final class_7375 PERSIAN
      Mappings:
      Namespace Name Mixin selector
      official g Lbkg;g:Lbkg;
      intermediary field_38715 Lnet/minecraft/class_7375;field_38715:Lnet/minecraft/class_7375;
      named PERSIAN Lnet/minecraft/class_7375;PERSIAN:Lnet/minecraft/class_7375;
    • RAGDOLL

      public static final class_7375 RAGDOLL
      Mappings:
      Namespace Name Mixin selector
      official h Lbkg;h:Lbkg;
      intermediary field_38716 Lnet/minecraft/class_7375;field_38716:Lnet/minecraft/class_7375;
      named RAGDOLL Lnet/minecraft/class_7375;RAGDOLL:Lnet/minecraft/class_7375;
    • WHITE

      public static final class_7375 WHITE
      Mappings:
      Namespace Name Mixin selector
      official i Lbkg;i:Lbkg;
      intermediary field_38717 Lnet/minecraft/class_7375;field_38717:Lnet/minecraft/class_7375;
      named WHITE Lnet/minecraft/class_7375;WHITE:Lnet/minecraft/class_7375;
    • JELLIE

      public static final class_7375 JELLIE
      Mappings:
      Namespace Name Mixin selector
      official j Lbkg;j:Lbkg;
      intermediary field_38718 Lnet/minecraft/class_7375;field_38718:Lnet/minecraft/class_7375;
      named JELLIE Lnet/minecraft/class_7375;JELLIE:Lnet/minecraft/class_7375;
    • ALL_BLACK

      public static final class_7375 ALL_BLACK
      Mappings:
      Namespace Name Mixin selector
      official k Lbkg;k:Lbkg;
      intermediary field_38719 Lnet/minecraft/class_7375;field_38719:Lnet/minecraft/class_7375;
      named ALL_BLACK Lnet/minecraft/class_7375;ALL_BLACK:Lnet/minecraft/class_7375;
  • Constructor Details

    • class_7375

      public class_7375(Identifier identifier)
  • Method Details

    • method_43090

      private static class_7375 method_43090(String string, String string2)
      Mappings:
      Namespace Name Mixin selector
      official a Lbkg;a(Ljava/lang/String;Ljava/lang/String;)Lbkg;
      intermediary method_43090 Lnet/minecraft/class_7375;method_43090(Ljava/lang/String;Ljava/lang/String;)Lnet/minecraft/class_7375;
      named method_43090 Lnet/minecraft/class_7375;method_43090(Ljava/lang/String;Ljava/lang/String;)Lnet/minecraft/class_7375;
    • 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