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

Method get

forge-core/src/main/java/forge/deck/Deck.java:181–184  ·  view source on GitHub ↗
(DeckSection deckSection)

Source from the content-addressed store, hash-verified

179
180 // may return nulls
181 public CardPool get(DeckSection deckSection) {
182 loadDeferredSections();
183 return parts.get(deckSection);
184 }
185
186 public boolean has(DeckSection deckSection) {
187 final CardPool cp = get(deckSection);

Callers 15

prepareAllZonesMethod · 0.95
onActivateMethod · 0.95
getCommandersMethod · 0.95
getOathbreakerMethod · 0.95
getSignatureSpellMethod · 0.95
hasMethod · 0.95
removeAnteCardMethod · 0.95
getOrCreateMethod · 0.95
equalsMethod · 0.95
generateTextExportMethod · 0.95
startGameMethod · 0.95

Calls 2

loadDeferredSectionsMethod · 0.95
getMethod · 0.65

Tested by

no test coverage detected