Class Diglett

java.lang.Object
card.Card
card.pokemon.PokemonCard
card.pokemon.pokemoncards.Diglett

public class Diglett extends PokemonCard
This class represents a "Diglett" 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: "Dig" and "Mud Slap".
Version:
1.0
Author:
Tyler Mong
  • Constructor Details

    • Diglett

      public Diglett()
      Constructor to initialize a "Diglett" Pokémon card with its unique attributes. It also adds two unique moves to the card: "Dig" and "Mud Slap".