com.threerings.tudey.server.logic
Class RegionLogic.Default

java.lang.Object
  extended by com.threerings.util.ShallowObject
      extended by com.threerings.tudey.server.logic.Logic
          extended by com.threerings.tudey.server.logic.RegionLogic
              extended by com.threerings.tudey.server.logic.RegionLogic.Located
                  extended by com.threerings.tudey.server.logic.RegionLogic.Default
Enclosing class:
RegionLogic

public static class RegionLogic.Default
extends RegionLogic.Located

Handles a normal region.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.threerings.tudey.server.logic.RegionLogic
RegionLogic.Default, RegionLogic.Fixed, RegionLogic.Located, RegionLogic.Transformed
 
Nested classes/interfaces inherited from class com.threerings.tudey.server.logic.Logic
Logic.ShapeObserver
 
Field Summary
 
Fields inherited from class com.threerings.tudey.server.logic.RegionLogic.Located
_location, _locations
 
Fields inherited from class com.threerings.tudey.server.logic.RegionLogic
_config, _source
 
Fields inherited from class com.threerings.tudey.server.logic.Logic
_scenemgr, _variables
 
Constructor Summary
RegionLogic.Default()
           
 
Method Summary
protected  void getShapes(Collection<Shape> results)
          Updates the shapes based on the targets.
 
Methods inherited from class com.threerings.tudey.server.logic.RegionLogic.Located
didInit, resolve, transfer
 
Methods inherited from class com.threerings.tudey.server.logic.RegionLogic
getEntityKey, getRotation, getTranslation, init, isActive
 
Methods inherited from class com.threerings.tudey.server.logic.Logic
addShapeObserver, createAction, createCondition, createExpression, createHandler, createRegion, createTarget, getModel, getPatrolPath, getSceneManager, getShape, getTags, getTransform, getTransform, getVariable, init, isDefaultEntrance, isVisible, removeShapeObserver, request, resolveTarget, setVariable, signal
 
Methods inherited from class com.threerings.util.ShallowObject
equals, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegionLogic.Default

public RegionLogic.Default()
Method Detail

getShapes

protected void getShapes(Collection<Shape> results)
Description copied from class: RegionLogic.Located
Updates the shapes based on the targets.

Specified by:
getShapes in class RegionLogic.Located