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

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
Direct Known Subclasses:
RegionLogic.Default, RegionLogic.Transformed
Enclosing class:
RegionLogic

public abstract static class RegionLogic.Located
extends RegionLogic

Base class for located regions.


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.Located()
           
 
Method Summary
 void resolve(Logic activator, Collection<Shape> results)
          Resolves the region into a collection of shapes.
 void transfer(Logic source, Map<Object,Object> refs)
          Transfers state from the specified source logic.
 
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
 
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.Located

public RegionLogic.Located()
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

transfer

public void transfer(Logic source,
                     Map<Object,Object> refs)
Description copied from class: Logic
Transfers state from the specified source logic. Where relevant, this also takes the place of addition/startup notification.

Overrides:
transfer in class Logic


Copyright © 2011. All Rights Reserved.