Uses of Class
net.minecraft.data.BlockModelFields.Rotation
-
Packages that use BlockModelFields.Rotation Package Description net.minecraft.data -
-
Uses of BlockModelFields.Rotation in net.minecraft.data
Fields in net.minecraft.data with type parameters of type BlockModelFields.Rotation Modifier and Type Field Description static BlockModeInfo<BlockModelFields.Rotation>BlockModelFields. X_ROTstatic BlockModeInfo<BlockModelFields.Rotation>BlockModelFields. Y_ROTMethods in net.minecraft.data that return BlockModelFields.Rotation Modifier and Type Method Description static BlockModelFields.RotationBlockModelFields.Rotation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static BlockModelFields.Rotation[]BlockModelFields.Rotation. values()Returns an array containing the constants of this enum type, in the order they are declared.
-