public interface IModelCustomLoader
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getSuffixes()
Get resource suffixes this model loader recognizes
|
java.lang.String |
getType()
Get the main type name for this loader
|
IModelCustom |
loadInstance(ResourceLocation resource)
Load a model instance from the supplied path
|
java.lang.String getType()
java.lang.String[] getSuffixes()
IModelCustom loadInstance(ResourceLocation resource) throws ModelFormatException
resource - The ResourceLocation of the modelModelFormatException - if the model format is not correct