public static class PokemonRetrievedEvent.Post extends PokemonRetrievedEvent
PokemonRetrievedEvent.Constants, PokemonRetrievedEvent.Post, PokemonRetrievedEvent.Pre| Constructor and Description |
|---|
Post(net.minecraft.entity.LivingEntity owner,
Pokemon pokemon,
java.lang.String cause)
The post constructor
|
getCause, getOwner, getPokemonpublic Post(@Nullable
net.minecraft.entity.LivingEntity owner,
Pokemon pokemon,
java.lang.String cause)
owner - The player/entity whose Pokémon was retrieved.pokemon - The Pokémoncause - The reason why the entity was retrieved from the world.