Package | Description |
---|---|
net.minecraftforge.client | |
net.minecraftforge.client.event | |
net.minecraftforge.client.model |
Modifier and Type | Method and Description |
---|---|
static void |
ForgeHooksClient.onModelBake(ModelManager modelManager,
java.util.Map<ResourceLocation,IBakedModel> modelRegistry,
ModelLoader modelLoader) |
Modifier and Type | Field and Description |
---|---|
private ModelLoader |
ModelBakeEvent.modelLoader |
Modifier and Type | Method and Description |
---|---|
ModelLoader |
ModelBakeEvent.getModelLoader() |
Constructor and Description |
---|
ModelBakeEvent(ModelManager modelManager,
java.util.Map<ResourceLocation,IBakedModel> modelRegistry,
ModelLoader modelLoader) |
Modifier and Type | Field and Description |
---|---|
private static ModelLoader |
ModelLoader.instance |
Modifier and Type | Method and Description |
---|---|
static ModelLoader |
ModelLoader.instance() |