com.threerings.tudey.server
Class TudeySceneManager.TickOp
java.lang.Object
com.threerings.tudey.server.TudeySceneManager.TickOp
- All Implemented Interfaces:
- ObserverList.ObserverOp<TudeySceneManager.TickParticipant>
- Direct Known Subclasses:
- TudeySceneManager.ProfileTickOp
- Enclosing class:
- TudeySceneManager
protected static class TudeySceneManager.TickOp
- extends Object
- implements ObserverList.ObserverOp<TudeySceneManager.TickParticipant>
(Re)used to tick the participants.
|
Field Summary |
protected int |
_timestamp
The timestamp of the current tick. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_timestamp
protected int _timestamp
- The timestamp of the current tick.
TudeySceneManager.TickOp
protected TudeySceneManager.TickOp()
init
public void init(int timestamp)
- (Re)initializes the op with the current timestamp.
apply
public boolean apply(TudeySceneManager.TickParticipant participant)
- Specified by:
apply in interface ObserverList.ObserverOp<TudeySceneManager.TickParticipant>