Uses of Class
net.minecraft.client.render.model.json.Transformation
Packages that use Transformation
-
Uses of Transformation in net.minecraft.client.render.model.json
Fields in net.minecraft.client.render.model.json declared as TransformationModifier 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
Methods in net.minecraft.client.render.model.json that return TransformationModifier 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) Constructors in net.minecraft.client.render.model.json with parameters of type TransformationModifierConstructorDescriptionModelTransformation
(Transformation thirdPersonLeftHand, Transformation thirdPersonRightHand, Transformation firstPersonLeftHand, Transformation firstPersonRightHand, Transformation head, Transformation gui, Transformation ground, Transformation fixed)