Uses of Class
card.energy.EnergyCard
Packages that use EnergyCard
Package
Description
This package contains all the energy cards in the game.
This package contains the classes related to Pokémon cards in the Pokémon Trading Card Game (TCG) emulation.
This package contains the main game logic for the Pokémon Trading Card Game (TCG) emulation.
-
Uses of EnergyCard in card.energy.energycards
Subclasses of EnergyCard in card.energy.energycardsModifier and TypeClassDescriptionclass
This class represents a "Double Colorless Energy" card in the Pokémon Trading Card Game.class
This class represents a "Fighting Energy" card in the Pokémon Trading Card Game.class
This class represents a "Fire Energy" card in the Pokémon Trading Card Game.class
This class represents a "Grass Energy" card in the Pokémon Trading Card Game.class
This class represents a "Lightning Energy" card in the Pokémon Trading Card Game.class
This class represents a "Psychic Energy" card in the Pokémon Trading Card Game.class
This class represents a "Water Energy" card in the Pokémon Trading Card Game. -
Uses of EnergyCard in card.pokemon
Methods in card.pokemon with parameters of type EnergyCardModifier and TypeMethodDescriptionvoid
PokemonCard.addEnergy
(EnergyCard energyCard) Attaches an energy card to the Pokémon card. -
Uses of EnergyCard in game
Methods in game that return EnergyCardModifier and TypeMethodDescriptionprivate EnergyCard
Game.createEnergyCard
(String energyType) Helper method to create an Energy card based on the given type.