com.threerings.tudey.data
Class TudeyOccupantInfo
java.lang.Object
com.threerings.io.SimpleStreamableObject
com.threerings.crowd.data.OccupantInfo
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 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 |
| Methods inherited from class com.threerings.crowd.data.OccupantInfo |
clone, getBodyOid, getKey |
| Methods inherited from class com.threerings.io.SimpleStreamableObject |
toString |
pawnId
public int pawnId
- The id of the actor controlled by the occupant, or 0 for none.
TudeyOccupantInfo
public TudeyOccupantInfo(TudeyBodyObject body)
- Creates a new occupant info object.
TudeyOccupantInfo
public TudeyOccupantInfo()
- No-arg constructor for deserialization.
Copyright © 2011. All Rights Reserved.