Common interface for advanced model loading from files, based on file suffix Model support can be queried through the getSupportedSuffixes() method. Instances can be created by calling loadModel(String) with a class-loadable-path
- Author
- cpw
static Collection<String> net.minecraftforge.client.model.AdvancedModelLoader.getSupportedSuffixes |
( |
) | |
|
|
static |
Load the model from the supplied classpath resolvable resource name
- Parameters
-
resourceName | The resource name |
- Returns
- A model
- Exceptions
-
IllegalArgumentException | if the resource name cannot be understood |
ModelFormatException | if the underlying model handler cannot parse the model format |
static void net.minecraftforge.client.model.AdvancedModelLoader.registerModelHandler |
( |
IModelCustomLoader |
modelHandler) | |
|
|
static |
Register a new model handler
- Parameters
-
modelHandler | The model handler to register |
The documentation for this class was generated from the following file:
- C:/Users/LazDude/Downloads/MinecraftModding/YATS/forge/mcp/src/minecraft/net/minecraftforge/client/model/AdvancedModelLoader.java