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

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
                  extended by com.threerings.tudey.server.logic.ActionLogic.MoveAll
Enclosing class:
ActionLogic

public static class ActionLogic.MoveAll
extends ActionLogic.AbstractMove

Handles a move all action.


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.SetFlag, ActionLogic.SetVariable, ActionLogic.Signal, ActionLogic.SpawnActor, ActionLogic.SpawnRandomTranslatedActor, ActionLogic.SpawnRotatedActor, ActionLogic.SpawnTransformedActor, ActionLogic.StepLimitMobile, ActionLogic.Switch, ActionLogic.Targeted, ActionLogic.WarpActor, ActionLogic.WarpTransformedActor
 
Nested classes/interfaces inherited from class com.threerings.tudey.server.logic.Logic
Logic.ShapeObserver
 
Constructor Summary
ActionLogic.MoveAll()
           
 
Method Summary
 boolean execute(int timestamp, Logic activator)
          Executes the action.
 
Methods inherited from class com.threerings.tudey.server.logic.ActionLogic
getEntityKey, getRotation, getTranslation, init, isActive, removed, shouldExecute
 
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

ActionLogic.MoveAll

public ActionLogic.MoveAll()
Method Detail

execute

public boolean execute(int timestamp,
                       Logic activator)
Description copied from class: ActionLogic
Executes the action.

Specified by:
execute in class ActionLogic
activator - the entity that triggered the action.
Returns:
true of the action completed successfully


Copyright © 2011. All Rights Reserved.