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 p_405394_) PropertyValueList.extend
(Property.Value<?> p_404909_) static PropertyValueList
PropertyValueList.of
(Property.Value<?>... p_405119_) 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 p_405394_) protected void
PropertyDispatch.putValue
(PropertyValueList p_404906_, V p_405670_) 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.