forked from External/mage
refactor: expose Player->incrementLandsPlayed for some custom effects. (#10632)
* Expose Player->incrementLandsPlayed for some custom effects. * also expose resetLandsPlayed
This commit is contained in:
parent
a5dbf30605
commit
d658bf2265
4 changed files with 33 additions and 2 deletions
|
|
@ -209,6 +209,9 @@ public interface Player extends MageItem, Copyable<Player> {
|
|||
|
||||
Cards getHand();
|
||||
|
||||
void incrementLandsPlayed();
|
||||
void resetLandsPlayed();
|
||||
|
||||
int getLandsPlayed();
|
||||
|
||||
int getLandsPerTurn();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue