Uses of Class
net.minecraft.data.client.PropertiesMap
Packages that use PropertiesMap
-
Uses of PropertiesMap in net.minecraft.data.client
Fields in net.minecraft.data.client declared as PropertiesMapFields in net.minecraft.data.client with type parameters of type PropertiesMapModifier and TypeFieldDescriptionprivate final Map
<PropertiesMap, List<BlockStateVariant>> BlockStateVariantMap.variants
Methods in net.minecraft.data.client 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.data.client that return types with arguments of type PropertiesMapModifier and TypeMethodDescription(package private) Map
<PropertiesMap, List<BlockStateVariant>> BlockStateVariantMap.getVariants()
Methods in net.minecraft.data.client with parameters of type PropertiesMapModifier and TypeMethodDescriptionPropertiesMap.copyOf
(PropertiesMap propertiesMap) protected void
BlockStateVariantMap.register
(PropertiesMap condition, List<BlockStateVariant> possibleVariants)