com.threerings.tudey.server.logic
Class BehaviorLogic.Evaluating
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
- Direct Known Subclasses:
- BehaviorLogic.Pathing, BehaviorLogic.Random, BehaviorLogic.Wander
- Enclosing class:
- BehaviorLogic
public abstract static class BehaviorLogic.Evaluating
- extends BehaviorLogic
Superclass of the evaluating behaviors.
|
Method Summary |
void |
startup()
Starts up the behavior after initialization or suspension. |
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.Evaluating
public BehaviorLogic.Evaluating()
startup
public void startup()
- Description copied from class:
BehaviorLogic
- Starts up the behavior after initialization or suspension.
- Overrides:
startup in class BehaviorLogic
tick
public void tick(int timestamp)
- Description copied from class:
BehaviorLogic
- Ticks the behavior.
- Overrides:
tick 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 Logic
Copyright © 2011. All Rights Reserved.