Uses of Record Class
net.minecraft.client.render.model.json.ModelElementRotation
Packages that use ModelElementRotation
-
Uses of ModelElementRotation in net.minecraft.client.render.model
Methods in net.minecraft.client.render.model with parameters of type ModelElementRotationModifier and TypeMethodDescriptionstatic BakedQuadBakedQuadFactory.bake(Baker.Vec3fInterner interner, Vector3fc from, Vector3fc to, ModelElementFace face, Sprite sprite, Direction direction, ModelBakeSettings settings, @Nullable ModelElementRotation rotation, boolean shade, int lightEmission) private static voidBakedQuadFactory.packVertexData(int corner, CubeFace cubeFace, ModelElementFace.UV uv, AxisRotation axisRotation, Matrix4fc matrix, Vector3fc from, Vector3fc to, Sprite sprite, AffineTransformation affineTransformation, @Nullable ModelElementRotation rotation, Vector3fc[] positions, long[] packedUvs, Baker.Vec3fInterner interner) -
Uses of ModelElementRotation in net.minecraft.client.render.model.json
Fields in net.minecraft.client.render.model.json declared as ModelElementRotationModifier and TypeFieldDescriptionprivate final ModelElementRotationModelElement.rotationThe field for therotationrecord component.Methods in net.minecraft.client.render.model.json that return ModelElementRotationModifier and TypeMethodDescriptionprivate @Nullable ModelElementRotationModelElement.Deserializer.deserializeRotation(JsonObject object) @Nullable ModelElementRotationModelElement.rotation()Returns the value of therotationrecord component.Constructors in net.minecraft.client.render.model.json with parameters of type ModelElementRotationModifierConstructorDescriptionModelElement(Vector3fc from, Vector3fc to, Map<Direction, ModelElementFace> faces, @Nullable ModelElementRotation rotation, boolean shade, int lightEmission) Creates an instance of aModelElementrecord class.