MCPcopy 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

setRandomFoilMethod · 0.95
borderColorMethod · 0.95
getPaperCardMethod · 0.95
getCloneStatesMethod · 0.95
resolvePreAbilitiesMethod · 0.95
resolveMethod · 0.95
addCounterInternalMethod · 0.45
getMonarchSetMethod · 0.45
getInitiativeSetMethod · 0.45
copyStatsMethod · 0.45
getLKICopyMethod · 0.45
getFacedownImageKeyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected