Package pile.piles
Class Deck
java.lang.Object
pile.Pile
pile.piles.Deck
Represents the deck pile in the Pokémon Trading Card Game.
This class extends the Pile class and is used to manage the player's deck of cards.
- Version:
- 1.0
- Author:
- Tyler Mong
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class pile.Pile
addCard, display, drawCard, getCardAtIndex, getCards, getSize, isEmpty, removeCard, secondaryDisplay, shuffle
-
Constructor Details
-
Deck
public Deck()Constructor for the Deck class. Initializes the deck pile for the player.
-