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

Method getAllCards

forge-core/src/main/java/forge/card/CardDb.java:966–969  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

964 }
965
966 @Override
967 public Collection<PaperCard> getAllCards() {
968 return Collections.unmodifiableCollection(allCardsByRules.values());
969 }
970
971 // returns a list of all cards from their respective latest (or preferred) editions
972 @Override

Callers 8

tryGetCardMethod · 0.95
getCardFromSetMethod · 0.95
getMaxArtIndexMethod · 0.95
iteratorMethod · 0.95
wasPrintedInSetsMethod · 0.95
wasPrintedAtRarityMethod · 0.95
CEditorCommanderMethod · 0.95

Calls 12

getNormalizedNameMethod · 0.95
streamAllCardsMethod · 0.95
getCardMethod · 0.95
valuesMethod · 0.80
getAllCardsInSetMethod · 0.80
getMethod · 0.65
getRulesMethod · 0.65
streamMethod · 0.65
addMethod · 0.65
filterMethod · 0.45
nameMethod · 0.45
getCodeMethod · 0.45

Tested by

no test coverage detected