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

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

public static class ActionLogic.WarpTransformedActor
extends ActionLogic.WarpActor

Handles a warp transformed actor 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.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
 
Fields inherited from class com.threerings.tudey.server.logic.ActionLogic.WarpActor
_location, _locations
 
Fields inherited from class com.threerings.tudey.server.logic.ActionLogic.Targeted
_target
 
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.WarpTransformedActor()
           
 
Method Summary
protected  void warp(ActorLogic target, Logic location)
          Warp the actor to the location.
 
Methods inherited from class com.threerings.tudey.server.logic.ActionLogic.WarpActor
didInit, execute, transfer
 
Methods inherited from class com.threerings.tudey.server.logic.ActionLogic
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
 
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
 

Constructor Detail

ActionLogic.WarpTransformedActor

public ActionLogic.WarpTransformedActor()
Method Detail

warp

protected void warp(ActorLogic target,
                    Logic location)
Description copied from class: ActionLogic.WarpActor
Warp the actor to the location.

Overrides:
warp in class ActionLogic.WarpActor