Sets the human deck. @param humanDeck0 the new human deck
(final Deck humanDeck0)
| 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. |
no test coverage detected