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

Method BoosterBox

forge-core/src/main/java/forge/item/BoosterBox.java:40–43  ·  view source on GitHub ↗
(final String name0, final BoosterBox.Template fpData0, final int boosterCount)

Source from the content-addressed store, hash-verified

38 private final BoosterBox.Template fpData;
39
40 public BoosterBox(final String name0, final BoosterBox.Template fpData0, final int boosterCount) {
41 super(name0, StaticData.instance().getBoosters().get(fpData0.getEdition()), boosterCount);
42 fpData = fpData0;
43 }
44
45 @Override
46 public String getDescription() {

Callers

nothing calls this directly

Calls 4

instanceMethod · 0.95
getBoostersMethod · 0.80
getMethod · 0.65
getEditionMethod · 0.65

Tested by

no test coverage detected