mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
Implemented Psychic Battle
This commit is contained in:
parent
9aceab774d
commit
9f5249cc73
1 changed files with 4 additions and 0 deletions
|
|
@ -52,6 +52,10 @@ public interface StackObject extends MageObject, Controllable {
|
|||
boolean chooseNewTargets(Game game, UUID playerId, boolean forceChange, boolean onlyOneTarget, FilterPermanent filterNewTarget);
|
||||
|
||||
StackObject createCopyOnStack(Game game, Ability source, UUID newControllerId, boolean chooseNewTargets);
|
||||
|
||||
boolean isTargetChanged();
|
||||
|
||||
void setTargetChanged(boolean targetChanged);
|
||||
|
||||
@Override
|
||||
StackObject copy();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue