mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 05:22:02 -08:00
[ORI] Added 47 cards.
This commit is contained in:
parent
d738a5ccce
commit
adefaf890a
49 changed files with 2532 additions and 3 deletions
|
|
@ -29,7 +29,7 @@ public class ConstructedFormats {
|
|||
public static final String MODERN = "- Modern";
|
||||
|
||||
private static final Map<String, List<String>> underlyingSetCodesPerFormat = new HashMap<>();
|
||||
private static final List<String> formats = new ArrayList<String>();
|
||||
private static final List<String> formats = new ArrayList<>();
|
||||
|
||||
private ConstructedFormats() {
|
||||
}
|
||||
|
|
@ -59,7 +59,7 @@ public class ConstructedFormats {
|
|||
else {
|
||||
cutoff = new GregorianCalendar(calendar.get(Calendar.YEAR) - 2, Calendar.SEPTEMBER, 1);
|
||||
}
|
||||
final Map<String, ExpansionInfo> expansionInfo = new HashMap<String, ExpansionInfo>();
|
||||
final Map<String, ExpansionInfo> expansionInfo = new HashMap<>();
|
||||
for (ExpansionInfo set : ExpansionRepository.instance.getAll()) {
|
||||
expansionInfo.put(set.getName(), set);
|
||||
formats.add(set.getName());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue