Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ getSetCode
Method
getSetCode
forge-game/src/main/java/forge/game/card/Card.java:6308–6310 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
6306
}
6307
6308
public
final
String getSetCode() {
6309
return
currentState.getSetCode();
6310
}
6311
public
final
void
setSetCode(
final
String setCode) {
6312
currentState.setSetCode(setCode);
6313
}
Callers
15
setRandomFoil
Method · 0.95
borderColor
Method · 0.95
getPaperCard
Method · 0.95
getCloneStates
Method · 0.95
resolvePreAbilities
Method · 0.95
resolve
Method · 0.95
addCounterInternal
Method · 0.45
getMonarchSet
Method · 0.45
getInitiativeSet
Method · 0.45
copyStats
Method · 0.45
getLKICopy
Method · 0.45
getFacedownImageKey
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected