Package net.minecraft
Record Class class_11533.class_11534
java.lang.Object
java.lang.Record
net.minecraft.class_11533.class_11534
- Record Components:
renderType-
- Enclosing class:
class_11533
@Environment(CLIENT)
public static record class_11533.class_11534(RenderLayer renderType)
extends Record
- Mappings:
Namespace Name named net/minecraft/class_11533$class_11534intermediary net/minecraft/class_11533$class_11534official hqo$anamed renderTypeintermediary comp_4406official a
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final RenderLayerThe field for therenderTyperecord component. -
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.(package private) static class_11533.class_11534method_72179(SkinTextures skinTextures) Returns the value of therenderTyperecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
renderType
The field for therenderTyperecord component.
-
-
Constructor Details
-
class_11534
-
-
Method Details
-
method_72179
- Mappings:
Namespace Name Mixin selector named method_72179Lnet/minecraft/class_11533$class_11534;method_72179(Lnet/minecraft/client/util/SkinTextures;)Lnet/minecraft/class_11533$class_11534;intermediary method_72179Lnet/minecraft/class_11533$class_11534;method_72179(Lnet/minecraft/class_8685;)Lnet/minecraft/class_11533$class_11534;official aLhqo$a;a(Lhsq;)Lhqo$a;
-
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). -
renderType
Returns the value of therenderTyperecord component.- Returns:
- the value of the
renderTyperecord component
-