| Package | Description |
|---|---|
| com.threerings.crowd.data | |
| com.threerings.crowd.server |
| Modifier and Type | Class and Description |
|---|---|
static class |
OccupantInfo.NameUpdater
An update to dispatch when an occupant's name changes.
|
| Modifier and Type | Method and Description |
|---|---|
<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).
|
<T extends OccupantInfo> |
PlaceManager.updateOccupantInfo(int bodyOid,
OccupantInfo.Updater<T> updater)
Calls the supplied updater on the canonical occupant info record for the specified body
(which must be an occupant of this place) and broadcasts the update to all other occupants.
|
Copyright © 2015. All rights reserved.