Class IsAdjacentCondition

java.lang.Object
net.demilich.metastone.game.spells.desc.condition.Condition
net.demilich.metastone.game.spells.desc.condition.IsAdjacentCondition
All Implemented Interfaces:
Serializable, HasDesc<ConditionDesc>

public class IsAdjacentCondition extends Condition
true if the source is adjacent to the target or, when specified, the ConditionArg.TARGET.

When being evaluated within an event stack, source is overridden to the EntityReference.TRIGGER_HOST.

See Also: