Uses of Record Class
net.minecraft.client.data.PropertiesMap
Packages that use PropertiesMap
- 
Uses of PropertiesMap in net.minecraft.client.dataFields in net.minecraft.client.data declared as PropertiesMapModifier and TypeFieldDescriptionstatic final PropertiesMapPropertiesMap.EMPTYprivate final PropertiesMapVariantsBlockModelDefinitionCreator.Entry.propertiesThe field for thepropertiesrecord component.Fields in net.minecraft.client.data with type parameters of type PropertiesMapModifier and TypeFieldDescriptionprivate final Map<PropertiesMap, V> BlockStateVariantMap.variantsMethods in net.minecraft.client.data that return PropertiesMapModifier and TypeMethodDescriptionPropertiesMap.copyOf(PropertiesMap propertiesMap) VariantsBlockModelDefinitionCreator.Entry.properties()Returns the value of thepropertiesrecord component.PropertiesMap.withValue(Property.Value<?> value) static PropertiesMapPropertiesMap.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 voidBlockStateVariantMap.register(PropertiesMap properties, V variant) Constructors in net.minecraft.client.data with parameters of type PropertiesMapModifierConstructorDescription(package private)Entry(PropertiesMap propertiesMap, WeightedVariant weightedVariant)