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

Method setHumanDeck

forge-core/src/main/java/forge/deck/DeckGroup.java:73–78  ·  view source on GitHub ↗

Sets the human deck. @param humanDeck0 the new human deck

(final Deck humanDeck0)

Source from the content-addressed store, hash-verified

71 * @param humanDeck0 the new human deck
72 */
73 public final void setHumanDeck(final Deck humanDeck0) {
74 humanDeck = humanDeck0;
75 if (humanDeck != null) {
76 humanDeck.setDirectory(getDirectory());
77 }
78 }
79
80 /**
81 * Evaluate and 'rank' the ai decks.

Callers 8

finishSaveMethod · 0.95
cloneFieldsToMethod · 0.95
readMethod · 0.95
generateSealedDeckMethod · 0.95
saveToRegularDraftMethod · 0.95
saveDraftMethod · 0.95
saveDraftMethod · 0.95
saveDraftMethod · 0.95

Calls 2

setDirectoryMethod · 0.80
getDirectoryMethod · 0.65

Tested by

no test coverage detected