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

Method instance

forge-gui-mobile/src/forge/adventure/util/Config.java:55–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53 private final FolderDeckCatalog commanderPreconDeckCatalog = new FolderDeckCatalog("decks/starter/commanderprecon/");
54
55 static public Config instance() {
56 if (currentConfig == null)
57 currentConfig = new Config();
58 return currentConfig;
59 }
60
61 private Config() {
62 String path = resPath();

Callers 15

mainMethod · 0.95
saveMethod · 0.95
loadMethod · 0.95
saveMethod · 0.95
saveBiomeMethod · 0.95
saveMethod · 0.95
loadMethod · 0.95
updateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected