Uses of Class
net.minecraft.client.render.model.json.Transformation
Packages that use Transformation
Package
Description
-
Uses of Transformation in net.minecraft.client.render.item
Methods in net.minecraft.client.render.item that return TransformationModifier and TypeMethodDescriptionItemRenderState.getTransformation()
(package private) Transformation
ItemRenderState.LayerRenderState.getTransformation()
-
Uses of Transformation in net.minecraft.client.render.model
Methods in net.minecraft.client.render.model that return TransformationModifier and TypeMethodDescriptionstatic Transformation
UnbakedModel.getTransformation
(UnbakedModel model, ModelTransformationMode displayContext) -
Uses of Transformation in net.minecraft.client.render.model.json
Fields in net.minecraft.client.render.model.json declared as TransformationModifier and TypeFieldDescriptionprivate final Transformation
ModelTransformation.firstPersonLeftHand
The field for thefirstPersonLeftHand
record component.private final Transformation
ModelTransformation.firstPersonRightHand
The field for thefirstPersonRightHand
record component.private final Transformation
ModelTransformation.fixed
The field for thefixed
record component.private final Transformation
ModelTransformation.ground
The field for theground
record component.private final Transformation
ModelTransformation.gui
The field for thegui
record component.private final Transformation
ModelTransformation.head
The field for thehead
record component.static final Transformation
Transformation.IDENTITY
private final Transformation
ModelTransformation.thirdPersonLeftHand
The field for thethirdPersonLeftHand
record component.private final Transformation
ModelTransformation.thirdPersonRightHand
The field for thethirdPersonRightHand
record 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 thefirstPersonLeftHand
record component.ModelTransformation.firstPersonRightHand()
Returns the value of thefirstPersonRightHand
record component.ModelTransformation.fixed()
Returns the value of thefixed
record component.ModelTransformation.getTransformation
(ModelTransformationMode renderMode) ModelTransformation.ground()
Returns the value of theground
record component.ModelTransformation.gui()
Returns the value of thegui
record component.ModelTransformation.head()
Returns the value of thehead
record component.private Transformation
ModelTransformation.Deserializer.parseModelTransformation
(JsonDeserializationContext ctx, JsonObject json, ModelTransformationMode displayContext) ModelTransformation.thirdPersonLeftHand()
Returns the value of thethirdPersonLeftHand
record component.ModelTransformation.thirdPersonRightHand()
Returns the value of thethirdPersonRightHand
record 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 aModelTransformation
record class.