Uses of Record Class
net.minecraft.client.render.model.json.Transformation
Packages that use Transformation
Package
Description
-
Uses of Transformation in net.minecraft.client.render.item
Fields in net.minecraft.client.render.item declared as TransformationModifier and TypeFieldDescription(package private) TransformationItemRenderState.LayerRenderState.transformMethods in net.minecraft.client.render.item with parameters of type TransformationModifier and TypeMethodDescriptionvoidItemRenderState.LayerRenderState.setTransform(Transformation transform) -
Uses of Transformation in net.minecraft.client.render.model
Methods in net.minecraft.client.render.model that return TransformationModifier and TypeMethodDescriptionstatic TransformationBakedSimpleModel.extractTransformation(BakedSimpleModel model, ItemDisplayContext mode) -
Uses of Transformation in net.minecraft.client.render.model.json
Fields 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.fixedFromBottomThe field for thefixedFromBottomrecord 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.fixedFromBottom()Returns the value of thefixedFromBottomrecord component.ModelTransformation.getTransformation(ItemDisplayContext 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, ItemDisplayContext 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, Transformation transformation)