Uses of Class
net.minecraft.client.render.model.json.Transformation
Packages that use Transformation
Package
Description
- 
Uses of Transformation in net.minecraft.client.render.itemMethods in net.minecraft.client.render.item that return TransformationModifier and TypeMethodDescriptionItemRenderState.getTransformation()(package private) TransformationItemRenderState.LayerRenderState.getTransformation()
- 
Uses of Transformation in net.minecraft.client.render.modelMethods in net.minecraft.client.render.model that return TransformationModifier and TypeMethodDescriptionstatic TransformationUnbakedModel.getTransformation(UnbakedModel model, ModelTransformationMode displayContext) 
- 
Uses of Transformation in net.minecraft.client.render.model.jsonFields in net.minecraft.client.render.model.json declared as TransformationModifier and TypeFieldDescriptionprivate final TransformationModelTransformation.firstPersonLeftHandThe field for thefirstPersonLeftHandrecord component.private final TransformationModelTransformation.firstPersonRightHandThe field for thefirstPersonRightHandrecord component.private final TransformationModelTransformation.fixedThe field for thefixedrecord component.private final TransformationModelTransformation.groundThe field for thegroundrecord component.private final TransformationModelTransformation.guiThe field for theguirecord component.private final TransformationModelTransformation.headThe field for theheadrecord component.static final TransformationTransformation.IDENTITYprivate final TransformationModelTransformation.thirdPersonLeftHandThe field for thethirdPersonLeftHandrecord component.private final TransformationModelTransformation.thirdPersonRightHandThe field for thethirdPersonRightHandrecord component.Methods in net.minecraft.client.render.model.json that return TransformationModifier and TypeMethodDescriptionTransformation.Deserializer.deserialize(JsonElement jsonElement, Type type, JsonDeserializationContext jsonDeserializationContext) ModelTransformation.firstPersonLeftHand()Returns the value of thefirstPersonLeftHandrecord component.ModelTransformation.firstPersonRightHand()Returns the value of thefirstPersonRightHandrecord component.ModelTransformation.fixed()Returns the value of thefixedrecord component.ModelTransformation.getTransformation(ModelTransformationMode renderMode) ModelTransformation.ground()Returns the value of thegroundrecord component.ModelTransformation.gui()Returns the value of theguirecord component.ModelTransformation.head()Returns the value of theheadrecord component.private TransformationModelTransformation.Deserializer.parseModelTransformation(JsonDeserializationContext ctx, JsonObject json, ModelTransformationMode displayContext) ModelTransformation.thirdPersonLeftHand()Returns the value of thethirdPersonLeftHandrecord component.ModelTransformation.thirdPersonRightHand()Returns the value of thethirdPersonRightHandrecord component.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) Creates an instance of aModelTransformationrecord class.