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