Index
All Classes and Interfaces|All Packages|Constant Field Values
E
- effect - Variable in class card.pokemon.helper.Move
-
The effect of the move (e.g., "Paralyze the opponent's Pokémon").
- EnergyCard - Class in card.energy
-
This class represents an Energy card in the Pokémon Trading Card Game.
- EnergyCard(String, String, int) - Constructor for class card.energy.EnergyCard
-
Constructor to initialize an Energy card with a name, energy type, and energy value.
- energyCost - Variable in class card.pokemon.helper.Move
-
A map of energy types and their required amounts for the move (e.g., {"Fire": 1, "Water": 2}).
- energyCount - Variable in class card.pokemon.PokemonCard
-
A map of energy types and their counts for the Pokémon card (e.g., {"Fire": 2, "Water": 1}).
- energyType - Variable in class card.energy.EnergyCard
-
The type of the Energy card (e.g., "Fire", "Water").
- energyValue - Variable in class card.energy.EnergyCard
-
The value of the Energy card (e.g., 1 for basic energy, 2 for double energy).
- energyValue() - Method in class card.energy.EnergyCard
-
Returns the value of the Energy card.
All Classes and Interfaces|All Packages|Constant Field Values