Index
All Classes and Interfaces|All Packages|Serialized Form
A
- asciiArt - Variable in class Pokemon.Pokemon
-
ASCII art representation of the Pokémon.
- ASCIIArt - package ASCIIArt
- askHowManyPlayersArePlaying() - Method in class GameLogic.GameLogic
-
Prompts the user to enter the number of players for the Free-For-All (FFA) game.
- askUserIfTheyWantToPlay() - Method in class GameLogic.GameLogic
-
Prompts the user to confirm whether they want to play the Free-For-All (FFA) Pokémon game.
- attackDamage - Variable in class Pokemon.Attributes.AttackInfo
-
The base damage dealt by the attack.
- attackDescription - Variable in class Pokemon.Attributes.AttackInfo
-
A textual description of the attack's effect.
- attackInfo - Variable in class Pokemon.Electricity.Pikachu
-
Array of attacks available to Pikachu.
- attackInfo - Variable in class Pokemon.Electricity.Raichu
-
Array of attacks available to Raichu.
- attackInfo - Variable in class Pokemon.Fire.Charizard
-
Array of attacks available to Charizard.
- attackInfo - Variable in class Pokemon.Fire.Charmander
-
Array of attacks available to Charmander.
- attackInfo - Variable in class Pokemon.Fire.Charmeleon
-
Array of attacks available to Charmeleon.
- attackInfo - Variable in class Pokemon.Grass.Bulbasaur
-
Array of attacks available to Bulbasaur.
- attackInfo - Variable in class Pokemon.Grass.Ivysaur
-
Array of attacks available to Ivysaur.
- attackInfo - Variable in class Pokemon.Grass.Venusaur
-
Array of attacks available to Venusaur.
- attackInfo - Variable in class Pokemon.Pokemon
-
The list of attacks available to this Pokémon.
- attackInfo - Variable in class Pokemon.Water.Blastoise
-
Array of attacks available to Blastoise.
- attackInfo - Variable in class Pokemon.Water.Squirtle
-
Array of attacks available to Squirtle.
- attackInfo - Variable in class Pokemon.Water.Wartortle
-
Array of attacks available to Wartortle.
- AttackInfo - Class in Pokemon.Attributes
-
Encapsulates information about a Pokémon attack.
- AttackInfo(String, String, int) - Constructor for class Pokemon.Attributes.AttackInfo
-
Constructs a new
AttackInfoinstance with the specified attributes. - attackName - Variable in class Pokemon.Attributes.AttackInfo
-
The name of the attack.
All Classes and Interfaces|All Packages|Serialized Form