public abstract class SpawnPixelmonEntityForBattleEvent
extends net.minecraftforge.eventbus.api.Event
Modifier and Type | Class and Description |
---|---|
static class |
SpawnPixelmonEntityForBattleEvent.Post
Event fired after the Pokémon entity has spawned for battle.
|
static class |
SpawnPixelmonEntityForBattleEvent.Pre
Event fired before the Pokémon entity is spawned for battle.
|
Modifier | Constructor and Description |
---|---|
protected |
SpawnPixelmonEntityForBattleEvent(Pokemon pokemon) |
Modifier and Type | Method and Description |
---|---|
Pokemon |
getPokemon()
Gets the Pokémon being sent out
|