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 PropertiesMapPropertiesMap.EMPTYprivate final PropertiesMapVariantsBlockStateSupplier.class_10797.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) VariantsBlockStateSupplier.class_10797.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 condition, V v) Constructors in net.minecraft.client.data with parameters of type PropertiesMapModifierConstructorDescription(package private)class_10797(PropertiesMap propertiesMap, WeightedUnbakedModel weightedUnbakedModel)