Index
All Classes and Interfaces|All Packages|Serialized Form
V
- valueOf(String) - Static method in enum class Pokemon.Attributes.firstEvolutionPokemon
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class Pokemon.Attributes.PokemonAndHealth
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class Pokemon.Attributes.SecondEvolutionPokemon
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class Pokemon.Attributes.TwoAttackPokemon
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class Pokemon.Attributes.firstEvolutionPokemon
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class Pokemon.Attributes.PokemonAndHealth
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class Pokemon.Attributes.SecondEvolutionPokemon
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class Pokemon.Attributes.TwoAttackPokemon
-
Returns an array containing the constants of this enum class, in the order they are declared.
- Venusaur - Class in Pokemon.Grass
-
Represents the Pokémon Venusaur, a Grass-type Pokémon.
- Venusaur() - Constructor for class Pokemon.Grass.Venusaur
-
Constructs a new Venusaur Pokémon with default health, element type, ASCII art, and its single attack.
- VENUSAUR - Enum constant in enum class Pokemon.Attributes.PokemonAndHealth
-
Venusaur's default health value.
- venusaurArt - Static variable in class ASCIIArt.PokemonArt
-
ASCII art representation of the Pokémon Venusaur.
All Classes and Interfaces|All Packages|Serialized Form