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 PropertyValueListPropertyValueList.EMPTYprivate final PropertyValueListMultiVariantGenerator.Entry.propertiesThe field for thepropertiesrecord 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 PropertyValueListPropertyValueList.of(Property.Value<?>... pValues) MultiVariantGenerator.Entry.properties()Returns the value of thepropertiesrecord 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 voidPropertyDispatch.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 aEntryrecord class.