Uses of Class
net.minecraft.client.render.model.json.ModelVariantMap.Variant
Packages that use ModelVariantMap.Variant
-
Uses of ModelVariantMap.Variant in net.minecraft.client.render.model
Fields in net.minecraft.client.render.model with type parameters of type ModelVariantMap.VariantModifier and TypeFieldDescriptionprivate final Map<ModelIdentifier,ModelVariantMap.Variant> ModelLoader.field_11304 -
Uses of ModelVariantMap.Variant in net.minecraft.client.render.model.json
Fields in net.minecraft.client.render.model.json with type parameters of type ModelVariantMap.VariantModifier and TypeFieldDescriptionprivate final Map<String,ModelVariantMap.Variant> ModelVariantMap.mapMethods in net.minecraft.client.render.model.json that return ModelVariantMap.VariantModifier and TypeMethodDescriptionprotected ModelVariantMap.VariantModelVariantMap.Deserializer.deserializeVariant(JsonDeserializationContext ctx, Map.Entry<String, JsonElement> entry) ModelVariantMap.getVariant(String name) Methods in net.minecraft.client.render.model.json that return types with arguments of type ModelVariantMap.VariantModifier and TypeMethodDescriptionprotected List<ModelVariantMap.Variant>ModelVariantMap.Deserializer.deserializeVariants(JsonDeserializationContext ctx, JsonObject json) Constructor parameters in net.minecraft.client.render.model.json with type arguments of type ModelVariantMap.Variant