Package card.pokemon.pokemoncards
Class Seel
java.lang.Object
card.Card
card.pokemon.PokemonCard
card.pokemon.pokemoncards.Seel
This class represents a "Seel" Pokémon card in the Pokémon Trading Card Game.
It extends the PokemonCard class, calls the superclass constructor to initialize the card with its unique attributes.
It also adds a unique move to the card: "Headbutt".
- Version:
- 1.0
- Author:
- Tyler Mong
-
Constructor Summary
ConstructorsConstructorDescriptionSeel()
Constructor to initialize a "Seel" Pokémon card with its unique attributes. -
Method Summary
Methods inherited from class card.pokemon.PokemonCard
addEnergy, addMove, displayEnergyInList, displayEnergyInMap, getHP, getMoves, getResistance, getRetreatCost, getTotalEnergy, getTypeEnergy, getWeakness, removeEnergy, setHP
-
Constructor Details
-
Seel
public Seel()Constructor to initialize a "Seel" Pokémon card with its unique attributes. It also adds a unique move to the card: "Headbutt".
-