Uses of 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 TypeFieldDescriptionstatic final ModelRotationModelRotation.IDENTITYprivate final ModelRotationModelRotation.UVModel.parentThe field for theparentrecord component.Fields in net.minecraft.client.render.model with type parameters of type ModelRotationModifier and TypeFieldDescriptionprivate static final Map<DirectionTransformation, ModelRotation> ModelRotation.BY_DIRECTION_TRANSFORMATIONMethods in net.minecraft.client.render.model that return ModelRotationModifier and TypeMethodDescriptionstatic ModelRotationModelRotation.fromDirectionTransformation(DirectionTransformation directionTransformation) ModelRotation.UVModel.parent()Returns the value of theparentrecord component.Constructors in net.minecraft.client.render.model with parameters of type ModelRotationModifierConstructorDescription(package private)UVModel(ModelRotation parent) Creates an instance of aUVModelrecord class.