forked from External/mage
Implemented banding (#41)
This commit is contained in:
parent
adec5cf88b
commit
e7301e2c08
24 changed files with 708 additions and 136 deletions
|
|
@ -355,6 +355,14 @@ public interface Permanent extends Card, Controllable {
|
|||
*/
|
||||
void clearPairedCard();
|
||||
|
||||
void addBandedCard(UUID bandedCard);
|
||||
|
||||
void removeBandedCard(UUID bandedCard);
|
||||
|
||||
List<UUID> getBandedCards();
|
||||
|
||||
void clearBandedCards();
|
||||
|
||||
void setMorphed(boolean value);
|
||||
|
||||
boolean isMorphed();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue