| Package | Description |
|---|---|
| com.threerings.whirled.zone.client | |
| com.threerings.whirled.zone.data | |
| com.threerings.whirled.zone.peer.server | |
| com.threerings.whirled.zone.server |
| Modifier and Type | Class and Description |
|---|---|
class |
ZoneDirector
The zone director augments the scene services with the notion of zones.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ZoneService.moveTo(int zoneId,
int sceneId,
int version,
ZoneService.ZoneMoveListener listener)
Requests that that this client's body be moved to the specified scene in the specified zone.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ZoneMarshaller.ZoneMoveMarshaller
Marshalls results to implementations of
ZoneService.ZoneMoveListener. |
| Modifier and Type | Method and Description |
|---|---|
void |
ZoneMarshaller.moveTo(int arg1,
int arg2,
int arg3,
ZoneService.ZoneMoveListener arg4) |
| Modifier and Type | Method and Description |
|---|---|
void |
PeeredZoneRegistry.moveTo(com.threerings.presents.data.ClientObject caller,
int zoneId,
int sceneId,
int sceneVer,
ZoneService.ZoneMoveListener listener) |
| Constructor and Description |
|---|
PeerZoneMoveHandler(com.threerings.crowd.server.LocationManager locman,
ZoneManager zmgr,
SceneRegistry scReg,
com.threerings.crowd.data.BodyObject body,
int sceneId,
int sceneVer,
ZoneService.ZoneMoveListener listener) |
| Modifier and Type | Method and Description |
|---|---|
void |
ZoneRegistry.moveTo(com.threerings.presents.data.ClientObject caller,
int zoneId,
int sceneId,
int sceneVer,
ZoneService.ZoneMoveListener listener) |
void |
ZoneProvider.moveTo(com.threerings.presents.data.ClientObject caller,
int arg1,
int arg2,
int arg3,
ZoneService.ZoneMoveListener arg4)
|
| Constructor and Description |
|---|
ZoneMoveHandler(com.threerings.crowd.server.LocationManager locmgr,
ZoneManager zmgr,
SceneRegistry screg,
com.threerings.crowd.data.BodyObject body,
int sceneId,
int sceneVer,
ZoneService.ZoneMoveListener listener) |
Copyright © 2015. All rights reserved.