public class ApplyBonusStatsEvent
extends net.minecraftforge.fml.common.eventhandler.Event
| Modifier and Type | Class and Description |
|---|---|
static class |
ApplyBonusStatsEvent.Post
Fired after BonusStats have been applied to a Pokemon.
|
static class |
ApplyBonusStatsEvent.Pre
Fired when BonusStats are about to be applied to a Pokemon.
|
| Constructor and Description |
|---|
ApplyBonusStatsEvent(BattleControllerBase bc,
Pokemon pokemon) |
| Modifier and Type | Method and Description |
|---|---|
BattleControllerBase |
getBattleController() |
Pokemon |
getPokemon() |
public ApplyBonusStatsEvent(BattleControllerBase bc, Pokemon pokemon)
public BattleControllerBase getBattleController()
public Pokemon getPokemon()