public class DynamaxCandyEvent
extends net.minecraftforge.eventbus.api.Event
Modifier and Type | Field and Description |
---|---|
PixelmonEntity |
pixelmon
The Pokémon the Dynamax Candy is being used on
|
net.minecraft.entity.player.ServerPlayerEntity |
player
The player using the Dynamax Candy
|
Constructor and Description |
---|
DynamaxCandyEvent(net.minecraft.entity.player.ServerPlayerEntity player,
PixelmonEntity pixelmon) |
public PixelmonEntity pixelmon
public net.minecraft.entity.player.ServerPlayerEntity player
public DynamaxCandyEvent(net.minecraft.entity.player.ServerPlayerEntity player, PixelmonEntity pixelmon)