|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.threerings.io.SimpleStreamableObject
com.threerings.crowd.data.OccupantInfo
com.threerings.tudey.data.TudeyOccupantInfo
public class TudeyOccupantInfo
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 |
|---|
OccupantInfo.NameUpdater, OccupantInfo.Updater<T extends OccupantInfo> |
| Nested classes/interfaces inherited from interface com.threerings.io.Streamable |
|---|
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, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public int pawnId
| Constructor Detail |
|---|
public TudeyOccupantInfo(TudeyBodyObject body)
public TudeyOccupantInfo()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||