Index
All Classes and Interfaces|All Packages|Constant Field Values
D
- damage - Variable in class card.pokemon.helper.Move
-
The damage of the move (e.g., 30).
- deck - Variable in class game.Player
-
The player's deck of cards.
- Deck - Class in pile.piles
-
Represents the deck pile in the Pokémon Trading Card Game.
- Deck() - Constructor for class pile.piles.Deck
-
Constructor for the Deck class.
- DeckBuilder - Class in game
-
This class is responsible for building prebuilt decks.
- DeckBuilder() - Constructor for class game.DeckBuilder
- description - Variable in class card.trainer.TrainerCard
- Diglett - Class in card.pokemon.pokemoncards
-
This class represents a "Diglett" Pokémon card in the Pokémon Trading Card Game.
- Diglett() - Constructor for class card.pokemon.pokemoncards.Diglett
-
Constructor to initialize a "Diglett" Pokémon card with its unique attributes.
- discardHand(Hand, DiscardPile) - Static method in class card.trainer.helper.TrainerEffect
-
Discards all cards in the player's hand and adds them to the discard pile.
- discardPile - Variable in class game.Player
-
The player's discard pile.
- DiscardPile - Class in pile.piles
-
Represents the discard pile in the Pokémon Trading Card Game, where the player's discarded cards are placed.
- DiscardPile() - Constructor for class pile.piles.DiscardPile
-
Constructor for the DiscardPile class.
- display() - Method in class pile.Pile
-
Displays the cards in the pile and their indices in a numbered list format.
- displayEnergyInList() - Method in class card.pokemon.PokemonCard
-
Displays the energy attached to the Pokémon card in a list format.
- displayEnergyInMap() - Method in class card.pokemon.PokemonCard
-
Returns the type of energy attached to the Pokémon card and its count.
- DoubleColorlessEnergy - Class in card.energy.energycards
-
This class represents a "Double Colorless Energy" card in the Pokémon Trading Card Game.
- DoubleColorlessEnergy() - Constructor for class card.energy.energycards.DoubleColorlessEnergy
-
Constructor to initialize a "Double Colorless Energy" card with its type and value.
- Dratini - Class in card.pokemon.pokemoncards
-
This class represents a "Dratini" Pokémon card in the Pokémon Trading Card Game.
- Dratini() - Constructor for class card.pokemon.pokemoncards.Dratini
-
Constructor to initialize a "Dratini" Pokémon card with its unique attributes.
- drawCard() - Method in class pile.Pile
-
Draws a card from the top of the pile and decrements the size of the pile it is drawn from.
- drawCards(Deck, Hand, int) - Static method in class card.trainer.helper.TrainerEffect
-
Draws a specified number of cards from the deck and adds them to the player's hand.
All Classes and Interfaces|All Packages|Constant Field Values