Class PokemonRetrievedEvent.Post
java.lang.Object
net.minecraftforge.eventbus.api.Event
com.pixelmonmod.pixelmon.api.events.PokemonRetrievedEvent
com.pixelmonmod.pixelmon.api.events.PokemonRetrievedEvent.Post
- Enclosing class:
- PokemonRetrievedEvent
Event fired after the Pokémon entity has been removed from the world.
- 
Nested Class SummaryNested classes/interfaces inherited from class com.pixelmonmod.pixelmon.api.events.PokemonRetrievedEventPokemonRetrievedEvent.Constants, PokemonRetrievedEvent.Post, PokemonRetrievedEvent.PreNested classes/interfaces inherited from class net.minecraftforge.eventbus.api.Eventnet.minecraftforge.eventbus.api.Event.HasResult, net.minecraftforge.eventbus.api.Event.Result
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.pixelmonmod.pixelmon.api.events.PokemonRetrievedEventgetCause, getOwner, getPokemonMethods inherited from class net.minecraftforge.eventbus.api.EventgetListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult
- 
Constructor Details- 
PostThe post constructor- Parameters:
- owner- The player/entity whose Pokémon was retrieved.
- pokemon- The Pokémon
- cause- The reason why the entity was retrieved from the world.
 
 
-