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.MODEL
static VariantProperty<Boolean>
VariantProperties.UV_LOCK
static VariantProperty<Integer>
VariantProperties.WEIGHT
VariantProperties.X_ROT
VariantProperties.Y_ROT
Fields in net.minecraft.data.models.blockstates with type parameters of type VariantPropertyModifier and TypeFieldDescriptionprivate Map<VariantProperty<?>,VariantProperty.Value>
Variant.values
Methods in net.minecraft.data.models.blockstates that return VariantPropertyMethods in net.minecraft.data.models.blockstates with parameters of type VariantPropertyModifier and TypeMethodDescription<T> Variant
Variant.with(VariantProperty<T> p_125512_, T p_125513_)