public class PixelmonKnockoutEvent
extends net.minecraftforge.fml.common.eventhandler.Event
Modifier and Type | Field and Description |
---|---|
PixelmonWrapper |
pokemon
The Pokémon which is knocked out
|
PixelmonWrapper |
source
The Pokémon which caused the knock out
|
Constructor and Description |
---|
PixelmonKnockoutEvent(PixelmonWrapper source,
PixelmonWrapper pokemon) |
public final PixelmonWrapper source
public final PixelmonWrapper pokemon
public PixelmonKnockoutEvent(PixelmonWrapper source, PixelmonWrapper pokemon)