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

Method getBoosters

forge-core/src/main/java/forge/StaticData.java:379–383  ·  view source on GitHub ↗

@return forge.util.storage.IStorage

()

Source from the content-addressed store, hash-verified

377
378 /** @return {@link forge.util.storage.IStorage}<{@link forge.item.SealedTemplate}> */
379 public final IStorage<SealedTemplate> getBoosters() {
380 if (boosters == null)
381 boosters = new StorageBase<>("Boosters", editions.getBoosterGenerator());
382 return boosters;
383 }
384
385 public final IStorage<SealedTemplate> getSpecialBoosters() {
386 if (specialBoosters == null)

Callers 12

resolveMethod · 0.80
getBoosterTemplateMethod · 0.80
BoosterBoxMethod · 0.80
fromSetMethod · 0.80
FatPackMethod · 0.80
getBoosterMethod · 0.80
getBoosterMethod · 0.80
addBoosterMethod · 0.80
doUnlockMethod · 0.80
awardBoosterMethod · 0.80
nextChoiceMethod · 0.80

Calls 1

getBoosterGeneratorMethod · 0.80

Tested by 1

nextChoiceMethod · 0.64