Uses of Enum 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 TypeFieldDescriptionprivate final BlockModelRotationBlockModelRotation.WithUvLock.parentThe field for theparentrecord component.private static final BlockModelRotation[][]BlockModelRotation.XY_TABLEMethods in net.minecraft.client.resources.model that return BlockModelRotationModifier and TypeMethodDescriptionstatic BlockModelRotationBlockModelRotation.WithUvLock.parent()Returns the value of theparentrecord component.static BlockModelRotationReturns the enum constant of this class with the specified name.static BlockModelRotation[]BlockModelRotation.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.client.resources.model with parameters of type BlockModelRotationModifierConstructorDescriptionWithUvLock(BlockModelRotation parent) Creates an instance of aWithUvLockrecord class.