MCPcopy Create free account
hub / github.com/Card-Forge/forge / setFoil

Method setFoil

forge-game/src/main/java/forge/game/card/Card.java:6292–6294  ·  view source on GitHub ↗
(final int f)

Source from the content-addressed store, hash-verified

6290 setFoil(CardEdition.getRandomFoil(getSetCode()));
6291 }
6292 public final void setFoil(final int f) {
6293 currentState.setSVar("Foil", Integer.toString(f));
6294 }
6295
6296 public CardEdition.BorderColor borderColor() {
6297 CardEdition edition = StaticData.instance().getEditions().get(getSetCode());

Callers 2

copyCardMethod · 0.95
setRandomFoilMethod · 0.95

Calls 2

setSVarMethod · 0.65
toStringMethod · 0.45

Tested by

no test coverage detected