Uses of Class
net.minecraft.data.client.model.PropertiesMap
Package | Description |
---|---|
net.minecraft.data.client.model |
-
Uses of PropertiesMap in net.minecraft.data.client.model
Fields in net.minecraft.data.client.model declared as PropertiesMap Modifier and Type Field Description private static PropertiesMap
PropertiesMap. EMPTY
Fields in net.minecraft.data.client.model with type parameters of type PropertiesMap Modifier and Type Field Description private Map<PropertiesMap,List<BlockStateVariant>>
BlockStateVariantMap. variants
Methods in net.minecraft.data.client.model that return PropertiesMap Modifier and Type Method Description PropertiesMap
PropertiesMap. copyOf(PropertiesMap propertiesMap)
static PropertiesMap
PropertiesMap. empty()
PropertiesMap
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 PropertiesMap Modifier and Type Method Description (package private) Map<PropertiesMap,List<BlockStateVariant>>
BlockStateVariantMap. getVariants()
Methods in net.minecraft.data.client.model with parameters of type PropertiesMap Modifier and Type Method Description PropertiesMap
PropertiesMap. copyOf(PropertiesMap propertiesMap)
protected void
BlockStateVariantMap. register(PropertiesMap condition, List<BlockStateVariant> possibleVariants)