MCPcopy Create free account
hub / github.com/Card-Forge/forge / GameFormat

Method GameFormat

forge-game/src/main/java/forge/game/GameFormat.java:95–97  ·  view source on GitHub ↗
(final String fName, final Iterable<String> sets, final List<String> bannedCards)

Source from the content-addressed store, hash-verified

93 private final int index;
94
95 public GameFormat(final String fName, final Iterable<String> sets, final List<String> bannedCards) {
96 this(fName, parseDate(DEFAULTDATE), sets, bannedCards, null, false, null, null, 0, FormatType.CUSTOM, FormatSubType.CUSTOM);
97 }
98
99 public static final GameFormat NoFormat = new GameFormat("(none)", parseDate(DEFAULTDATE) , null, null, null, false
100 , null, null, Integer.MAX_VALUE, FormatType.CUSTOM, FormatSubType.CUSTOM);

Callers

nothing calls this directly

Calls 6

parseDateMethod · 0.95
instanceMethod · 0.95
getCardEditionMethod · 0.95
buildFilterRulesMethod · 0.95
buildFilterPrintedMethod · 0.95
addMethod · 0.65

Tested by

no test coverage detected