Adjust CroppedArea for Non Modern Card Frames

(fullborder images)
This commit is contained in:
Anthony Calosa
2020-03-10 16:45:08 +08:00
parent 41af869d3c
commit 1f4eff8b1c
4 changed files with 95 additions and 10 deletions

View File

@@ -192,6 +192,7 @@ public final class CardEdition implements Comparable<CardEdition> { // immutable
public boolean getSmallSetOverride() { return smallSetOverride; }
public String getBoosterMustContain() { return boosterMustContain; }
public CardInSet[] getCards() { return cards; }
public boolean isModern() { return getDate().after(parseDate("2003-07-27")); } //8ED and above are modern except some promo cards and others
public Map<String, Integer> getTokens() { return tokenNormalized; }