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

Method getDisplayName

forge-game/src/main/java/forge/game/card/Card.java:975–977  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

973 }
974
975 public final String getDisplayName() {
976 return getDisplayName(currentState);
977 }
978
979 public final String getDisplayName(CardState state) {
980 //If this card has a changed name, don't use flavor names.

Callers 15

addExtraKeywordCostMethod · 0.95
cantBeEnchantedByMsgMethod · 0.95
cantBeEquippedByMsgMethod · 0.95
cantBeFortifiedByMsgMethod · 0.95
cantBeAttachedMsgMethod · 0.95
getUntranslatedNameMethod · 0.95
resolveMethod · 0.95
updateNameMethod · 0.95
replaceDyingMethod · 0.95
getStackDescriptionMethod · 0.95
clashWithOpponentMethod · 0.95
resolveMethod · 0.95

Calls 3

hasNameOverwriteMethod · 0.95
getNameMethod · 0.95
getFlavorNameMethod · 0.65

Tested by

no test coverage detected