com.threerings.tudey.server.logic
Class BehaviorLogic.Patrol
java.lang.Object
com.threerings.util.ShallowObject
com.threerings.tudey.server.logic.Logic
com.threerings.tudey.server.logic.BehaviorLogic
com.threerings.tudey.server.logic.BehaviorLogic.Evaluating
com.threerings.tudey.server.logic.BehaviorLogic.Pathing
com.threerings.tudey.server.logic.BehaviorLogic.Patrol
- Enclosing class:
- BehaviorLogic
public static class BehaviorLogic.Patrol
- extends BehaviorLogic.Pathing
Handles the patrol behavior.
| 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 |
BehaviorLogic.Patrol
public BehaviorLogic.Patrol()
getCurrentTarget
public Logic getCurrentTarget()
- Description copied from class:
BehaviorLogic
- Returns the currently targeted logic, if any.
- Overrides:
getCurrentTarget in class BehaviorLogic
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 BehaviorLogic.Pathing
Copyright © 2011. All Rights Reserved.