Class ModelVariant
java.lang.Object
net.minecraft.client.render.model.json.ModelVariant
- All Implemented Interfaces:
ModelBakeSettings
- Mappings:
Namespace Name official fus
intermediary net/minecraft/class_813
named net/minecraft/client/render/model/json/ModelVariant
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionprivate final Identifier
private final AffineTransformation
private final boolean
private final int
-
Constructor Summary
ConstructorDescriptionModelVariant
(Identifier location, AffineTransformation rotation, boolean uvLock, int weight) -
Method Summary
-
Field Details
-
location
- Mappings:
Namespace Name Mixin selector official a
Lfus;a:Lahg;
intermediary field_4326
Lnet/minecraft/class_813;field_4326:Lnet/minecraft/class_2960;
named location
Lnet/minecraft/client/render/model/json/ModelVariant;location:Lnet/minecraft/util/Identifier;
-
rotation
- Mappings:
Namespace Name Mixin selector official b
Lfus;b:Lj;
intermediary field_4328
Lnet/minecraft/class_813;field_4328:Lnet/minecraft/class_4590;
named rotation
Lnet/minecraft/client/render/model/json/ModelVariant;rotation:Lnet/minecraft/util/math/AffineTransformation;
-
uvLock
private final boolean uvLock- Mappings:
Namespace Name Mixin selector official c
Lfus;c:Z
intermediary field_4327
Lnet/minecraft/class_813;field_4327:Z
named uvLock
Lnet/minecraft/client/render/model/json/ModelVariant;uvLock:Z
-
weight
private final int weight- Mappings:
Namespace Name Mixin selector official d
Lfus;d:I
intermediary field_4325
Lnet/minecraft/class_813;field_4325:I
named weight
Lnet/minecraft/client/render/model/json/ModelVariant;weight:I
-
-
Constructor Details
-
ModelVariant
- Mappings:
Namespace Name Mixin selector official <init>
Lfus;<init>(Lahg;Lj;ZI)V
intermediary <init>
Lnet/minecraft/class_813;<init>(Lnet/minecraft/class_2960;Lnet/minecraft/class_4590;ZI)V
named <init>
Lnet/minecraft/client/render/model/json/ModelVariant;<init>(Lnet/minecraft/util/Identifier;Lnet/minecraft/util/math/AffineTransformation;ZI)V
-
-
Method Details
-
getLocation
- Mappings:
Namespace Name Mixin selector official a
Lfus;a()Lahg;
intermediary method_3510
Lnet/minecraft/class_813;method_3510()Lnet/minecraft/class_2960;
named getLocation
Lnet/minecraft/client/render/model/json/ModelVariant;getLocation()Lnet/minecraft/util/Identifier;
-
getRotation
- Specified by:
getRotation
in interfaceModelBakeSettings
- Mappings:
Namespace Name Mixin selector official b
Lggv;b()Lj;
intermediary method_3509
Lnet/minecraft/class_3665;method_3509()Lnet/minecraft/class_4590;
named getRotation
Lnet/minecraft/client/render/model/ModelBakeSettings;getRotation()Lnet/minecraft/util/math/AffineTransformation;
-
isUvLocked
public boolean isUvLocked()- Specified by:
isUvLocked
in interfaceModelBakeSettings
- Mappings:
Namespace Name Mixin selector official c
Lggv;c()Z
intermediary method_3512
Lnet/minecraft/class_3665;method_3512()Z
named isUvLocked
Lnet/minecraft/client/render/model/ModelBakeSettings;isUvLocked()Z
-
getWeight
public int getWeight()- Mappings:
Namespace Name Mixin selector official d
Lfus;d()I
intermediary method_3511
Lnet/minecraft/class_813;method_3511()I
named getWeight
Lnet/minecraft/client/render/model/json/ModelVariant;getWeight()I
-
toString
-
equals
-
hashCode
public int hashCode()
-