Package | Description |
---|---|
net.minecraftforge.client |
Modifier and Type | Field and Description |
---|---|
static IRenderContextHandler |
ForgeHooksClient.unbindContext |
Modifier and Type | Field and Description |
---|---|
static HashMap<net.minecraftforge.client.ForgeHooksClient.TesKey,IRenderContextHandler> |
ForgeHooksClient.renderHandlers |
Modifier and Type | Method and Description |
---|---|
static void |
MinecraftForgeClient.registerRenderContextHandler(String texture,
int subid,
IRenderContextHandler handler)
Register a new render context handler.
|