Package | Description |
---|---|
cpw.mods.fml.client.modloader | |
cpw.mods.fml.client.registry |
Modifier and Type | Class and Description |
---|---|
class |
ModLoaderBlockRendererHandler |
Modifier and Type | Method and Description |
---|---|
static void |
RenderingRegistry.registerBlockHandler(int renderId,
ISimpleBlockRenderingHandler handler)
Register the simple block rendering handler
This version will not call getRenderId on the passed in handler, instead using the supplied ID, so you
can easily re-use the same rendering handler for multiple IDs
|
static void |
RenderingRegistry.registerBlockHandler(ISimpleBlockRenderingHandler handler)
Register a simple block rendering handler
|