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

Method getMain

forge-core/src/main/java/forge/deck/Deck.java:118–121  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

116 }
117
118 public CardPool getMain() {
119 loadDeferredSections();
120 return parts.get(DeckSection.Main);
121 }
122
123 public Pair<Deck, List<PaperCard>> getValid() {
124 List<PaperCard> unsupported = new ArrayList<>();

Callers 15

prepareAllZonesMethod · 0.95
showCardListMethod · 0.95
showBoxedProductMethod · 0.95
onActivateMethod · 0.95
getRewardsMethod · 0.95
enterMethod · 0.95
generateBoosterMethod · 0.95
getJumpstartBoostersMethod · 0.95

Calls 2

loadDeferredSectionsMethod · 0.95
getMethod · 0.65

Tested by 8

getRandomPreconMethod · 0.76
createMinimalDeckMethod · 0.76
isValidDeckMethod · 0.64
isValidCommanderDeckMethod · 0.64
mutateObjectMethod · 0.64
createChildMethod · 0.64