Package net.fabricmc.fabric.api.client.model.loading.v1
package net.fabricmc.fabric.api.client.model.loading.v1
-
ClassDescriptionBlock state resolvers are responsible for mapping each
BlockState
of a block to anUnbakedModel
.The context for block state resolution.An unbaked model that returns anotherBakedModel
at bake time.Fabric-provided helper methods forBakedModelManager
.A model loading plugin is used to extend the model loading process through the passedModelLoadingPlugin.Context
object.Contains interfaces for the events that can be used to modify models at different points in the loading and baking process.The context for an after bake model modification event.The context for a before bake model modification event.The context for an on load model modification event.Model resolvers are able to provide a custom model for specificIdentifier
s.The context for model resolution.A model loading plugin is used to extend the model loading process through the passedModelLoadingPlugin.Context
object.