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

Method getAlias

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

Source from the content-addressed store, hash-verified

370 public Type getType() { return type; }
371 public String getName() { return name; }
372 public String getAlias() { return alias; }
373
374 public String getPrerelease() { return prerelease; }
375 public int getBoosterBoxCount() { return boosterBoxCount; }

Callers 2

hasImageMethod · 0.95
initAliasesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected