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

Method toString

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

Source from the content-addressed store, hash-verified

306
307 // FIXME: Check
308 @Override
309 public String toString() {
310 return CardTranslation.getTranslatedName(name);
311 // cannot still decide, if this "name|set" format is needed anymore
312 // return String.format("%s|%s", name, cardSet);
313 }
314 public String getCardName() {
315 return name;
316 }

Callers 2

toMapMethod · 0.45
fromSetMethod · 0.45

Calls 1

getTranslatedNameMethod · 0.95

Tested by

no test coverage detected