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 BlockModelRotation
BlockModelRotation.WithUvLock.parent
The field for theparent
record component.private static final BlockModelRotation[][]
BlockModelRotation.XY_TABLE
Methods in net.minecraft.client.resources.model that return BlockModelRotationModifier and TypeMethodDescriptionstatic BlockModelRotation
BlockModelRotation.WithUvLock.parent()
Returns the value of theparent
record component.static BlockModelRotation
Returns 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 BlockModelRotationModifierConstructorDescription(package private)
WithUvLock
(BlockModelRotation parent) Creates an instance of aWithUvLock
record class.