mirror of
https://github.com/magefree/mage.git
synced 2025-12-30 07:22:03 -08:00
Removed getArt and everything related to it.
This commit is contained in:
parent
84b79000ff
commit
569191a55a
540 changed files with 158 additions and 2858 deletions
|
|
@ -109,7 +109,6 @@ public class PermanentCard extends PermanentImpl<PermanentCard> {
|
|||
}
|
||||
this.subtype = card.getSubtype();
|
||||
this.supertype = card.getSupertype();
|
||||
this.art = card.getArt();
|
||||
this.expansionSetCode = card.getExpansionSetCode();
|
||||
this.rarity = card.getRarity();
|
||||
this.cardNumber = card.getCardNumber();
|
||||
|
|
@ -207,16 +206,6 @@ public class PermanentCard extends PermanentImpl<PermanentCard> {
|
|||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getArt() {
|
||||
return art;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setArt(String art) {
|
||||
this.art = art;
|
||||
}
|
||||
|
||||
@Override
|
||||
public PermanentCard copy() {
|
||||
return new PermanentCard(this);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue