com.threerings.tudey.server.logic
Class ActionLogic.AbstractMove
java.lang.Object
com.threerings.util.ShallowObject
com.threerings.tudey.server.logic.Logic
com.threerings.tudey.server.logic.ActionLogic
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 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 |
|
Method Summary |
protected void |
moveBody(int bodyOid)
Moves a single body to the destination. |
| 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 |
_omgr
@Inject
protected PresentsDObjectMgr _omgr
- The distributed object manager.
_screg
@Inject
protected TudeySceneRegistry _screg
- The scene registry.
ActionLogic.AbstractMove
public ActionLogic.AbstractMove()
moveBody
protected void moveBody(int bodyOid)
- Moves a single body to the destination.