Class PokeballEffectEvent.StartCaptureEffect

java.lang.Object
net.neoforged.bus.api.Event
com.pixelmonmod.pixelmon.api.events.PokeballEffectEvent
com.pixelmonmod.pixelmon.api.events.PokeballEffectEvent.StartCaptureEffect
All Implemented Interfaces:
net.neoforged.bus.api.ICancellableEvent
Enclosing class:
PokeballEffectEvent

public static class PokeballEffectEvent.StartCaptureEffect extends PokeballEffectEvent implements net.neoforged.bus.api.ICancellableEvent
Event fired upon Pokéball close at the beginning of capturing a Pokémon, prior to the effect. Canceling this event will prevent the effect
  • Constructor Details

    • StartCaptureEffect

      public StartCaptureEffect(PokeBallEntity pokeBall)