refactor: expose Player->incrementLandsPlayed for some custom effects. (#10632)

* Expose Player->incrementLandsPlayed for some custom effects.
* also expose resetLandsPlayed
This commit is contained in:
Susucre 2023-07-17 01:53:22 +02:00 committed by GitHub
parent a5dbf30605
commit d658bf2265
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 33 additions and 2 deletions

View file

@ -209,6 +209,9 @@ public interface Player extends MageItem, Copyable<Player> {
Cards getHand();
void incrementLandsPlayed();
void resetLandsPlayed();
int getLandsPlayed();
int getLandsPerTurn();