Uses of Class
com.threerings.tudey.server.logic.PawnLogic

Packages that use PawnLogic
com.threerings.tudey.server   
com.threerings.tudey.server.logic   
 

Uses of PawnLogic in com.threerings.tudey.server
 

Methods in com.threerings.tudey.server that return PawnLogic
 PawnLogic ClientLiaison.getTarget()
          Returns a reference to the client's target.
 PawnLogic TudeySceneManager.getTarget(com.threerings.presents.data.ClientObject clobj)
          Returns a reference to the target of the specified client, if any.
 

Methods in com.threerings.tudey.server with parameters of type PawnLogic
 Effect[] TudeySceneManager.getEffectsFired(PawnLogic target, Rect bounds)
          Returns an array containing all effects fired on the current tick whose influence regions intersect the provided bounds.
 void TudeySceneManager.getVisibleActors(PawnLogic target, Rect bounds, Collection<ActorLogic> results)
          Populates the supplied collection with references to all non-static actors visible to the specified target whose influence regions intersect the provided bounds.
 void ClientLiaison.setTarget(PawnLogic target)
          Sets the client's target actor.
 

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

Methods in com.threerings.tudey.server.logic with parameters of type PawnLogic
 void Logic.request(int timestamp, PawnLogic source, String name)
          Notifies the logic of a client request.
 void HandlerLogic.Request.request(int timestamp, PawnLogic source, String name)
           
 void EntryLogic.request(int timestamp, PawnLogic source, String name)
           
 void ActorLogic.request(int timestamp, PawnLogic source, String name)
           
 



Copyright © 2011. All Rights Reserved.