Uses of Interface
com.threerings.tudey.server.TudeySceneManager.TickParticipant

Packages that use TudeySceneManager.TickParticipant
com.threerings.tudey.server   
com.threerings.tudey.server.logic   
 

Uses of TudeySceneManager.TickParticipant in com.threerings.tudey.server
 

Methods in com.threerings.tudey.server with parameters of type TudeySceneManager.TickParticipant
 void TudeySceneManager.addTickParticipant(TudeySceneManager.TickParticipant participant)
          Adds a participant to notify at each tick.
 void TudeySceneManager.removeTickParticipant(TudeySceneManager.TickParticipant participant)
          Removes a participant from the tick list.
 

Uses of TudeySceneManager.TickParticipant in com.threerings.tudey.server.logic
 

Classes in com.threerings.tudey.server.logic that implement TudeySceneManager.TickParticipant
 class ActiveLogic
          Controls the state of an active actor.
 class AgentLogic
          Controls an autonomous agent.
static class HandlerLogic.BaseIntersection
          Base class for the various intersection-related handler logic classes.
static class HandlerLogic.BaseIntersectionCount
          Handles the intersection count event.
static class HandlerLogic.Intersection
          Handles the intersection event.
static class HandlerLogic.IntersectionStart
          Handles the intersection start event.
static class HandlerLogic.IntersectionStop
          Handles the intersection stop event.
static class HandlerLogic.SignalStart
          Handles a signal start event.
static class HandlerLogic.SignalStop
          Handles a signal stop event.
static class HandlerLogic.ThresholdIntersectionCount
          Handles a threshold intersection count event.
static class HandlerLogic.Tick
          Handles the tick event.
static class HandlerLogic.Transition
          Base class for transition handlers.
 class MobileLogic
          Controls the state of a mobile actor.
 class PawnLogic
          Handles the state of a player-controlled actor.
 



Copyright © 2011. All Rights Reserved.