Package net.minecraft
Record Class class_10430.class_10431
java.lang.Object
java.lang.Record
net.minecraft.class_10430.class_10431
- Record Components:
model-tints-
- All Implemented Interfaces:
class_10439.class_10441,class_10526
- Enclosing class:
class_10430
@Environment(CLIENT)
public static record class_10430.class_10431(Identifier model, List<class_10401> tints)
extends Record
implements class_10439.class_10441
- Mappings:
Namespace Name named net/minecraft/class_10430$class_10431intermediary net/minecraft/class_10430$class_10431official hbd$anamed modelintermediary comp_3383official bnamed tintsintermediary comp_3384official c
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.class_10526
class_10526.Resolver -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<class_10430.class_10431> private final IdentifierThe field for themodelrecord component.private final List<class_10401> The field for thetintsrecord 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.com.mojang.serialization.MapCodec<class_10430.class_10431> method_65587(class_10439.class_10440 class_10440) model()Returns the value of themodelrecord component.voidresolve(class_10526.Resolver resolver) tints()Returns the value of thetintsrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
model
The field for themodelrecord component. -
tints
The field for thetintsrecord component. -
field_55324
- Mappings:
Namespace Name Mixin selector named field_55324Lnet/minecraft/class_10430$class_10431;field_55324:Lcom/mojang/serialization/MapCodec;intermediary field_55324Lnet/minecraft/class_10430$class_10431;field_55324:Lcom/mojang/serialization/MapCodec;official aLhbd$a;a:Lcom/mojang/serialization/MapCodec;
-
-
Constructor Details
-
class_10431
-
-
Method Details
-
resolve
- Specified by:
resolvein interfaceclass_10526- Mappings:
Namespace Name Mixin selector named resolveLnet/minecraft/class_10526;resolve(Lnet/minecraft/class_10526$Resolver;)Vintermediary method_62326Lnet/minecraft/class_10526;method_62326(Lnet/minecraft/class_10526$class_10103;)Vofficial aLhhd;a(Lhhd$a;)V
-
method_65587
- Specified by:
method_65587in interfaceclass_10439.class_10441- Mappings:
Namespace Name Mixin selector named method_65587Lnet/minecraft/class_10439$class_10441;method_65587(Lnet/minecraft/class_10439$class_10440;)Lnet/minecraft/class_10439;intermediary method_65587Lnet/minecraft/class_10439$class_10441;method_65587(Lnet/minecraft/class_10439$class_10440;)Lnet/minecraft/class_10439;official aLhbi$b;a(Lhbi$a;)Lhbi;
-
method_65585
- Specified by:
method_65585in interfaceclass_10439.class_10441- Mappings:
Namespace Name Mixin selector named method_65585Lnet/minecraft/class_10439$class_10441;method_65585()Lcom/mojang/serialization/MapCodec;intermediary method_65585Lnet/minecraft/class_10439$class_10441;method_65585()Lcom/mojang/serialization/MapCodec;official aLhbi$b;a()Lcom/mojang/serialization/MapCodec;
-
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). -
model
Returns the value of themodelrecord component.- Returns:
- the value of the
modelrecord component
-
tints
Returns the value of thetintsrecord component.- Returns:
- the value of the
tintsrecord component
-