Class PixelmonKnockoutEvent
java.lang.Object
net.minecraftforge.eventbus.api.Event
com.pixelmonmod.pixelmon.api.events.PixelmonKnockoutEvent
public class PixelmonKnockoutEvent
extends net.minecraftforge.eventbus.api.Event
Fires every time a Pokémon is knocked out
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraftforge.eventbus.api.Event
net.minecraftforge.eventbus.api.Event.HasResult, net.minecraftforge.eventbus.api.Event.Result
-
Field Summary
Modifier and TypeFieldDescriptionfinal PixelmonWrapper
The Pokémon which is knocked outfinal PixelmonWrapper
The Pokémon which caused the knock out -
Constructor Summary
-
Method Summary
Methods inherited from class net.minecraftforge.eventbus.api.Event
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult
-
Field Details
-
source
The Pokémon which caused the knock out -
pokemon
The Pokémon which is knocked out
-
-
Constructor Details
-
PixelmonKnockoutEvent
-