public interface ICustomModelLoader extends IResourceManagerReloadListener
| Modifier and Type | Method and Description | 
|---|---|
| boolean | accepts(ResourceLocation modelLocation) | 
| IModel | loadModel(ResourceLocation modelLocation) | 
onResourceManagerReloadboolean accepts(ResourceLocation modelLocation)
IModel loadModel(ResourceLocation modelLocation) throws java.lang.Exception
java.lang.Exception