public abstract class PokeballEffectEvent
extends net.minecraftforge.fml.common.eventhandler.Event
Modifier and Type | Class and Description |
---|---|
static class |
PokeballEffectEvent.SentOutEffect
Event fired before the particles on a Pokémon breaking from a Pokéball.
|
static class |
PokeballEffectEvent.StartCaptureEffect
Event fired upon Pokéball close at the beginning of capturing a Pokémon, prior to the effect.
|
static class |
PokeballEffectEvent.SuccessfullCaptureEffect
Event fired upon successful capture of a Pokémon, prior to the effect.
|
Modifier and Type | Field and Description |
---|---|
EntityPokeBall |
pokeBall
The Pokéball whose effect this relates too
|
public final EntityPokeBall pokeBall