Uses of Class
net.minecraft.client.resources.model.BlockModelRotation
Packages that use BlockModelRotation
-
Uses of BlockModelRotation in net.minecraft.client.resources.model
Fields in net.minecraft.client.resources.model declared as BlockModelRotationModifier and TypeFieldDescriptionstatic final BlockModelRotationBlockModelRotation.IDENTITYprivate final BlockModelRotationBlockModelRotation.WithUvLock.parentThe field for theparentrecord component.Fields in net.minecraft.client.resources.model with type parameters of type BlockModelRotationModifier and TypeFieldDescriptionprivate static final Map<OctahedralGroup, BlockModelRotation> BlockModelRotation.BY_GROUP_ORDINALMethods in net.minecraft.client.resources.model that return BlockModelRotationModifier and TypeMethodDescriptionstatic BlockModelRotationBlockModelRotation.get(OctahedralGroup group) BlockModelRotation.WithUvLock.parent()Returns the value of theparentrecord component.Constructors in net.minecraft.client.resources.model with parameters of type BlockModelRotationModifierConstructorDescriptionWithUvLock(BlockModelRotation parent) Creates an instance of aWithUvLockrecord class.