com.threerings.tudey.data
Class TudeyOccupantInfo

java.lang.Object
  extended by com.threerings.io.SimpleStreamableObject
      extended by com.threerings.crowd.data.OccupantInfo
          extended by com.threerings.tudey.data.TudeyOccupantInfo
All Implemented Interfaces:
com.threerings.io.Streamable, com.threerings.presents.dobj.DSet.Entry, Cloneable

public class TudeyOccupantInfo
extends com.threerings.crowd.data.OccupantInfo

Extends OccupantInfo to include the occupant's pawn id, if any.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.threerings.crowd.data.OccupantInfo
com.threerings.crowd.data.OccupantInfo.NameUpdater, com.threerings.crowd.data.OccupantInfo.Updater<T extends com.threerings.crowd.data.OccupantInfo>
 
Nested classes/interfaces inherited from interface com.threerings.io.Streamable
com.threerings.io.Streamable.Closure
 
Field Summary
 int pawnId
          The id of the actor controlled by the occupant, or 0 for none.
 
Fields inherited from class com.threerings.crowd.data.OccupantInfo
ACTIVE, bodyOid, DISCONNECTED, IDLE, status, username, X_STATUS
 
Constructor Summary
TudeyOccupantInfo()
          No-arg constructor for deserialization.
TudeyOccupantInfo(TudeyBodyObject body)
          Creates a new occupant info object.
 
Method Summary
 
Methods inherited from class com.threerings.crowd.data.OccupantInfo
clone, getBodyOid, getKey
 
Methods inherited from class com.threerings.io.SimpleStreamableObject
toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

pawnId

public int pawnId
The id of the actor controlled by the occupant, or 0 for none.

Constructor Detail

TudeyOccupantInfo

public TudeyOccupantInfo(TudeyBodyObject body)
Creates a new occupant info object.


TudeyOccupantInfo

public TudeyOccupantInfo()
No-arg constructor for deserialization.



Copyright © 2011. All Rights Reserved.