com.threerings.stage.data
Class StageOccupantInfo
java.lang.Object
com.threerings.io.SimpleStreamableObject
com.threerings.crowd.data.OccupantInfo
com.threerings.stage.data.StageOccupantInfo
- All Implemented Interfaces:
- Streamable, DSet.Entry, Cloneable
public class StageOccupantInfo
- extends OccupantInfo
Extends the standard occupant info with stage specific business.
|
Method Summary |
boolean |
isClusterable()
Should return true if the occupant in question is available to be
clustered with, false if they are "busy". |
StageOccupantInfo
public StageOccupantInfo(BodyObject body)
- Creates a new instance for the specified body.
StageOccupantInfo
public StageOccupantInfo()
- Used for unserialization.
isClusterable
public boolean isClusterable()
- Should return true if the occupant in question is available to be
clustered with, false if they are "busy". This means that a user
can click on them and start a chat circle.