public interface ModelProviderContext
Modifier and Type | Method and Description |
---|---|
net.minecraft.client.render.model.UnbakedModel |
loadModel(net.minecraft.util.Identifier id)
Load a model using a
Identifier , ModelIdentifier , ... |
net.minecraft.client.render.model.UnbakedModel loadModel(net.minecraft.util.Identifier id)
Identifier
, ModelIdentifier
, ...
Please note that the game engine keeps track of circular model loading calls on its own.
id
- The model identifier.