Class PixelmonKnockoutEvent
java.lang.Object
net.neoforged.bus.api.Event
com.pixelmonmod.pixelmon.api.events.battles.BattleEvent
com.pixelmonmod.pixelmon.api.events.PixelmonKnockoutEvent
- Direct Known Subclasses:
PixelmonKnockoutEvent.Post
,PixelmonKnockoutEvent.Pre
Fires every time a Pokémon is knocked out
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
-
Field Summary
Fields inherited from class com.pixelmonmod.pixelmon.api.events.battles.BattleEvent
battleController
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
PixelmonKnockoutEvent
(BattleController battleController, PixelmonWrapper source, PixelmonWrapper pokemon) -
Method Summary
Methods inherited from class com.pixelmonmod.pixelmon.api.events.battles.BattleEvent
getBattleController
-
Constructor Details
-
PixelmonKnockoutEvent
protected PixelmonKnockoutEvent(BattleController battleController, PixelmonWrapper source, PixelmonWrapper pokemon)
-
-
Method Details
-
getSource
-
getPokemon
-