| Package | Description |
|---|---|
| com.threerings.crowd.chat.client | |
| com.threerings.crowd.chat.server | |
| com.threerings.crowd.data | |
| com.threerings.crowd.server |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ChatDirector.CommandHandler.checkAccess(BodyObject user)
Returns true if this user should have access to this chat command.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChatProvider.deliverTell(BodyObject target,
UserMessage message)
Delivers a tell notification to the specified target player.
|
void |
ChatProvider.TellAutoResponder.sentTell(BodyObject teller,
BodyObject tellee,
String message)
Called following the delivery of
message from teller to
tellee. |
| Constructor and Description |
|---|
OccupantInfo(BodyObject body)
Creates an occupant info with information from the specified occupant's body object.
|
| Modifier and Type | Method and Description |
|---|---|
BodyObject |
BodyLocator.forClient(ClientObject client)
Returns the body object to be used for the given client.
|
BodyObject |
BodyLocator.lookupBody(Name visibleName)
Returns the body object for the user with the specified visible name, or null if they are
not online.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PlaceManager.bodyWillEnter(BodyObject body)
This is called to inform the manager that a body is on the way in.
|
void |
PlaceManager.bodyWillLeave(BodyObject body)
Called to inform a manager that a body is about to leave this place.
|
void |
LocationManager.leaveOccupiedPlace(BodyObject source)
Removes the specified body from the place object they currently occupy.
|
void |
LocationManager.moveBody(BodyObject source,
Place place)
Forcibly moves the specified body object to the new place.
|
PlaceConfig |
LocationManager.moveTo(BodyObject source,
int placeOid)
Moves the specified body from whatever location they currently occupy to the location
identified by the supplied place oid.
|
String |
PlaceManager.ratifyBodyEntry(BodyObject body)
Provides an opportunity for the place manager to prevent bodies from entering.
|
<T extends OccupantInfo> |
BodyManager.updateOccupantInfo(BodyObject body,
OccupantInfo.Updater<T> updater)
Locates the specified body's occupant info in the specified location, applies the supplied
occupant info operation to it and then broadcasts the updated info (assuming the occop
returned true indicating that an update was made).
|
void |
BodyManager.updateOccupantStatus(BodyObject body,
byte status)
Updates the connection status for the given body object's occupant info in the specified
location.
|
Copyright © 2015. All rights reserved.