Uses of Class
net.minecraft.client.render.model.json.Transformation
-
Uses of Transformation in net.minecraft.client.render.model.json
Modifier and TypeFieldDescriptionfinal Transformation
ModelTransformation.firstPersonLeftHand
final Transformation
ModelTransformation.firstPersonRightHand
final Transformation
ModelTransformation.fixed
final Transformation
ModelTransformation.ground
final Transformation
ModelTransformation.gui
final Transformation
ModelTransformation.head
static final Transformation
Transformation.IDENTITY
final Transformation
ModelTransformation.thirdPersonLeftHand
final Transformation
ModelTransformation.thirdPersonRightHand
Modifier and TypeMethodDescriptionTransformation.Deserializer.deserialize
(JsonElement jsonElement, Type type, JsonDeserializationContext jsonDeserializationContext) private Transformation
JsonUnbakedModel.getTransformation
(ModelTransformationMode renderMode) ModelTransformation.getTransformation
(ModelTransformationMode renderMode) private Transformation
ModelTransformation.Deserializer.parseModelTransformation
(JsonDeserializationContext ctx, JsonObject jsonObject, ModelTransformationMode modelTransformationMode) ModifierConstructorDescriptionModelTransformation
(Transformation thirdPersonLeftHand, Transformation thirdPersonRightHand, Transformation firstPersonLeftHand, Transformation firstPersonRightHand, Transformation head, Transformation gui, Transformation ground, Transformation fixed)