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 | Class and Description |
---|---|
class |
WavefrontObject
Wavefront Object importer
Based heavily off of the specifications found at http://en.wikipedia.org/wiki/Wavefront_.obj_file
|
Modifier and Type | Method and Description |
---|---|
IModelCustom |
ObjModelLoader.loadInstance(String resourceName,
URL resource) |
Modifier and Type | Class and Description |
---|---|
class |
TechneModel
Techne model importer, based on iChun's Hats importer
|
Modifier and Type | Method and Description |
---|---|
IModelCustom |
TechneModelLoader.loadInstance(String resourceName,
URL resource) |