com.threerings.tudey.server.logic
Class EntryLogic.StatefulProp

java.lang.Object
  extended by com.threerings.util.ShallowObject
      extended by com.threerings.tudey.server.logic.Logic
          extended by com.threerings.tudey.server.logic.EntryLogic
              extended by com.threerings.tudey.server.logic.EntryLogic.StatefulProp
Enclosing class:
EntryLogic

public static class EntryLogic.StatefulProp
extends EntryLogic

Logic for stateful props.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.threerings.tudey.server.logic.EntryLogic
EntryLogic.Camera, EntryLogic.StatefulProp
 
Nested classes/interfaces inherited from class com.threerings.tudey.server.logic.Logic
Logic.ShapeObserver
 
Constructor Summary
EntryLogic.StatefulProp()
           
 
Method Summary
 void transfer(Logic source, Map<Object,Object> refs)
          Transfers state from the specified source logic.
 
Methods inherited from class com.threerings.tudey.server.logic.EntryLogic
added, getEntityKey, getEntry, getModel, getPatrolPath, getRotation, getShape, getTags, getTranslation, init, isActive, isDefaultEntrance, removed, request, setVariable, signal
 
Methods inherited from class com.threerings.tudey.server.logic.Logic
addShapeObserver, getSceneManager, getTransform, getTransform, getVariable, init, isVisible, removeShapeObserver, resolveTarget
 
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

EntryLogic.StatefulProp

public EntryLogic.StatefulProp()
Method Detail

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 EntryLogic


Copyright © 2011. All Rights Reserved.