Uses of Class
net.minecraft.data.models.blockstates.VariantProperty
Packages that use VariantProperty
-
Uses of VariantProperty in net.minecraft.data.models.blockstates
Fields in net.minecraft.data.models.blockstates declared as VariantPropertyModifier and TypeFieldDescriptionstatic VariantProperty<ResourceLocation>VariantProperties.MODELstatic VariantProperty<Boolean>VariantProperties.UV_LOCKstatic VariantProperty<Integer>VariantProperties.WEIGHTVariantProperties.X_ROTVariantProperties.Y_ROTFields in net.minecraft.data.models.blockstates with type parameters of type VariantPropertyModifier and TypeFieldDescriptionprivate Map<VariantProperty<?>,VariantProperty.Value>Variant.valuesMethods in net.minecraft.data.models.blockstates that return VariantPropertyMethods in net.minecraft.data.models.blockstates with parameters of type VariantPropertyModifier and TypeMethodDescription<T> VariantVariant.with(VariantProperty<T> p_125512_, T p_125513_)