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

Method random

forge-gui/src/main/java/forge/model/UnOpenedMeta.java:122–124  ·  view source on GitHub ↗
(final String desc)

Source from the content-addressed store, hash-verified

120 return new UnOpenedMeta(desc, JoinOperation.ChooseOne);
121 }
122 public static UnOpenedMeta random(final String desc) {
123 return new UnOpenedMeta(desc, JoinOperation.RandomOne);
124 }
125 public static UnOpenedMeta selectAll(final String desc) {
126 return new UnOpenedMeta(desc, JoinOperation.SelectAll);
127 }

Callers 3

getBoosterMethod · 0.95
visitMethod · 0.45
getRandomEquippedItemMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected