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