Record Class ModelVariant.class_10803
java.lang.Object
java.lang.Record
net.minecraft.client.render.model.json.ModelVariant.class_10803
- Record Components:
x-y-uvLock-
- Enclosing class:
ModelVariant
@Environment(CLIENT)
public static record ModelVariant.class_10803(class_10821 x, class_10821 y, boolean uvLock)
extends Record
- Mappings:
Namespace Name named net/minecraft/client/render/model/json/ModelVariant$class_10803intermediary net/minecraft/class_813$class_10803official gsh$anamed xintermediary comp_3755official cnamed yintermediary comp_3756official dnamed uvLockintermediary comp_3757official e
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<ModelVariant.class_10803> static final ModelVariant.class_10803private final booleanThe field for theuvLockrecord component.private final class_10821The field for thexrecord component.private final class_10821The field for theyrecord component. -
Constructor Summary
ConstructorsConstructorDescriptionclass_10803(class_10821 class_10821, class_10821 class_108212, boolean bool) -
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.method_67945(class_10821 class_10821) method_67946(boolean bool) method_67947(class_10821 class_10821) final StringtoString()Returns a string representation of this record class.booleanuvLock()Returns the value of theuvLockrecord component.x()Returns the value of thexrecord component.y()Returns the value of theyrecord component.
-
Field Details
-
x
The field for thexrecord component. -
y
The field for theyrecord component. -
uvLock
private final boolean uvLockThe field for theuvLockrecord component. -
field_56934
- Mappings:
Namespace Name Mixin selector named field_56934Lnet/minecraft/client/render/model/json/ModelVariant$class_10803;field_56934:Lcom/mojang/serialization/MapCodec;intermediary field_56934Lnet/minecraft/class_813$class_10803;field_56934:Lcom/mojang/serialization/MapCodec;official aLgsh$a;a:Lcom/mojang/serialization/MapCodec;
-
field_56935
- Mappings:
Namespace Name Mixin selector named field_56935Lnet/minecraft/client/render/model/json/ModelVariant$class_10803;field_56935:Lnet/minecraft/client/render/model/json/ModelVariant$class_10803;intermediary field_56935Lnet/minecraft/class_813$class_10803;field_56935:Lnet/minecraft/class_813$class_10803;official bLgsh$a;b:Lgsh$a;
-
-
Constructor Details
-
class_10803
-
-
Method Details
-
method_67943
- Mappings:
Namespace Name Mixin selector named method_67943Lnet/minecraft/client/render/model/json/ModelVariant$class_10803;method_67943()Lnet/minecraft/client/render/model/ModelBakeSettings;intermediary method_67943Lnet/minecraft/class_813$class_10803;method_67943()Lnet/minecraft/class_3665;official aLgsh$a;a()Lhly;
-
method_67945
- Mappings:
Namespace Name Mixin selector named method_67945Lnet/minecraft/client/render/model/json/ModelVariant$class_10803;method_67945(Lnet/minecraft/class_10821;)Lnet/minecraft/client/render/model/json/ModelVariant$class_10803;intermediary method_67945Lnet/minecraft/class_813$class_10803;method_67945(Lnet/minecraft/class_10821;)Lnet/minecraft/class_813$class_10803;official aLgsh$a;a(Li;)Lgsh$a;
-
method_67947
- Mappings:
Namespace Name Mixin selector named method_67947Lnet/minecraft/client/render/model/json/ModelVariant$class_10803;method_67947(Lnet/minecraft/class_10821;)Lnet/minecraft/client/render/model/json/ModelVariant$class_10803;intermediary method_67947Lnet/minecraft/class_813$class_10803;method_67947(Lnet/minecraft/class_10821;)Lnet/minecraft/class_813$class_10803;official bLgsh$a;b(Li;)Lgsh$a;
-
method_67946
- Mappings:
Namespace Name Mixin selector named method_67946Lnet/minecraft/client/render/model/json/ModelVariant$class_10803;method_67946(Z)Lnet/minecraft/client/render/model/json/ModelVariant$class_10803;intermediary method_67946Lnet/minecraft/class_813$class_10803;method_67946(Z)Lnet/minecraft/class_813$class_10803;official aLgsh$a;a(Z)Lgsh$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. Reference components are compared withObjects::equals(Object,Object); primitive components are compared with '=='. -
x
Returns the value of thexrecord component.- Returns:
- the value of the
xrecord component
-
y
Returns the value of theyrecord component.- Returns:
- the value of the
yrecord component
-
uvLock
public boolean uvLock()Returns the value of theuvLockrecord component.- Returns:
- the value of the
uvLockrecord component
-