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 other) PropertyValueList.extend(Property.Value<?> element) static PropertyValueListPropertyValueList.of(Property.Value<?>... values) 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 other) protected voidPropertyDispatch.putValue(PropertyValueList key, V variant) Constructors in net.minecraft.client.data.models.blockstates with parameters of type PropertyValueListModifierConstructorDescriptionprivateEntry(PropertyValueList properties, MultiVariant variant) Creates an instance of aEntryrecord class.