com.threerings.tudey.server
Interface TudeySceneManager.TickParticipant

All Known Implementing Classes:
ActiveLogic, AgentLogic, HandlerLogic.BaseIntersection, HandlerLogic.BaseIntersectionCount, HandlerLogic.Intersection, HandlerLogic.IntersectionStart, HandlerLogic.IntersectionStop, HandlerLogic.SignalStart, HandlerLogic.SignalStop, HandlerLogic.ThresholdIntersectionCount, HandlerLogic.Tick, HandlerLogic.Transition, MobileLogic, PawnLogic
Enclosing class:
TudeySceneManager

public static interface TudeySceneManager.TickParticipant

An interface for objects that take part in the server tick.


Method Summary
 boolean tick(int timestamp)
          Ticks the participant.
 

Method Detail

tick

boolean tick(int timestamp)
Ticks the participant.

Parameters:
timestamp - the timestamp of the current tick.
Returns:
true to continue ticking the participant, false to remove it from the list.


Copyright © 2011. All Rights Reserved.