public class PixelmonDeletedEvent
extends net.minecraftforge.eventbus.api.Event
Modifier and Type | Field and Description |
---|---|
DeleteType |
deleteType
The means by which the Pokémon is being deleted
|
net.minecraft.entity.player.ServerPlayerEntity |
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.ServerPlayerEntity player,
Pokemon pokemon,
DeleteType deleteType) |
public final net.minecraft.entity.player.ServerPlayerEntity player
public final Pokemon pokemon
public final DeleteType deleteType
public PixelmonDeletedEvent(net.minecraft.entity.player.ServerPlayerEntity player, Pokemon pokemon, DeleteType deleteType)