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(java.lang.String resourceName,
java.net.URL resource)
Load a model instance from the supplied path
|
java.lang.String getType()
java.lang.String[] getSuffixes()
IModelCustom loadInstance(java.lang.String resourceName, java.net.URL resource) throws ModelFormatException
resourceName
- The resource name to loadresource
- The URL associated with the classloader resourceModelFormatException
- if the model format is not correct