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

Method getCardName

forge-core/src/main/java/forge/item/PaperCard.java:314–316  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

312 // return String.format("%s|%s", name, cardSet);
313 }
314 public String getCardName() {
315 return name;
316 }
317
318 @Override
319 public String getDisplayName() {

Callers 7

pullCardMethod · 0.95
removeExcessCopiesMethod · 0.95
generateMethod · 0.95
generateCardsMethod · 0.95
generateTextExportMethod · 0.45
sideboardMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected