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_ROT
static BlockModeInfo<BlockModelFields.Rotation>
BlockModelFields. Y_ROT
Methods in net.minecraft.data that return BlockModelFields.Rotation Modifier and Type Method Description static BlockModelFields.Rotation
BlockModelFields.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.
-