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 PropertiesMapPropertiesMap. EMPTYFields in net.minecraft.data.client.model with type parameters of type PropertiesMap Modifier and Type Field Description private Map<PropertiesMap,List<BlockStateVariant>>BlockStateVariantMap. variantsMethods in net.minecraft.data.client.model that return PropertiesMap Modifier and Type Method Description PropertiesMapPropertiesMap. copyOf(PropertiesMap propertiesMap)static PropertiesMapPropertiesMap. empty()PropertiesMapPropertiesMap. withValue(Property.Value<?> value)static PropertiesMapPropertiesMap. 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 PropertiesMapPropertiesMap. copyOf(PropertiesMap propertiesMap)protected voidBlockStateVariantMap. register(PropertiesMap condition, List<BlockStateVariant> possibleVariants)