Class ManaCostCondition
java.lang.Object
net.demilich.metastone.game.spells.desc.condition.Condition
net.demilich.metastone.game.spells.desc.condition.ManaCostCondition
- All Implemented Interfaces:
Serializable
,HasDesc<ConditionDesc>
true
if all the targets' modified mana costs (as per GameLogic.getModifiedManaCost(Player, Card)
satisfies the ConditionArg.OPERATION
with the ConditionArg.VALUE
.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
isFulfilled
(GameContext context, Player player, ConditionDesc desc, Entity source, Entity target) protected boolean
WhenCondition.targetConditionArgOverridesSuppliedTarget()
istrue
, the result of the condition on each of the resolved targets isand
-ed if this istrue
.protected boolean
WhenCondition.targetConditionArgOverridesSuppliedTarget()
istrue
, the result of the condition on each of the resolved targets isor
-ed if this istrue
.Methods inherited from class net.demilich.metastone.game.spells.desc.condition.Condition
equals, getDesc, hashCode, isFulfilled, isFulfilledForTarget, requiresAtLeastOneTarget, setDesc, singleTargetOnly, targetConditionArgOverridesSuppliedTarget, usesFilter
-
Constructor Details
-
ManaCostCondition
-
-
Method Details
-
isFulfilled
protected boolean isFulfilled(GameContext context, Player player, ConditionDesc desc, Entity source, Entity target) - Specified by:
isFulfilled
in classCondition
-
multipleTargetsEvaluatedAsAnd
protected boolean multipleTargetsEvaluatedAsAnd()Description copied from class:Condition
WhenCondition.targetConditionArgOverridesSuppliedTarget()
istrue
, the result of the condition on each of the resolved targets isand
-ed if this istrue
.Should not be
true
whenCondition.multipleTargetsEvaluatedAsOr()
is alsotrue
.- Overrides:
multipleTargetsEvaluatedAsAnd
in classCondition
- Returns:
-
multipleTargetsEvaluatedAsOr
protected boolean multipleTargetsEvaluatedAsOr()Description copied from class:Condition
WhenCondition.targetConditionArgOverridesSuppliedTarget()
istrue
, the result of the condition on each of the resolved targets isor
-ed if this istrue
.Should not be
true
whenCondition.multipleTargetsEvaluatedAsAnd()
is alsotrue
.- Overrides:
multipleTargetsEvaluatedAsOr
in classCondition
- Returns:
-