forked from External/mage
Refactor: Add proper support for modifying and querying base P/T (#9409)
This commit is contained in:
parent
d83eb41073
commit
07a142c9e8
415 changed files with 1844 additions and 2095 deletions
|
|
@ -39,12 +39,12 @@ public interface Token extends MageObject {
|
|||
|
||||
boolean putOntoBattlefield(int amount, Game game, Ability source, UUID controllerId, boolean tapped, boolean attacking, UUID attackedPlayer, boolean created);
|
||||
|
||||
int getTokenType();
|
||||
|
||||
void setPower(int power);
|
||||
|
||||
void setToughness(int toughness);
|
||||
|
||||
int getTokenType();
|
||||
|
||||
void setTokenType(int tokenType);
|
||||
|
||||
String getOriginalCardNumber();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue