Uses of Record Class
net.minecraft.client.data.PropertiesMap
Packages that use PropertiesMap
-
Uses of PropertiesMap in net.minecraft.client.data
Fields in net.minecraft.client.data declared as PropertiesMapModifier and TypeFieldDescriptionstatic final PropertiesMap
PropertiesMap.EMPTY
private final PropertiesMap
VariantsBlockModelDefinitionCreator.Entry.properties
The field for theproperties
record component.Fields in net.minecraft.client.data with type parameters of type PropertiesMapModifier and TypeFieldDescriptionprivate final Map
<PropertiesMap, V> BlockStateVariantMap.variants
Methods in net.minecraft.client.data that return PropertiesMapModifier and TypeMethodDescriptionPropertiesMap.copyOf
(PropertiesMap propertiesMap) VariantsBlockModelDefinitionCreator.Entry.properties()
Returns the value of theproperties
record component.PropertiesMap.withValue
(Property.Value<?> value) static PropertiesMap
PropertiesMap.withValues
(Property.Value<?>[] values) Methods in net.minecraft.client.data that return types with arguments of type PropertiesMapModifier and TypeMethodDescription(package private) Map
<PropertiesMap, V> BlockStateVariantMap.getVariants()
Methods in net.minecraft.client.data with parameters of type PropertiesMapModifier and TypeMethodDescriptionPropertiesMap.copyOf
(PropertiesMap propertiesMap) protected void
BlockStateVariantMap.register
(PropertiesMap properties, V variant) Constructors in net.minecraft.client.data with parameters of type PropertiesMapModifierConstructorDescription(package private)
Entry
(PropertiesMap propertiesMap, WeightedVariant weightedVariant)