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

Method getName

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

Source from the content-addressed store, hash-verified

958 }
959
960 @Override
961 public final String getName() {
962 return getName(currentState);
963 }
964
965 public final String getName(CardState state) {
966 String name = state.getName();

Callers 15

precastSpellFromCardMethod · 0.95
canPayMethod · 0.95
onSpellAbilityPlayedMethod · 0.95
initVariantsZonesMethod · 0.95
setStateMethod · 0.95
getDisplayNameMethod · 0.95
keywordsToTextMethod · 0.95
getAbilityTextMethod · 0.95
hasNoNameMethod · 0.95
sharesNameWithMethod · 0.95
staticReplaceDamageMethod · 0.95

Calls 3

valuesMethod · 0.80
isOverwriteMethod · 0.80
getNameMethod · 0.65

Tested by 4

testCloneTransformMethod · 0.76
broken_testCloneDimirMethod · 0.76