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

Method get

forge-gui/src/main/java/forge/model/UnOpenedMeta.java:69–72  ·  view source on GitHub ↗

Open the booster pack, return contents. @return List, list of cards.

()

Source from the content-addressed store, hash-verified

67 * @return List, list of cards.
68 */
69 @Override
70 public List<PaperCard> get() {
71 return this.open(true, false);
72 }
73
74 /**
75 * Like open, can define whether is human or not.

Callers

nothing calls this directly

Calls 1

openMethod · 0.95

Tested by

no test coverage detected