Uses of Record Class
net.minecraft.client.data.models.blockstates.PropertyValueList
Packages that use PropertyValueList
-
Uses of PropertyValueList in net.minecraft.client.data.models.blockstates
Fields in net.minecraft.client.data.models.blockstates declared as PropertyValueListModifier and TypeFieldDescriptionstatic final PropertyValueList
PropertyValueList.EMPTY
private final PropertyValueList
MultiVariantGenerator.Entry.properties
The field for theproperties
record component.Fields in net.minecraft.client.data.models.blockstates with type parameters of type PropertyValueListMethods in net.minecraft.client.data.models.blockstates that return PropertyValueListModifier and TypeMethodDescriptionPropertyValueList.extend
(PropertyValueList pValues) PropertyValueList.extend
(Property.Value<?> pValue) static PropertyValueList
PropertyValueList.of
(Property.Value<?>... pValues) MultiVariantGenerator.Entry.properties()
Returns the value of theproperties
record component.Methods in net.minecraft.client.data.models.blockstates that return types with arguments of type PropertyValueListModifier and TypeMethodDescription(package private) Map
<PropertyValueList, V> PropertyDispatch.getEntries()
Methods in net.minecraft.client.data.models.blockstates with parameters of type PropertyValueListModifier and TypeMethodDescriptionPropertyValueList.extend
(PropertyValueList pValues) protected void
PropertyDispatch.putValue
(PropertyValueList pProperties, V pValue) Constructors in net.minecraft.client.data.models.blockstates with parameters of type PropertyValueListModifierConstructorDescription(package private)
Entry
(PropertyValueList properties, MultiVariant variant) Creates an instance of aEntry
record class.