|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PokemonSpecies | |
|---|---|
| shoddybattle | |
| Uses of PokemonSpecies in shoddybattle |
|---|
| Subclasses of PokemonSpecies in shoddybattle | |
|---|---|
class |
Pokemon
This class represents a pokemon in a battle. |
| Methods in shoddybattle that return PokemonSpecies | |
|---|---|
PokemonSpecies[] |
PokemonSpeciesData.getSpecies()
Get the species database. |
PokemonSpecies[] |
PokemonSpeciesData.getSpecies()
Get the species database. |
PokemonSpecies |
PokemonSpeciesData.getSpecies(int i)
Get a single species. |
PokemonSpecies |
PokemonSpeciesData.getSpecies(int i)
Get a single species. |
| Constructors in shoddybattle with parameters of type PokemonSpecies | |
|---|---|
Pokemon(BattleMechanics mech,
PokemonSpecies species,
PokemonNature nature,
java.lang.String ability,
java.lang.String item,
int gender,
int level,
int[] ivs,
int[] evs,
MoveListEntry[] moves,
int[] ppUps)
Create and validate a new pokemon. |
|
Pokemon(BattleMechanics mech,
PokemonSpecies species,
PokemonNature nature,
java.lang.String ability,
java.lang.String item,
int gender,
int level,
int[] ivs,
int[] evs,
MoveListEntry[] moves,
int[] ppUps)
Create and validate a new pokemon. |
|
Pokemon(BattleMechanics mech,
PokemonSpecies species,
PokemonNature nature,
java.lang.String ability,
java.lang.String item,
int gender,
int level,
int[] ivs,
int[] evs,
MoveListEntry[] moves,
int[] ppUps,
boolean validate)
Creates a new instance of Pokemon |
|
Pokemon(BattleMechanics mech,
PokemonSpecies species,
PokemonNature nature,
java.lang.String ability,
java.lang.String item,
int gender,
int level,
int[] ivs,
int[] evs,
MoveListEntry[] moves,
int[] ppUps,
boolean validate)
Creates a new instance of Pokemon |
|
PokemonSpecies(PokemonSpecies i)
Allows for construction from another PokemonSpecies. |
|
PokemonSpecies(PokemonSpecies i)
Allows for construction from another PokemonSpecies. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||