public class PixelmonFaintEvent
extends net.minecraftforge.fml.common.eventhandler.Event
Modifier and Type | Field and Description |
---|---|
net.minecraft.entity.player.EntityPlayerMP |
player
The player who owns the fainting Pokémon
|
EntityPixelmon |
pokemon
The Pokémon which is fainting
|
Constructor and Description |
---|
PixelmonFaintEvent(net.minecraft.entity.player.EntityPlayerMP player,
EntityPixelmon pokemon) |
public final net.minecraft.entity.player.EntityPlayerMP player
public final EntityPixelmon pokemon
public PixelmonFaintEvent(net.minecraft.entity.player.EntityPlayerMP player, EntityPixelmon pokemon)