Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ getName
Method
getName
forge-core/src/main/java/forge/item/PaperCard.java:68–71 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
66
private
transient boolean hasFlavorName;
67
68
@Override
69
public
String getName() {
70
return
name;
71
}
72
73
@Override
74
public
String getEdition() {
Callers
15
rewardsToCards
Method · 0.95
ConsoleCommandInterpreter
Method · 0.95
updatePreview
Method · 0.95
updatePreview
Method · 0.95
isPartnerCommander
Method · 0.95
isVeryBasicLand
Method · 0.95
add
Method · 0.95
parseCardList
Method · 0.95
optimiseCardArtSelectionInDeckSections
Method · 0.95
addSome
Method · 0.95
main
Method · 0.95
getDeckDraftValue
Method · 0.95
Calls
no outgoing calls
Tested by
15
test
Method · 0.76
testCards
Method · 0.76
testNoFilter
Method · 0.76
testGetCardByName
Method · 0.76
testGetCardByNameAndSet
Method · 0.76
testGetCardByNameSetAndArtIndex
Method · 0.76
testNewMethodGetCardByNameSetAndCollectorNumber
Method · 0.76
testNewGetCardFromSet
Method · 0.76
testNewGetCardFromSetWithCollectorNumber
Method · 0.76
testNewGetCardFromSetWithArtIndex
Method · 0.76
testNewGetCardFromSetWithAllInfo
Method · 0.76
testGetCardFromEditionsWithCardNameAndCardArtPreference
Method · 0.76