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 final VariantProperty<ResourceLocation> VariantProperties.MODELstatic final VariantProperty<Boolean> VariantProperties.UV_LOCKstatic final VariantProperty<Integer> VariantProperties.WEIGHTstatic final VariantProperty<VariantProperties.Rotation> VariantProperties.X_ROTstatic final VariantProperty<VariantProperties.Rotation> VariantProperties.Y_ROTFields in net.minecraft.data.models.blockstates with type parameters of type VariantPropertyModifier and TypeFieldDescriptionprivate final 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_)