public class PixelmonSendOutEvent
extends net.minecraftforge.fml.common.eventhandler.Event
| Modifier and Type | Field and Description |
|---|---|
net.minecraft.entity.player.EntityPlayerMP |
player
The player sending out their Pokémon
|
Pokemon |
pokemon
The Pokémon being sent out.
|
| Constructor and Description |
|---|
PixelmonSendOutEvent(net.minecraft.entity.player.EntityPlayerMP player,
Pokemon pokemon) |
public final net.minecraft.entity.player.EntityPlayerMP player
public final Pokemon pokemon
public PixelmonSendOutEvent(net.minecraft.entity.player.EntityPlayerMP player,
Pokemon pokemon)