com.threerings.tudey.server.logic
Class TargetLogic.Conditional
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.Conditional
- Enclosing class:
- TargetLogic
public static class TargetLogic.Conditional
- extends TargetLogic
Limits targets to those satisfying a condition.
| Nested classes/interfaces inherited from class com.threerings.tudey.server.logic.TargetLogic |
TargetLogic.Activator, TargetLogic.ActivatorOf, 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 |
protected void |
didInit()
Override to perform custom initialization. |
void |
resolve(Logic activator,
Collection<Logic> results)
Resolves the list of targets, placing the results in the supplied collection. |
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, createAction, createCondition, createExpression, createHandler, createRegion, createTarget, getModel, getPatrolPath, getSceneManager, getShape, getTags, getTransform, getTransform, getVariable, init, isDefaultEntrance, isVisible, removeShapeObserver, request, resolveTarget, setVariable, signal |
_condition
protected ConditionLogic _condition
- The condition to evaluate for each potential target.
_target
protected TargetLogic _target
- The contained target.
_targets
protected ArrayList<Logic> _targets
- Holds the targets during processing.
TargetLogic.Conditional
public TargetLogic.Conditional()
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.
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
didInit
protected void didInit()
- Description copied from class:
TargetLogic
- Override to perform custom initialization.
- Overrides:
didInit in class TargetLogic