cpw.mods.fml.common
Interface IScheduledTickHandler

All Superinterfaces:
ITickHandler
All Known Implementing Classes:
SingleIntervalHandler

public interface IScheduledTickHandler
extends ITickHandler


Method Summary
 int nextTickSpacing()
          Return the number of actual ticks that will pass before your next tick will fire.
 
Methods inherited from interface cpw.mods.fml.common.ITickHandler
getLabel, tickEnd, ticks, tickStart
 

Method Detail

nextTickSpacing

int 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