public class EVYields
extends java.lang.Object
Constructor and Description |
---|
EVYields() |
EVYields(int[] yields) |
EVYields(int hp,
int attack,
int defense,
int specialAttack,
int specialDefense,
int speed) |
Modifier and Type | Method and Description |
---|---|
void |
addToYield(BattleStatsType stat,
int amount) |
EVYields |
copy() |
void |
doubleYields() |
int |
getYield(BattleStatsType stat) |
int[] |
toArray() |
public EVYields()
public EVYields(int hp, int attack, int defense, int specialAttack, int specialDefense, int speed)
public EVYields(int[] yields)
public int getYield(BattleStatsType stat)
public void addToYield(BattleStatsType stat, int amount)
public void doubleYields()
public int[] toArray()
public EVYields copy()