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 ModelRotation
ModelRotation.UVModel.parent
The field for theparent
record component.private static final ModelRotation[][]
ModelRotation.ROTATION_MAP
Methods in net.minecraft.client.render.model that return ModelRotationModifier and TypeMethodDescriptionModelRotation.UVModel.parent()
Returns the value of theparent
record component.static ModelRotation
ModelRotation.rotate
(AxisRotation xRotation, AxisRotation yRotation) static ModelRotation
Returns 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