|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IScheduledTickHandler | |
---|---|
cpw.mods.fml.common | |
cpw.mods.fml.common.registry |
Uses of IScheduledTickHandler in cpw.mods.fml.common |
---|
Classes in cpw.mods.fml.common that implement IScheduledTickHandler | |
---|---|
class |
SingleIntervalHandler
|
Uses of IScheduledTickHandler in cpw.mods.fml.common.registry |
---|
Fields in cpw.mods.fml.common.registry declared as IScheduledTickHandler | |
---|---|
IScheduledTickHandler |
TickRegistry.TickQueueElement.ticker
|
Methods in cpw.mods.fml.common.registry with parameters of type IScheduledTickHandler | |
---|---|
static void |
TickRegistry.registerScheduledTickHandler(IScheduledTickHandler handler,
Side side)
|
Method parameters in cpw.mods.fml.common.registry with type arguments of type IScheduledTickHandler | |
---|---|
static void |
TickRegistry.updateTickQueue(List<IScheduledTickHandler> ticks,
Side side)
|
Constructors in cpw.mods.fml.common.registry with parameters of type IScheduledTickHandler | |
---|---|
TickRegistry.TickQueueElement(IScheduledTickHandler ticker,
long tickCounter)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |