Uses of Enum Class
net.minecraft.data.models.blockstates.VariantProperties.Rotation
Packages that use VariantProperties.Rotation
-
Uses of VariantProperties.Rotation in net.minecraft.data.models.blockstates
Fields in net.minecraft.data.models.blockstates with type parameters of type VariantProperties.RotationModifier and TypeFieldDescriptionstatic final VariantProperty<VariantProperties.Rotation>VariantProperties.X_ROTstatic final VariantProperty<VariantProperties.Rotation>VariantProperties.Y_ROTMethods in net.minecraft.data.models.blockstates that return VariantProperties.RotationModifier and TypeMethodDescriptionstatic VariantProperties.RotationReturns the enum constant of this class with the specified name.static VariantProperties.Rotation[]VariantProperties.Rotation.values()Returns an array containing the constants of this enum class, in the order they are declared.