public class PixelmonDeletedEvent
extends net.minecraftforge.fml.common.eventhandler.Event
Modifier and Type | Field and Description |
---|---|
DeleteType |
deleteType
The means by which the Pokémon is being deleted
|
net.minecraft.entity.player.EntityPlayerMP |
player
The player deleting the Pokémon
|
Pokemon |
pokemon
The Pokémon being deleted in NBT form
|
Constructor and Description |
---|
PixelmonDeletedEvent(net.minecraft.entity.player.EntityPlayerMP player,
Pokemon pokemon,
DeleteType deleteType) |
public final net.minecraft.entity.player.EntityPlayerMP player
public final Pokemon pokemon
public final DeleteType deleteType
public PixelmonDeletedEvent(net.minecraft.entity.player.EntityPlayerMP player, Pokemon pokemon, DeleteType deleteType)