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.MODEL
static final VariantProperty<Boolean>
VariantProperties.UV_LOCK
static final VariantProperty<Integer>
VariantProperties.WEIGHT
static final VariantProperty<VariantProperties.Rotation>
VariantProperties.X_ROT
static final VariantProperty<VariantProperties.Rotation>
VariantProperties.Y_ROT
Fields in net.minecraft.data.models.blockstates with type parameters of type VariantPropertyModifier and TypeFieldDescriptionprivate final 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_)