com.planet_ink.coffee_mud.core.interfaces
Interface TickableGroup
- All Known Implementing Classes:
- Tick
public interface TickableGroup
This class represents a thread, consisting of a group of Tickable objects receiving periodic calls
to their tick(Tickable,int) methods by this thread object
- See Also:
Tickable,
Tickable.tick(Tickable, int)
|
Method Summary |
Tickable |
lastTicked()
Returns the current or last Tickable object which this thread made a tick(Tickable,int) method
call to. |
lastTicked
Tickable lastTicked()
- Returns the current or last Tickable object which this thread made a tick(Tickable,int) method
call to.
- Returns:
- the Tickable object last accessed
- See Also:
Tickable,
Tickable.tick(Tickable, int)