Package | Description |
---|---|
net.minecraftforge.client.model | |
net.minecraftforge.client.model.obj | |
net.minecraftforge.debug.client.model |
Modifier and Type | Class and Description |
---|---|
static class |
CompositeModel.Loader |
static class |
DynamicBucketModel.Loader |
static class |
ItemLayerModel.Loader |
static class |
ModelLoaderRegistry.VanillaProxy.Loader |
static class |
MultiLayerModel.Loader |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<ResourceLocation,IModelLoader<?>> |
ModelLoaderRegistry.loaders |
Modifier and Type | Method and Description |
---|---|
static void |
ModelLoaderRegistry.registerLoader(ResourceLocation id,
IModelLoader<?> loader)
Makes system aware of your loader.
|
Modifier and Type | Class and Description |
---|---|
class |
OBJLoader |
Modifier and Type | Class and Description |
---|---|
(package private) static class |
NewModelLoaderTest.TestLoader |