Package | Description |
---|---|
net.minecraftforge.client.model | |
net.minecraftforge.client.model.obj | |
net.minecraftforge.client.model.techne |
Modifier and Type | Method and Description |
---|---|
IModelCustom |
IModelCustomLoader.loadInstance(String resourceName,
URL resource)
Load a model instance from the supplied path
|
static IModelCustom |
AdvancedModelLoader.loadModel(String resourceName)
Load the model from the supplied classpath resolvable resource name
|
Modifier and Type | Method and Description |
---|---|
IModelCustom |
ObjModelLoader.loadInstance(String resourceName,
URL resource) |
Constructor and Description |
---|
WavefrontObject(String filename,
InputStream inputStream) |
WavefrontObject(String fileName,
URL resource) |
Modifier and Type | Method and Description |
---|---|
IModelCustom |
TechneModelLoader.loadInstance(String resourceName,
URL resource) |
Constructor and Description |
---|
TechneModel(String fileName,
URL resource) |