| Modifier and Type | Field | Description |
|---|---|---|
private java.util.ArrayList<Card> |
Deck.deck |
Stores the 52 cards of the deck.
|
private java.util.ArrayList<Card> |
Player.hand |
The cards the player currently has.
|
| Modifier and Type | Method | Description |
|---|---|---|
Card |
Deck.draw() |
|
Card |
Player.draw() |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.ArrayList<Card> |
Player.getHand() |