com.threerings.tudey.server.logic
Class TargetLogic.Source
java.lang.Object
com.threerings.util.ShallowObject
com.threerings.tudey.server.logic.Logic
com.threerings.tudey.server.logic.TargetLogic
com.threerings.tudey.server.logic.TargetLogic.Source
- Enclosing class:
- TargetLogic
public static class TargetLogic.Source
- extends TargetLogic
Refers to the action source.
| Nested classes/interfaces inherited from class com.threerings.tudey.server.logic.TargetLogic |
TargetLogic.Activator, TargetLogic.Behavior, TargetLogic.Compound, TargetLogic.Conditional, TargetLogic.DistanceSubset, TargetLogic.Excluding, TargetLogic.FarthestSubset, TargetLogic.InstanceOf, TargetLogic.Intersecting, TargetLogic.NearestSubset, TargetLogic.Randomized, TargetLogic.RandomSubset, TargetLogic.Source, TargetLogic.Subset, TargetLogic.Tagged |
|
Method Summary |
void |
resolve(Logic activator,
Collection<Logic> results)
Resolves the list of targets, placing the results in the supplied collection. |
| 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, transfer |
TargetLogic.Source
public TargetLogic.Source()
resolve
public void resolve(Logic activator,
Collection<Logic> results)
- Description copied from class:
TargetLogic
- Resolves the list of targets, placing the results in the supplied collection.
- Specified by:
resolve in class TargetLogic
- Parameters:
activator - the entity that triggered the action.
Copyright © 2011. All Rights Reserved.