public interface ZoneService
extends com.threerings.presents.client.InvocationService
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ZoneService.ZoneMoveListener
Used to deliver responses to
moveTo(int, int, int, com.threerings.whirled.zone.client.ZoneService.ZoneMoveListener) requests. |
| Modifier and Type | Method and Description |
|---|---|
void |
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.
|
void moveTo(int zoneId,
int sceneId,
int version,
ZoneService.ZoneMoveListener listener)
zoneId - the zone id to which we want to move.sceneId - the scene id to which we want to move.version - the version number of the scene object that we have in our local repository.listener - receives the callback when the request succeeds or fails.Copyright © 2015. All rights reserved.