| Package | Description |
|---|---|
| com.threerings.crowd.client | |
| com.threerings.crowd.data | |
| com.threerings.crowd.server |
| Modifier and Type | Method and Description |
|---|---|
PlaceConfig |
PlaceController.getPlaceConfig()
Returns the
PlaceConfig associated with this place. |
| Modifier and Type | Method and Description |
|---|---|
void |
LocationDirector.didMoveTo(int placeId,
PlaceConfig config)
This can be called by cooperating directors that need to coopt the moving process to extend
it in some way or other.
|
void |
PlaceControllerDelegate.init(CrowdContext ctx,
PlaceConfig config)
Called to initialize the delegate.
|
void |
PlaceController.init(CrowdContext ctx,
PlaceConfig config)
Initializes this place controller with a reference to the context that they can use to
access client services and to the configuration record for this place.
|
void |
LocationService.MoveListener.moveSucceeded(PlaceConfig config)
Called in response to a successful
LocationService.moveTo(int, com.threerings.crowd.client.LocationService.MoveListener) request. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
LocationDirector.mayMoveTo(int placeId,
ResultListener<PlaceConfig> rl)
This can be called by cooperating directors that need to coopt the moving process to extend
it in some way or other.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LocationMarshaller.MoveMarshaller.moveSucceeded(PlaceConfig arg1) |
| Modifier and Type | Method and Description |
|---|---|
PlaceConfig |
PlaceManager.getConfig()
Returns a reference to our place configuration object.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
PlaceManager |
PlaceRegistry.createPlace(PlaceConfig config)
Creates and registers a new place manager with no delegates.
|
PlaceManager |
PlaceRegistry.createPlace(PlaceConfig config,
List<PlaceManagerDelegate> delegates)
Creates and registers a new place manager along with the place object to be managed.
|
PlaceManager |
PlaceRegistry.createPlace(PlaceConfig config,
PlaceRegistry.PreStartupHook hook)
Don't use this method, see
PlaceRegistry.createPlace(PlaceConfig). |
void |
PlaceManagerDelegate.didInit(PlaceConfig config)
Called when the place manager is initialized.
|
void |
PlaceManager.init(PlaceRegistry registry,
InvocationManager invmgr,
RootDObjectManager omgr,
BodyLocator locator,
PlaceConfig config)
Called by the place registry after creating this place manager.
|
Copyright © 2015. All rights reserved.