Package | Description |
---|---|
cpw.mods.fml.common | |
cpw.mods.fml.common.registry |
Modifier and Type | Class and Description |
---|---|
class |
SingleIntervalHandler |
Modifier and Type | Field and Description |
---|---|
IScheduledTickHandler |
TickRegistry.TickQueueElement.ticker |
Modifier and Type | Method and Description |
---|---|
static void |
TickRegistry.registerScheduledTickHandler(IScheduledTickHandler handler,
Side side) |
Modifier and Type | Method and Description |
---|---|
static void |
TickRegistry.updateTickQueue(List<IScheduledTickHandler> ticks,
Side side) |
Constructor and Description |
---|
TickRegistry.TickQueueElement(IScheduledTickHandler ticker,
long tickCounter) |