public class SceneManager
extends com.threerings.crowd.server.PlaceManager
| Constructor and Description |
|---|
SceneManager() |
| Modifier and Type | Method and Description |
|---|---|
com.threerings.crowd.data.Place |
getLocation() |
Scene |
getScene()
Returns the scene object (not the scene distributed object) being managed by this scene
manager.
|
SceneUpdate[] |
getUpdates(int fromVersion)
Returns
UpdateList.getUpdates(int) for this scene's updates. |
boolean |
isPersistent()
Returns true if this scene stores data in the database, or false if it's instantiated anew
with each server restart
|
String |
where() |
addDelegate, applyToDelegates, applyToOccupants, bodyWillEnter, bodyWillLeave, checkPermissions, getConfig, getPlaceObject, init, isValidSpeaker, messageReceived, ratifyBodyEntry, registerMessageHandler, shutdown, startup, toString, updateOccupantInfopublic Scene getScene()
public SceneUpdate[] getUpdates(int fromVersion)
UpdateList.getUpdates(int) for this scene's updates.public com.threerings.crowd.data.Place getLocation()
getLocation in class com.threerings.crowd.server.PlaceManagerpublic boolean isPersistent()
public String where()
where in class com.threerings.crowd.server.PlaceManagerCopyright © 2015. All rights reserved.