Class GameLogic.TargetResolution
java.lang.Object
net.demilich.metastone.game.logic.GameLogic.TargetResolution
- Enclosing class:
GameLogic
Stores the result of a targeting resolution.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe actual targets.boolean
Was the target overriden by an effect?
-
Constructor Details
-
TargetResolution
-
-
Method Details
-
isOverridden
public boolean isOverridden()Was the target overriden by an effect?- Returns:
-
getTargets
The actual targets.- Returns:
-