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

Method toString

forge-game/src/main/java/forge/game/card/Card.java:5602–5608  ·  view source on GitHub ↗

{@inheritDoc}

()

Source from the content-addressed store, hash-verified

5600
5601 /** {@inheritDoc} */
5602 @Override
5603 public final String toString() {
5604 if (getView() == null) {
5605 return getPaperCard().getName();
5606 }
5607 return getView().toString();
5608 }
5609
5610 public final boolean isUnearthed() {
5611 return unearthed;

Callers 15

resolveMethod · 0.95
randomizeBlockersMethod · 0.95
getStackDescriptionMethod · 0.95
getStackDescriptionMethod · 0.95
resolveMethod · 0.95
getStackDescriptionMethod · 0.95
canFightMethod · 0.95
getLKICopyMethod · 0.45
triggerExcessDamageMethod · 0.45
createCounterStaticMethod · 0.45
getNonAbilityTextMethod · 0.45

Calls 3

getViewMethod · 0.95
getPaperCardMethod · 0.95
getNameMethod · 0.65

Tested by

no test coverage detected