| Package | Description |
|---|---|
| cpw.mods.fml.client.modloader | |
| cpw.mods.fml.client.registry | |
| cpw.mods.fml.common | |
| cpw.mods.fml.common.modloader | |
| cpw.mods.fml.common.registry |
| Modifier and Type | Class and Description |
|---|---|
class |
ModLoaderKeyBindingHandler |
| Modifier and Type | Class and Description |
|---|---|
static class |
KeyBindingRegistry.KeyHandler
Extend this class to register a KeyBinding and recieve callback
when the key binding is triggered
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IScheduledTickHandler |
| Modifier and Type | Class and Description |
|---|---|
class |
SingleIntervalHandler |
| Constructor and Description |
|---|
SingleIntervalHandler(ITickHandler handler) |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseModTicker |
| Modifier and Type | Method and Description |
|---|---|
static void |
TickRegistry.registerTickHandler(ITickHandler handler,
Side side) |