public class HyperTrainEvent
extends net.minecraftforge.eventbus.api.Event
Constructor and Description |
---|
HyperTrainEvent(BattleStatsType stat,
boolean hyperTrained,
Pokemon pokemon) |
Modifier and Type | Method and Description |
---|---|
Pokemon |
getPokemon() |
BattleStatsType |
getStat() |
boolean |
isHyperTrained() |
void |
setHyperTrained(boolean hyperTrained) |
void |
setStat(BattleStatsType stat) |
public HyperTrainEvent(@Nullable BattleStatsType stat, boolean hyperTrained, Pokemon pokemon)
stat
- The stat to hypertrain. Null indicates all ivs to be adjusted (Gold Bottlecap)public BattleStatsType getStat()
public void setStat(BattleStatsType stat)
public boolean isHyperTrained()
public void setHyperTrained(boolean hyperTrained)
public Pokemon getPokemon()