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

Method toString

forge-core/src/main/java/forge/deck/Deck.java:113–116  ·  view source on GitHub ↗

{@inheritDoc}

()

Source from the content-addressed store, hash-verified

111
112 /** {@inheritDoc} */
113 @Override
114 public String toString() {
115 return this.getName();
116 }
117
118 public CardPool getMain() {
119 loadDeferredSections();

Callers 15

findMethod · 0.45
setTextMethod · 0.45
updateRewardMethod · 0.45
SwingAtlasMethod · 0.45
switchPanelsMethod · 0.45
changeObjectiveMethod · 0.45
refreshMethod · 0.45
updateStageMethod · 0.45

Calls 1

getNameMethod · 0.65

Tested by

no test coverage detected