forked from External/mage
moved Watchers to Ability and moved Counters to CardState
This commit is contained in:
parent
620a3b9a52
commit
632573fc3e
204 changed files with 1516 additions and 347 deletions
|
|
@ -36,6 +36,7 @@ import mage.abilities.Ability;
|
|||
import mage.cards.Card;
|
||||
import mage.constants.Rarity;
|
||||
import mage.constants.Zone;
|
||||
import mage.counters.Counters;
|
||||
import mage.game.Controllable;
|
||||
import mage.game.Game;
|
||||
|
||||
|
|
@ -79,6 +80,8 @@ public interface Permanent extends Card, Controllable {
|
|||
void setFlipCardName(String flipCardName);
|
||||
void setSecondCardFace(Card card);
|
||||
|
||||
Counters getCounters();
|
||||
|
||||
List<UUID> getAttachments();
|
||||
UUID getAttachedTo();
|
||||
void attachTo(UUID permanentId, Game game);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue