|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StatException | |
---|---|
mechanics | |
shoddybattle |
Uses of StatException in mechanics |
---|
Methods in mechanics that throw StatException | |
---|---|
int |
AdvanceMechanics.calculateStat(Pokemon p,
int i)
|
abstract int |
BattleMechanics.calculateStat(Pokemon p,
int i)
Calculate the initial value of a stat from a pokemon's base stats and hidden stats. |
abstract int |
BattleMechanics.calculateStat(Pokemon p,
int i)
Calculate the initial value of a stat from a pokemon's base stats and hidden stats. |
int |
AdvanceMechanics.calculateStat(Pokemon p,
int i)
|
Uses of StatException in shoddybattle |
---|
Methods in shoddybattle that throw StatException | |
---|---|
int |
PokemonSpecies.getBase(int i)
|
int |
PokemonSpecies.getBase(int i)
|
int |
Pokemon.getEv(int i)
|
int |
Pokemon.getEv(int i)
|
int |
Pokemon.getIv(int i)
|
int |
Pokemon.getIv(int i)
|
StatMultiplier |
Pokemon.getMultiplier(int i)
Get a stat multiplier, including the ones for accuracy and evasion. |
StatMultiplier |
Pokemon.getMultiplier(int i)
Get a stat multiplier, including the ones for accuracy and evasion. |
Constructors in shoddybattle that throw StatException | |
---|---|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |