com.threerings.tudey.server.logic
Class ActionLogic.AbstractMove

java.lang.Object
  extended by com.threerings.util.ShallowObject
      extended by com.threerings.tudey.server.logic.Logic
          extended by com.threerings.tudey.server.logic.ActionLogic
              extended by com.threerings.tudey.server.logic.ActionLogic.AbstractMove
Direct Known Subclasses:
ActionLogic.MoveAll, ActionLogic.MoveBody
Enclosing class:
ActionLogic

public abstract static class ActionLogic.AbstractMove
extends ActionLogic

Superclass of the move logic classes.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.threerings.tudey.server.logic.ActionLogic
ActionLogic.AbstractMove, ActionLogic.Compound, ActionLogic.Conditional, ActionLogic.Delayed, ActionLogic.DestroyActor, ActionLogic.ExpressionSwitch, ActionLogic.FireEffect, ActionLogic.ForceClientAction, ActionLogic.MoveAll, ActionLogic.MoveBody, ActionLogic.Random, ActionLogic.RotateActor, ActionLogic.SetFlag, ActionLogic.SetVariable, ActionLogic.Signal, ActionLogic.SpawnActor, ActionLogic.SpawnRandomTranslatedActor, ActionLogic.SpawnRotatedActor, ActionLogic.SpawnTransformedActor, ActionLogic.StepLimitMobile, ActionLogic.Switch, ActionLogic.Targeted, ActionLogic.TargetedAction, ActionLogic.WarpActor, ActionLogic.WarpTransformedActor
 
Nested classes/interfaces inherited from class com.threerings.tudey.server.logic.Logic
Logic.ShapeObserver
 
Field Summary
protected  PresentsDObjectMgr _omgr
          The distributed object manager.
protected  TudeySceneRegistry _screg
          The scene registry.
 
Fields inherited from class com.threerings.tudey.server.logic.ActionLogic
_config, _source, _targets
 
Fields inherited from class com.threerings.tudey.server.logic.Logic
_scenemgr, _variables
 
Constructor Summary
ActionLogic.AbstractMove()
           
 
Method Summary
protected  void moveBody(int bodyOid)
          Moves a single body to the destination.
 
Methods inherited from class com.threerings.tudey.server.logic.ActionLogic
didInit, execute, getEntityKey, getRotation, getTranslation, init, isActive, removed, shouldExecute, wasRemoved
 
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, transfer
 
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
 

Field Detail

_omgr

@Inject
protected PresentsDObjectMgr _omgr
The distributed object manager.


_screg

@Inject
protected TudeySceneRegistry _screg
The scene registry.

Constructor Detail

ActionLogic.AbstractMove

public ActionLogic.AbstractMove()
Method Detail

moveBody

protected void moveBody(int bodyOid)
Moves a single body to the destination.