Uses of Class
net.minecraft.client.render.model.json.ModelVariantMap
Packages that use ModelVariantMap
-
Uses of ModelVariantMap in net.minecraft.client.render.model
Fields in net.minecraft.client.render.model with type parameters of type ModelVariantMapModifier and TypeFieldDescriptionprivate final Map<Identifier,ModelVariantMap> ModelLoader.field_11315private final Map<ModelVariantMap,Collection<ModelIdentifier>> ModelLoader.field_13660Methods in net.minecraft.client.render.model that return ModelVariantMapModifier and TypeMethodDescriptionprivate ModelVariantMapModelLoader.method_12508(Identifier identifier) private ModelVariantMapModelLoader.method_12509(Identifier identifier, Resource resource) private ModelVariantMapModelLoader.method_12510(Identifier identifier, Identifier identifier2) Methods in net.minecraft.client.render.model with parameters of type ModelVariantMapModifier and TypeMethodDescriptionprivate voidModelLoader.method_10387(ModelVariantMap modelVariantMap, ModelIdentifier modelIdentifier) -
Uses of ModelVariantMap in net.minecraft.client.render.model.json
Methods in net.minecraft.client.render.model.json that return ModelVariantMapModifier and TypeMethodDescriptionModelVariantMap.Deserializer.deserialize(JsonElement jsonElement, Type type, JsonDeserializationContext jsonDeserializationContext) static ModelVariantMapModelVariantMap.fromReader(Reader reader) Constructor parameters in net.minecraft.client.render.model.json with type arguments of type ModelVariantMap