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 BakedQuadBakedQuadFactory.bake(Baker.class_12356 class_12356, Vector3fc vector3fc, Vector3fc vector3fc2, ModelElementFace modelElementFace, Sprite sprite, Direction direction, ModelBakeSettings modelBakeSettings, @Nullable ModelRotation modelRotation, boolean bool, int int2) private static voidBakedQuadFactory.packVertexData(int int2, CubeFace cubeFace, ModelElementFace.UV uV, AxisRotation axisRotation, Matrix4fc matrix4fc, Vector3fc vector3fc, Vector3fc vector3fc2, Sprite sprite, AffineTransformation affineTransformation, @Nullable ModelRotation modelRotation, Vector3fc[] vector3fc3, long[] long2, Baker.class_12356 class_12356) -
Uses of ModelRotation in net.minecraft.client.render.model.json
Fields in net.minecraft.client.render.model.json declared as ModelRotationModifier and TypeFieldDescriptionprivate final ModelRotationModelElement.rotationThe field for therotationrecord component.Methods in net.minecraft.client.render.model.json that return ModelRotationModifier and TypeMethodDescriptionprivate @Nullable ModelRotationModelElement.Deserializer.deserializeRotation(JsonObject object) @Nullable ModelRotationModelElement.rotation()Returns the value of therotationrecord component.Constructors in net.minecraft.client.render.model.json with parameters of type ModelRotationModifierConstructorDescriptionModelElement(Vector3fc from, Vector3fc to, Map<Direction, ModelElementFace> faces, @Nullable ModelRotation rotation, boolean shade, int lightEmission) Creates an instance of aModelElementrecord class.