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

Method order

forge-gui-mobile/src/forge/toolbox/GuiChoose.java:235–237  ·  view source on GitHub ↗
(final String title, final String top, final List<T> sourceChoices, CardView referenceCard, final Consumer<List<T>> callback)

Source from the content-addressed store, hash-verified

233 }
234
235 public static <T> void order(final String title, final String top, final List<T> sourceChoices, CardView referenceCard, final Consumer<List<T>> callback) {
236 order(title, top, 0, 0, sourceChoices, null, referenceCard, callback);
237 }
238
239 public static <T> void order(final String title, final String top, final int remainingObjectsMin, final int remainingObjectsMax,
240 final List<T> sourceChoices, final List<T> destChoices, final CardView referenceCard, final Consumer<List<T>> callback) {

Callers 2

runMethod · 0.95
manyMethod · 0.95

Calls 5

acceptMethod · 0.45
showMethod · 0.45

Tested by

no test coverage detected