| Package | Description |
|---|---|
| com.threerings.stage.util | |
| com.threerings.whirled.spot.data |
| Modifier and Type | Method and Description |
|---|---|
static List<SceneLocation> |
StageSceneUtil.getClusterLocs(Cluster cluster)
Computes a list of the valid locations in this cluster.
|
| Modifier and Type | Field and Description |
|---|---|
com.threerings.presents.dobj.DSet<SceneLocation> |
SpotSceneObject.occupantLocs
A distributed set containing
SceneLocation records for all
occupants of this scene. |
| Modifier and Type | Method and Description |
|---|---|
void |
SpotSceneObject.addToOccupantLocs(SceneLocation elem)
Requests that the specified entry be added to the
occupantLocs set. |
void |
SpotSceneObject.updateOccupantLocs(SceneLocation elem)
Requests that the specified entry be updated in the
occupantLocs set. |
| Modifier and Type | Method and Description |
|---|---|
void |
SpotSceneObject.setOccupantLocs(com.threerings.presents.dobj.DSet<SceneLocation> value)
Requests that the
occupantLocs field be set to the
specified value. |
Copyright © 2015. All rights reserved.