Uses of Interface
net.minecraft.client.render.model.json.ModelRotation.class_12353
Packages that use ModelRotation.class_12353
-
Uses of ModelRotation.class_12353 in net.minecraft.client.render.model.json
Classes in net.minecraft.client.render.model.json that implement ModelRotation.class_12353Modifier and TypeClassDescriptionstatic final recordstatic final recordFields in net.minecraft.client.render.model.json declared as ModelRotation.class_12353Modifier and TypeFieldDescriptionprivate final ModelRotation.class_12353ModelRotation.valueThe field for thevaluerecord component.Methods in net.minecraft.client.render.model.json that return ModelRotation.class_12353Modifier and TypeMethodDescriptionModelRotation.value()Returns the value of thevaluerecord component.Methods in net.minecraft.client.render.model.json with parameters of type ModelRotation.class_12353Modifier and TypeMethodDescriptionprivate static Matrix4fModelRotation.method_75421(ModelRotation.class_12353 class_12353, boolean bool) Constructors in net.minecraft.client.render.model.json with parameters of type ModelRotation.class_12353ModifierConstructorDescriptionModelRotation(Vector3fc vector3fc, ModelRotation.class_12353 class_12353, boolean bool) ModelRotation(Vector3fc origin, ModelRotation.class_12353 value, boolean rescale, Matrix4fc transform) Creates an instance of aModelRotationrecord class.