cpw.mods.fml.common.registry
Class TickRegistry.TickQueueElement
java.lang.Object
cpw.mods.fml.common.registry.TickRegistry.TickQueueElement
- All Implemented Interfaces:
- Comparable<TickRegistry.TickQueueElement>
- Enclosing class:
- TickRegistry
public static class TickRegistry.TickQueueElement
- extends Object
- implements Comparable<TickRegistry.TickQueueElement>
We register our delegate here
ticker
public IScheduledTickHandler ticker
TickRegistry.TickQueueElement
public TickRegistry.TickQueueElement(IScheduledTickHandler ticker,
long tickCounter)
compareTo
public int compareTo(TickRegistry.TickQueueElement o)
- Specified by:
compareTo
in interface Comparable<TickRegistry.TickQueueElement>
update
public void update(long tickCounter)
scheduledNow
public boolean scheduledNow(long tickCounter)