public class BeatWildPixelmonEvent
extends net.minecraftforge.eventbus.api.Event
Modifier and Type | Field and Description |
---|---|
net.minecraft.entity.player.ServerPlayerEntity |
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.ServerPlayerEntity player,
WildPixelmonParticipant wpp) |
public final net.minecraft.entity.player.ServerPlayerEntity player
public final WildPixelmonParticipant wpp
public BeatWildPixelmonEvent(net.minecraft.entity.player.ServerPlayerEntity player, WildPixelmonParticipant wpp)