Uses of Interface
com.threerings.tudey.util.ActorAdvancer.Environment

Packages that use ActorAdvancer.Environment
com.threerings.tudey.client   
com.threerings.tudey.data Tudey data. 
com.threerings.tudey.data.actor   
com.threerings.tudey.server   
com.threerings.tudey.server.logic   
com.threerings.tudey.tools Tudey tools. 
com.threerings.tudey.util   
 

Uses of ActorAdvancer.Environment in com.threerings.tudey.client
 

Classes in com.threerings.tudey.client that implement ActorAdvancer.Environment
 class TudeySceneView
          Displays a view of a Tudey scene.
 

Uses of ActorAdvancer.Environment in com.threerings.tudey.data
 

Classes in com.threerings.tudey.data that implement ActorAdvancer.Environment
 class TudeySceneModel
          Contains a representation of a Tudey scene.
 

Uses of ActorAdvancer.Environment in com.threerings.tudey.data.actor
 

Methods in com.threerings.tudey.data.actor with parameters of type ActorAdvancer.Environment
 ActorAdvancer Pawn.createAdvancer(ActorAdvancer.Environment environment, int timestamp)
           
 ActorAdvancer Mobile.createAdvancer(ActorAdvancer.Environment environment, int timestamp)
           
 ActorAdvancer Actor.createAdvancer(ActorAdvancer.Environment environment, int timestamp)
          Creates an advancer for the actor.
 ActorAdvancer Active.createAdvancer(ActorAdvancer.Environment environment, int timestamp)
           
 

Uses of ActorAdvancer.Environment in com.threerings.tudey.server
 

Classes in com.threerings.tudey.server that implement ActorAdvancer.Environment
 class TudeySceneManager
          Manager for Tudey scenes.
 

Uses of ActorAdvancer.Environment in com.threerings.tudey.server.logic
 

Classes in com.threerings.tudey.server.logic that implement ActorAdvancer.Environment
 class ActiveLogic
          Controls the state of an active actor.
 class AgentLogic
          Controls an autonomous agent.
 class MobileLogic
          Controls the state of a mobile actor.
 class PawnLogic
          Handles the state of a player-controlled actor.
 

Uses of ActorAdvancer.Environment in com.threerings.tudey.tools
 

Classes in com.threerings.tudey.tools that implement ActorAdvancer.Environment
 class ToolSceneManager
          Scene manager for tools.
 class ToolSceneView
          Scene view for tools.
 

Uses of ActorAdvancer.Environment in com.threerings.tudey.util
 

Constructors in com.threerings.tudey.util with parameters of type ActorAdvancer.Environment
ActiveAdvancer(ActorAdvancer.Environment environment, Active active, int timestamp)
          Creates a new advancer for the supplied active.
ActorAdvancer(ActorAdvancer.Environment environment, Actor actor, int timestamp)
          Creates a new advancer for the supplied actor.
MobileAdvancer(ActorAdvancer.Environment environment, Mobile mobile, int timestamp)
          Creates a new advancer for the supplied mobile.
PawnAdvancer(ActorAdvancer.Environment environment, Pawn pawn, int timestamp)
          Creates a new advancer for the supplied pawn.
 



Copyright © 2011. All Rights Reserved.