Uses of Enum Class
net.minecraft.client.render.model.ModelRotation
Packages that use ModelRotation
-
Uses of ModelRotation in net.minecraft.client.render.model
Fields in net.minecraft.client.render.model declared as ModelRotationModifier and TypeFieldDescriptionprivate final ModelRotationModelRotation.UVModel.parentThe field for theparentrecord component.private static final ModelRotation[][]ModelRotation.ROTATION_MAPMethods in net.minecraft.client.render.model that return ModelRotationModifier and TypeMethodDescriptionModelRotation.UVModel.parent()Returns the value of theparentrecord component.static ModelRotationModelRotation.rotate(AxisRotation xRotation, AxisRotation yRotation) static ModelRotationReturns the enum constant of this class with the specified name.static ModelRotation[]ModelRotation.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.client.render.model with parameters of type ModelRotation