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