Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getListCellRendererComponent
Method · 0.45
getListCellRendererComponent
Method · 0.45
find
Method · 0.45
setText
Method · 0.45
updateReward
Method · 0.45
SwingAtlas
Method · 0.45
switchPanels
Method · 0.45
changeObjective
Method · 0.45
refresh
Method · 0.45
updateStage
Method · 0.45
getCardArtPreferenceName
Method · 0.45
prettifyCardArtPreferenceName
Method · 0.45
Calls
1
getName
Method · 0.65
Tested by
no test coverage detected