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.field_63619private 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.field_63620Methods in net.minecraft.client.render.model that return ModelRotationModifier and TypeMethodDescriptionstatic ModelRotationModelRotation.method_75489(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.