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

Method getCode2

forge-core/src/main/java/forge/card/CardEdition.java:366–366  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

364 public Date getDate() { return date; }
365 public String getCode() { return code; }
366 public String getCode2() { return code2; }
367 public String getScryfallCode() { return scryfallCode.toLowerCase(); }
368 public String getTokensCode() { return tokensCode.toLowerCase(); }
369 public String getCardsLangCode() { return cardsLanguage.toLowerCase(); }

Callers 5

getCode2ByCodeMethod · 0.95
analyzeCardPicsSetDirMethod · 0.95
generateDeckMethod · 0.80
initAliasesMethod · 0.80
getCardFromSetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected