Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ getEdition
Method
getEdition
forge-core/src/main/java/forge/item/PaperCard.java:73–76 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
71
}
72
73
@Override
74
public
String getEdition() {
75
return
edition;
76
}
77
78
@Override
79
public
String getCollectorNumber() {
Callers
15
cardHasProperty
Method · 0.95
generate
Method · 0.95
rewardsToCards
Method · 0.95
generateCards
Method · 0.95
fillWithLands
Method · 0.95
generateLands
Method · 0.95
sanitizeCardPool
Method · 0.95
drawValue
Method · 0.95
tryToGetCardPrintFromExpansionSet
Method · 0.95
tryToGetCardPrintWithMatchingFrame
Method · 0.95
getTheLatestOfAllTheOriginalEditionsOfCardsIn
Method · 0.95
add
Method · 0.95
Calls
no outgoing calls
Tested by
15
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
testGetCardFromEditionsWithCardNameAndFramePreferenceWithArtIndex
Method · 0.76
testGetCardFromEditionsWrongInputReturnsNull
Method · 0.76
testGetCardFromEditionsUsingDefaultCardArtPreference
Method · 0.76
testGetCardFromEditionsWithCardNameAndCardArtPreferenceReleasedBeforeDate
Method · 0.76