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
-
Nested Class Summary
Nested classes/interfaces inherited from class com.pixelmonmod.pixelmon.api.events.PokeballEffectEvent
PokeballEffectEvent.SentOutEffect, PokeballEffectEvent.StartCaptureEffect, PokeballEffectEvent.SuccessfullCaptureEffect
-
Field Summary
Fields inherited from class com.pixelmonmod.pixelmon.api.events.PokeballEffectEvent
pokeBall
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.neoforged.bus.api.ICancellableEvent
isCanceled, setCanceled
-
Constructor Details
-
StartCaptureEffect
-