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