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