Uses of Class
com.threerings.whirled.spot.data.SceneLocation

Packages that use SceneLocation
com.threerings.stage.util   
com.threerings.whirled.spot.data   
 

Uses of SceneLocation in com.threerings.stage.util
 

Methods in com.threerings.stage.util that return types with arguments of type SceneLocation
static List<SceneLocation> StageSceneUtil.getClusterLocs(Cluster cluster)
          Computes a list of the valid locations in this cluster.
 

Uses of SceneLocation in com.threerings.whirled.spot.data
 

Fields in com.threerings.whirled.spot.data with type parameters of type SceneLocation
 com.threerings.presents.dobj.DSet<SceneLocation> SpotSceneObject.occupantLocs
          A distributed set containing SceneLocation records for all occupants of this scene.
 

Methods in com.threerings.whirled.spot.data with parameters of type SceneLocation
 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.
 

Method parameters in com.threerings.whirled.spot.data with type arguments of type SceneLocation
 void SpotSceneObject.setOccupantLocs(com.threerings.presents.dobj.DSet<SceneLocation> value)
          Requests that the occupantLocs field be set to the specified value.
 



Copyright © 2011. All Rights Reserved.