forked from External/mage
minor changes (removed unused imports, added @Override ...)
This commit is contained in:
parent
e72da7f4ed
commit
27c8514d64
6 changed files with 48 additions and 31 deletions
|
|
@ -280,14 +280,17 @@ public class CardView extends SimpleCardView {
|
|||
return rarity;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getExpansionSetCode() {
|
||||
return expansionSetCode;
|
||||
}
|
||||
|
||||
@Override
|
||||
public UUID getId() {
|
||||
return id;
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getCardNumber() {
|
||||
return cardNumber;
|
||||
}
|
||||
|
|
@ -333,6 +336,7 @@ public class CardView extends SimpleCardView {
|
|||
return getName() + " [" + getId() + "]";
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isFaceDown() {
|
||||
return faceDown;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue