Package card.pokemon.pokemoncards
Class Staryu
java.lang.Object
card.Card
card.pokemon.PokemonCard
card.pokemon.pokemoncards.Staryu
This class represents a "Staryu" 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: "Slap".
- Version:
- 1.0
- Author:
- Tyler Mong
-
Constructor Summary
ConstructorsConstructorDescriptionStaryu()
Constructor to initialize a "Staryu" 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
-
Staryu
public Staryu()Constructor to initialize a "Staryu" Pokémon card with its unique attributes. It also adds a unique move to the card: "Slap".
-