Uses of Record Class
net.minecraft.client.render.model.json.ModelRotation
Packages that use ModelRotation
-
Uses of ModelRotation in net.minecraft.client.render.model
Methods in net.minecraft.client.render.model with parameters of type ModelRotationModifier and TypeMethodDescriptionstatic BakedQuad
BakedQuadFactory.bake
(Vector3fc from, Vector3fc to, ModelElementFace facing, Sprite sprite, Direction direction, ModelBakeSettings settings, @Nullable ModelRotation rotation, boolean shade, int lightEmission) private static Vector3fc
BakedQuadFactory.method_71135
(ModelRotation modelRotation) private static void
BakedQuadFactory.packVertexData
(int[] vertices, int cornerIndex, CubeFace cubeFace, ModelElementFace.UV texture, AxisRotation axisRotation, Matrix4fc matrix4fc, float[] float2, Sprite sprite, AffineTransformation affineTransformation, @Nullable ModelRotation modelRotation) private static int[]
BakedQuadFactory.packVertexData
(ModelElementFace.UV texture, AxisRotation rotation, Matrix4fc matrix4fc, Sprite sprite, Direction facing, float[] float2, AffineTransformation transform, @Nullable ModelRotation modelRotation) private static void
BakedQuadFactory.rotateVertex
(Vector3f vertex, @Nullable ModelRotation rotation) -
Uses of ModelRotation in net.minecraft.client.render.model.json
Fields in net.minecraft.client.render.model.json declared as ModelRotationModifier and TypeFieldDescriptionprivate final @Nullable ModelRotation
ModelElement.rotation
The field for therotation
record component.Methods in net.minecraft.client.render.model.json that return ModelRotationModifier and TypeMethodDescriptionprivate @Nullable ModelRotation
ModelElement.Deserializer.deserializeRotation
(JsonObject object) ModelElement.rotation()
Returns the value of therotation
record component.Constructors in net.minecraft.client.render.model.json with parameters of type ModelRotationModifierConstructorDescriptionModelElement
(Vector3fc vector3fc, Vector3fc vector3fc2, Map<Direction, ModelElementFace> faces, @Nullable ModelRotation rotation, boolean shade, int lightEmission)