public class HyperTrainEvent
extends net.minecraftforge.fml.common.eventhandler.Event
| Constructor and Description |
|---|
HyperTrainEvent(StatsType stat,
boolean hyperTrained,
Pokemon pokemon) |
| Modifier and Type | Method and Description |
|---|---|
Pokemon |
getPokemon() |
StatsType |
getStat() |
boolean |
isHyperTrained() |
void |
setHyperTrained(boolean hyperTrained) |
void |
setStat(StatsType stat) |