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

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.Fixed
Enclosing class:
RegionLogic

public static class RegionLogic.Fixed
extends RegionLogic

Handles a fixed (world space) 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
 
Constructor Summary
RegionLogic.Fixed()
           
 
Method Summary
 void resolve(Logic activator, Collection<Shape> results)
          Resolves the region into a collection of shapes.
 
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, getModel, getPatrolPath, getSceneManager, getShape, getTags, getTransform, getTransform, getVariable, init, isDefaultEntrance, isVisible, removeShapeObserver, request, resolveTarget, setVariable, signal, transfer
 
Methods inherited from class com.threerings.util.ShallowObject
equals, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegionLogic.Fixed

public RegionLogic.Fixed()
Method Detail

resolve

public void resolve(Logic activator,
                    Collection<Shape> results)
Description copied from class: RegionLogic
Resolves the region into a collection of shapes.

Specified by:
resolve in class RegionLogic


Copyright © 2011. All Rights Reserved.