public class LostToWildPixelmonEvent
extends net.minecraftforge.fml.common.eventhandler.Event
Modifier and Type | Field and Description |
---|---|
net.minecraft.entity.player.EntityPlayerMP |
player
The player who lost to the Pokémon
|
WildPixelmonParticipant |
wpp
The wild Pokemon participant that won
|
Constructor and Description |
---|
LostToWildPixelmonEvent(net.minecraft.entity.player.EntityPlayerMP player,
WildPixelmonParticipant wpp) |
public final net.minecraft.entity.player.EntityPlayerMP player
public final WildPixelmonParticipant wpp
public LostToWildPixelmonEvent(net.minecraft.entity.player.EntityPlayerMP player, WildPixelmonParticipant wpp)