Uses of Class
com.threerings.tudey.data.TudeyOccupantInfo

Packages that use TudeyOccupantInfo
com.threerings.tudey.client.sprite   
com.threerings.tudey.data Tudey data. 
 

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

Methods in com.threerings.tudey.client.sprite with parameters of type TudeyOccupantInfo
 void ActorSprite.occupantEntered(TudeyOccupantInfo info)
          Notes that the occupant controlling this actor has entered.
 void ActorSprite.Implementation.occupantEntered(TudeyOccupantInfo info)
          Notes that the occupant controlling this actor has entered.
 void ActorSprite.occupantLeft(TudeyOccupantInfo info)
          Notes that the occupant controlling this actor has left.
 void ActorSprite.Implementation.occupantLeft(TudeyOccupantInfo info)
          Notes that the occupant controlling this actor has left.
 void ActorSprite.occupantUpdated(TudeyOccupantInfo oinfo, TudeyOccupantInfo ninfo)
          Notes that the occupant controlling this actor has been updated.
 void ActorSprite.Implementation.occupantUpdated(TudeyOccupantInfo oinfo, TudeyOccupantInfo ninfo)
          Notes that the occupant controlling this actor has been updated.
 

Uses of TudeyOccupantInfo in com.threerings.tudey.data
 

Methods in com.threerings.tudey.data that return TudeyOccupantInfo
 TudeyOccupantInfo TudeySceneObject.getOccupantInfo(int pawnId)
          Returns the occupant info corresponding to the specified pawn, or null if no such occupant info is registered.
 



Copyright © 2011. All Rights Reserved.