Class WaterEnergy

java.lang.Object
card.Card
card.energy.EnergyCard
card.energy.energycards.WaterEnergy

public class WaterEnergy extends EnergyCard
This class represents a "Water 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 Details

    • WaterEnergy

      public WaterEnergy()
      Constructor to initialize a "Water Energy" card with its type and value.