Package card.energy.energycards
Class DoubleColorlessEnergy
java.lang.Object
card.Card
card.energy.EnergyCard
card.energy.energycards.DoubleColorlessEnergy
This class represents a "Double Colorless Energy" card in the Pokémon Trading Card Game.
It extends the EnergyCard class, calls the superclass constructor to initialize the card with its unique attributes.
- Version:
- 1.0
- Author:
- Tyler Mong
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor to initialize a "Double Colorless Energy" card with its type and value. -
Method Summary
Methods inherited from class card.energy.EnergyCard
energyValue, getType
-
Constructor Details
-
DoubleColorlessEnergy
public DoubleColorlessEnergy()Constructor to initialize a "Double Colorless Energy" card with its type and value.
-