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 TypeFieldDescriptionModelTransformation.firstPersonLeftHand
ModelTransformation.firstPersonRightHand
ModelTransformation.fixed
ModelTransformation.ground
ModelTransformation.gui
ModelTransformation.head
static Transformation
Transformation.IDENTITY
ModelTransformation.thirdPersonLeftHand
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(ModelTransformation.Mode renderMode)
ModelTransformation.getTransformation(ModelTransformation.Mode renderMode)
private Transformation
ModelTransformation.Deserializer.parseModelTransformation(JsonDeserializationContext ctx, JsonObject json, String key)
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)