Uses of Interface
com.threerings.tudey.data.actor.HasActor

Packages that use HasActor
com.threerings.tudey.client.sprite   
com.threerings.tudey.server.logic   
 

Uses of HasActor in com.threerings.tudey.client.sprite
 

Classes in com.threerings.tudey.client.sprite that implement HasActor
 class ActorSprite
          Represents an active element of the scene.
 

Uses of HasActor in com.threerings.tudey.server.logic
 

Classes in com.threerings.tudey.server.logic that implement HasActor
 class ActiveLogic
          Controls the state of an active actor.
 class ActorLogic
          Controls the state of an actor on the server.
 class AgentLogic
          Controls an autonomous agent.
 class EntryStateLogic
          The logic for an entry state actor.
 class MobileLogic
          Controls the state of a mobile actor.
 class PawnLogic
          Handles the state of a player-controlled actor.
 



Copyright © 2011. All Rights Reserved.