Class PokemonRetrievedEvent.Pre
java.lang.Object
net.minecraftforge.eventbus.api.Event
com.pixelmonmod.pixelmon.api.events.PokemonRetrievedEvent
com.pixelmonmod.pixelmon.api.events.PokemonRetrievedEvent.Pre
- Enclosing class:
- PokemonRetrievedEvent
Event fired before the Pokémon entity has been removed from the world.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.pixelmonmod.pixelmon.api.events.PokemonRetrievedEvent
PokemonRetrievedEvent.Constants, PokemonRetrievedEvent.Post, PokemonRetrievedEvent.Pre
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 com.pixelmonmod.pixelmon.api.events.PokemonRetrievedEvent
getCause, getOwner, getPokemon
Methods inherited from class net.minecraftforge.eventbus.api.Event
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult
-
Constructor Details
-
Pre
Basic constructor- Parameters:
owner
- The player/entity whose Pokémon was retrieved.pokemon
- The Pokémoncause
- The reason why the entity was retrieved from the world.
-