public class ClusterObject
extends com.threerings.presents.dobj.DObject
implements com.threerings.crowd.chat.data.SpeakObject
| Modifier and Type | Field and Description |
|---|---|
com.threerings.presents.dobj.OidList |
occupants
Tracks the oid of the body objects that occupy this cluster.
|
static String |
OCCUPANTS
The field name of the
occupants field. |
| Constructor and Description |
|---|
ClusterObject() |
| Modifier and Type | Method and Description |
|---|---|
void |
addToOccupants(int oid)
Requests that
oid be added to the occupants
oid list. |
void |
applyToListeners(com.threerings.crowd.chat.data.SpeakObject.ListenerOp op) |
String |
getChatIdentifier(com.threerings.crowd.chat.data.UserMessage msg) |
void |
removeFromOccupants(int oid)
Requests that
oid be removed from the
occupants oid list. |
acquireLock, addListener, addListener, addSubscriber, addToSet, cancelTransaction, changeAttribute, checkPermissions, checkPermissions, commitTransaction, destroy, getAccessController, getAttribute, getLocal, getLocals, getManager, getOid, getSet, inTransaction, isActive, notifyListeners, notifyProxies, postEvent, postMessage, postMessage, releaseLock, removeFromSet, removeListener, removeSubscriber, setAccessController, setAttribute, setDestroyOnLastSubscriberRemoved, setLocal, setManager, setOid, startTransaction, toString, updateSet, which@Generated(value="com.threerings.presents.tools.GenDObjectTask") public static final String OCCUPANTS
occupants field.public com.threerings.presents.dobj.OidList occupants
public void applyToListeners(com.threerings.crowd.chat.data.SpeakObject.ListenerOp op)
applyToListeners in interface com.threerings.crowd.chat.data.SpeakObjectpublic String getChatIdentifier(com.threerings.crowd.chat.data.UserMessage msg)
getChatIdentifier in interface com.threerings.crowd.chat.data.SpeakObject@Generated(value="com.threerings.presents.tools.GenDObjectTask") public void addToOccupants(int oid)
oid be added to the occupants
oid list. The list will not change until the event is actually
propagated through the system.@Generated(value="com.threerings.presents.tools.GenDObjectTask") public void removeFromOccupants(int oid)
oid be removed from the
occupants oid list. The list will not change until the
event is actually propagated through the system.Copyright © 2015. All rights reserved.