public class PixelmonReceivedEvent
extends net.minecraftforge.fml.common.eventhandler.Event
ReceiveType
Modifier and Type | Field and Description |
---|---|
net.minecraft.entity.player.EntityPlayerMP |
player
The player receiving the Pokémon
|
Pokemon |
pokemon
The Pokémon being received
|
ReceiveType |
receiveType
The way in which it is being received.
|
Constructor and Description |
---|
PixelmonReceivedEvent(net.minecraft.entity.player.EntityPlayerMP player,
ReceiveType recievedType,
Pokemon pokemon) |
public final net.minecraft.entity.player.EntityPlayerMP player
public final ReceiveType receiveType
public final Pokemon pokemon
public PixelmonReceivedEvent(net.minecraft.entity.player.EntityPlayerMP player, ReceiveType recievedType, Pokemon pokemon)