Class SpawnPixelmonEntityForBattleEvent
java.lang.Object
net.minecraftforge.eventbus.api.Event
com.pixelmonmod.pixelmon.api.events.SpawnPixelmonEntityForBattleEvent
- Direct Known Subclasses:
SpawnPixelmonEntityForBattleEvent.Post
,SpawnPixelmonEntityForBattleEvent.Pre
public abstract class SpawnPixelmonEntityForBattleEvent
extends net.minecraftforge.eventbus.api.Event
Fires around the Pokémon spawning for fighting a battle.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Event fired after the Pokémon entity has spawned for battle.static class
Event fired before the Pokémon entity is spawned for battle.Nested classes/interfaces inherited from class net.minecraftforge.eventbus.api.Event
net.minecraftforge.eventbus.api.Event.HasResult, net.minecraftforge.eventbus.api.Event.Result
-
Constructor Summary
-
Method Summary
Methods inherited from class net.minecraftforge.eventbus.api.Event
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult
-
Constructor Details
-
SpawnPixelmonEntityForBattleEvent
-
-
Method Details
-
getPokemon
Gets the Pokémon being sent out- Returns:
- Sent out Pokémon
-