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

public static class PokemonRetrievedEvent.Post extends PokemonRetrievedEvent
Event fired after the Pokémon entity has been removed from the world.
  • Constructor Details

    • Post

      public Post(@Nullable net.minecraft.world.entity.LivingEntity owner, Pokemon pokemon, String cause)
      The 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.