com.threerings.tudey.server.logic
Class BehaviorLogic.Pathing
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
- Direct Known Subclasses:
- BehaviorLogic.Follow, BehaviorLogic.Patrol
- Enclosing class:
- BehaviorLogic
public abstract static class BehaviorLogic.Pathing
- extends BehaviorLogic.Evaluating
Base class for behaviors that involve following paths.
|
Method Summary |
void |
tick(int timestamp)
Ticks the behavior. |
void |
transfer(Logic source,
Map<Object,Object> refs)
Transfers state from the specified source logic. |
| 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.Pathing
public BehaviorLogic.Pathing()
tick
public void tick(int timestamp)
- Description copied from class:
BehaviorLogic
- Ticks the behavior.
- Overrides:
tick in class BehaviorLogic.Evaluating
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.Evaluating
Copyright © 2011. All Rights Reserved.