Uses of Interface
cpw.mods.fml.common.ITickHandler

Packages that use ITickHandler
cpw.mods.fml.client.modloader   
cpw.mods.fml.client.registry   
cpw.mods.fml.common   
cpw.mods.fml.common.modloader   
cpw.mods.fml.common.registry   
 

Uses of ITickHandler in cpw.mods.fml.client.modloader
 

Classes in cpw.mods.fml.client.modloader that implement ITickHandler
 class ModLoaderKeyBindingHandler
           
 

Uses of ITickHandler in cpw.mods.fml.client.registry
 

Classes in cpw.mods.fml.client.registry that implement ITickHandler
static class KeyBindingRegistry.KeyHandler
          Extend this class to register a KeyBinding and recieve callback when the key binding is triggered
 

Uses of ITickHandler in cpw.mods.fml.common
 

Subinterfaces of ITickHandler in cpw.mods.fml.common
 interface IScheduledTickHandler
           
 

Classes in cpw.mods.fml.common that implement ITickHandler
 class SingleIntervalHandler
           
 

Constructors in cpw.mods.fml.common with parameters of type ITickHandler
SingleIntervalHandler(ITickHandler handler)
           
 

Uses of ITickHandler in cpw.mods.fml.common.modloader
 

Classes in cpw.mods.fml.common.modloader that implement ITickHandler
 class BaseModTicker
           
 

Uses of ITickHandler in cpw.mods.fml.common.registry
 

Methods in cpw.mods.fml.common.registry with parameters of type ITickHandler
static void TickRegistry.registerTickHandler(ITickHandler handler, Side side)