YATS/Forge Documentation
|
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< TickType > | ticks () |
String | getLabel () |
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.
Implemented in cpw.mods.fml.common.SingleIntervalHandler.