Package net.minecraft
Record Class class_7375
java.lang.Object
java.lang.Record
net.minecraft.class_7375
- Record Components:
texture-
- Mappings:
Namespace Name official bkgintermediary net/minecraft/class_7375named net/minecraft/class_7375official lintermediary comp_706named texture
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final class_7375static final class_7375static final class_7375static final class_7375static final class_7375static final class_7375static final class_7375static final class_7375static final class_7375static final class_7375private final IdentifierThe field for thetexturerecord component.static final class_7375 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.private static class_7375method_43090(String string, String string2) texture()Returns the value of thetexturerecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
texture
The field for thetexturerecord component. -
TABBY
- Mappings:
Namespace Name Mixin selector official aLbkg;a:Lbkg;intermediary field_38709Lnet/minecraft/class_7375;field_38709:Lnet/minecraft/class_7375;named TABBYLnet/minecraft/class_7375;TABBY:Lnet/minecraft/class_7375;
-
BLACK
- Mappings:
Namespace Name Mixin selector official bLbkg;b:Lbkg;intermediary field_38710Lnet/minecraft/class_7375;field_38710:Lnet/minecraft/class_7375;named BLACKLnet/minecraft/class_7375;BLACK:Lnet/minecraft/class_7375;
-
RED
- Mappings:
Namespace Name Mixin selector official cLbkg;c:Lbkg;intermediary field_38711Lnet/minecraft/class_7375;field_38711:Lnet/minecraft/class_7375;named REDLnet/minecraft/class_7375;RED:Lnet/minecraft/class_7375;
-
SIAMESE
- Mappings:
Namespace Name Mixin selector official dLbkg;d:Lbkg;intermediary field_38712Lnet/minecraft/class_7375;field_38712:Lnet/minecraft/class_7375;named SIAMESELnet/minecraft/class_7375;SIAMESE:Lnet/minecraft/class_7375;
-
BRITISH
- Mappings:
Namespace Name Mixin selector official eLbkg;e:Lbkg;intermediary field_38713Lnet/minecraft/class_7375;field_38713:Lnet/minecraft/class_7375;named BRITISHLnet/minecraft/class_7375;BRITISH:Lnet/minecraft/class_7375;
-
CALICO
- Mappings:
Namespace Name Mixin selector official fLbkg;f:Lbkg;intermediary field_38714Lnet/minecraft/class_7375;field_38714:Lnet/minecraft/class_7375;named CALICOLnet/minecraft/class_7375;CALICO:Lnet/minecraft/class_7375;
-
PERSIAN
- Mappings:
Namespace Name Mixin selector official gLbkg;g:Lbkg;intermediary field_38715Lnet/minecraft/class_7375;field_38715:Lnet/minecraft/class_7375;named PERSIANLnet/minecraft/class_7375;PERSIAN:Lnet/minecraft/class_7375;
-
RAGDOLL
- Mappings:
Namespace Name Mixin selector official hLbkg;h:Lbkg;intermediary field_38716Lnet/minecraft/class_7375;field_38716:Lnet/minecraft/class_7375;named RAGDOLLLnet/minecraft/class_7375;RAGDOLL:Lnet/minecraft/class_7375;
-
WHITE
- Mappings:
Namespace Name Mixin selector official iLbkg;i:Lbkg;intermediary field_38717Lnet/minecraft/class_7375;field_38717:Lnet/minecraft/class_7375;named WHITELnet/minecraft/class_7375;WHITE:Lnet/minecraft/class_7375;
-
JELLIE
- Mappings:
Namespace Name Mixin selector official jLbkg;j:Lbkg;intermediary field_38718Lnet/minecraft/class_7375;field_38718:Lnet/minecraft/class_7375;named JELLIELnet/minecraft/class_7375;JELLIE:Lnet/minecraft/class_7375;
-
ALL_BLACK
- Mappings:
Namespace Name Mixin selector official kLbkg;k:Lbkg;intermediary field_38719Lnet/minecraft/class_7375;field_38719:Lnet/minecraft/class_7375;named ALL_BLACKLnet/minecraft/class_7375;ALL_BLACK:Lnet/minecraft/class_7375;
-
-
Constructor Details
-
class_7375
-
-
Method Details
-
method_43090
- Mappings:
Namespace Name Mixin selector official aLbkg;a(Ljava/lang/String;Ljava/lang/String;)Lbkg;intermediary method_43090Lnet/minecraft/class_7375;method_43090(Ljava/lang/String;Ljava/lang/String;)Lnet/minecraft/class_7375;named method_43090Lnet/minecraft/class_7375;method_43090(Ljava/lang/String;Ljava/lang/String;)Lnet/minecraft/class_7375;
-
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. -
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. -
equals
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 withObjects::equals(Object,Object). -
texture
Returns the value of thetexturerecord component.- Returns:
- the value of the
texturerecord component
-