Uses of Class
net.minecraft.client.render.model.json.Transformation
| Package | Description |
|---|---|
| net.minecraft.client.render.model.json |
-
Uses of Transformation in net.minecraft.client.render.model.json
Fields in net.minecraft.client.render.model.json declared as Transformation Modifier and Type Field Description TransformationModelTransformation. firstPersonLeftHandTransformationModelTransformation. firstPersonRightHandTransformationModelTransformation. fixedTransformationModelTransformation. groundTransformationModelTransformation. guiTransformationModelTransformation. headstatic TransformationTransformation. IDENTITYTransformationModelTransformation. thirdPersonLeftHandTransformationModelTransformation. thirdPersonRightHandMethods in net.minecraft.client.render.model.json that return Transformation Modifier and Type Method Description TransformationTransformation.Deserializer. deserialize(JsonElement jsonElement, Type type, JsonDeserializationContext jsonDeserializationContext)private TransformationJsonUnbakedModel. getTransformation(ModelTransformation.Mode renderMode)TransformationModelTransformation. getTransformation(ModelTransformation.Mode renderMode)private TransformationModelTransformation.Deserializer. parseModelTransformation(JsonDeserializationContext ctx, JsonObject json, String key)Constructors in net.minecraft.client.render.model.json with parameters of type Transformation Constructor Description ModelTransformation(Transformation thirdPersonLeftHand, Transformation thirdPersonRightHand, Transformation firstPersonLeftHand, Transformation firstPersonRightHand, Transformation head, Transformation gui, Transformation ground, Transformation fixed)