Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ getCardName
Method
getCardName
forge-core/src/main/java/forge/item/PaperCard.java:314–316 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
312
// return String.format("%s|%s", name, cardSet);
313
}
314
public
String getCardName() {
315
return
name;
316
}
317
318
@Override
319
public
String getDisplayName() {
Callers
7
pullCard
Method · 0.95
removeExcessCopies
Method · 0.95
applyAdventureCommandZoneRules
Method · 0.95
generate
Method · 0.95
generateCards
Method · 0.95
generateTextExport
Method · 0.45
sideboard
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected