Uses of 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 PropertiesMapFields in net.minecraft.client.data with type parameters of type PropertiesMapModifier and TypeFieldDescriptionprivate final Map
<PropertiesMap, List<BlockStateVariant>> BlockStateVariantMap.variants
Methods in net.minecraft.client.data that return PropertiesMapModifier and TypeMethodDescriptionPropertiesMap.copyOf
(PropertiesMap propertiesMap) static PropertiesMap
PropertiesMap.empty()
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, List<BlockStateVariant>> BlockStateVariantMap.getVariants()
Methods in net.minecraft.client.data with parameters of type PropertiesMapModifier and TypeMethodDescriptionPropertiesMap.copyOf
(PropertiesMap propertiesMap) protected void
BlockStateVariantMap.register
(PropertiesMap condition, List<BlockStateVariant> possibleVariants)