public interface IModelCustomLoader
Modifier and Type | Method and Description |
---|---|
String[] |
getSuffixes()
Get resource suffixes this model loader recognizes
|
String |
getType()
Get the main type name for this loader
|
IModelCustom |
loadInstance(String resourceName,
URL resource)
Load a model instance from the supplied path
|
String getType()
String[] getSuffixes()
IModelCustom loadInstance(String resourceName, URL resource) throws ModelFormatException
resourceName
- The resource name to loadresource
- The URL associated with the classloader resourceModelFormatException
- if the model format is not correct