public class ApplyBonusStatsEvent extends BattleEvent
| 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.
|
battleController| Constructor and Description |
|---|
ApplyBonusStatsEvent(BattleController bc,
Pokemon pokemon) |
| Modifier and Type | Method and Description |
|---|---|
Pokemon |
getPokemon() |
getBattleControllerpublic ApplyBonusStatsEvent(BattleController bc, Pokemon pokemon)
public Pokemon getPokemon()