YATS/Forge Documentation
 All Classes Namespaces Files Functions Variables Enumerator Pages
cpw.mods.fml.common.IScheduledTickHandler Interface Reference
Inheritance diagram for cpw.mods.fml.common.IScheduledTickHandler:
cpw.mods.fml.common.ITickHandler cpw.mods.fml.common.SingleIntervalHandler

Public Member Functions

int nextTickSpacing ()
 
- Public Member Functions inherited from cpw.mods.fml.common.ITickHandler
void tickStart (EnumSet< TickType > type, Object...tickData)
 
void tickEnd (EnumSet< TickType > type, Object...tickData)
 
EnumSet< TickTypeticks ()
 
String getLabel ()
 

Member Function Documentation

int cpw.mods.fml.common.IScheduledTickHandler.nextTickSpacing ( )

Return the number of actual ticks that will pass before your next tick will fire. This will be called just after your last tick fired to compute the next delay.

Returns
Time until next tick

Implemented in cpw.mods.fml.common.SingleIntervalHandler.


The documentation for this interface was generated from the following file: