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

Method getVariantCards

forge-core/src/main/java/forge/StaticData.java:401–403  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

399 }
400
401 public CardDb getVariantCards() {
402 return variantCards;
403 }
404
405 public Map<String, CardDb> getAvailableDatabases(){
406 Map<String, CardDb> databases = new LinkedHashMap<>(); // to process dbs in this exact order

Callers 15

auditMethod · 0.95
GameTypeEnum · 0.80
getPaperCardMethod · 0.80
loadResourcesMethod · 0.80
scheduleStatsUpdateMethod · 0.80
FVanguardChooserClass · 0.80
readObjectMethod · 0.80
readObjectAlternateMethod · 0.80
getImageRelativePathMethod · 0.80
FModelClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected