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

Method getDecks

forge-gui/src/main/java/forge/model/FModel.java:405–407  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

403 }
404
405 public static CardCollections getDecks() {
406 return decks.get();
407 }
408
409 public static IStorage<ConquestPlane> getPlanes() {
410 return planes.get();

Callers 15

saveMethod · 0.95
finishSaveMethod · 0.95
startMatchMethod · 0.95
startMatchMethod · 0.95
editSelectedDeckMethod · 0.95
FDeckEditorClass · 0.95
getBoosterMethod · 0.95
loadCustomDraftsMethod · 0.95
launchMethod · 0.95
generateSealedDeckMethod · 0.95

Calls 1

getMethod · 0.65

Tested by

no test coverage detected