public class DynamaxCandyEvent
extends net.minecraftforge.fml.common.eventhandler.Event
Modifier and Type | Field and Description |
---|---|
EntityPixelmon |
pixelmon
The Pokémon the Dynamax Candy is being used on
|
net.minecraft.entity.player.EntityPlayerMP |
player
The player using the Dynamax Candy
|
Constructor and Description |
---|
DynamaxCandyEvent(net.minecraft.entity.player.EntityPlayerMP player,
EntityPixelmon pixelmon) |
public EntityPixelmon pixelmon
public net.minecraft.entity.player.EntityPlayerMP player
public DynamaxCandyEvent(net.minecraft.entity.player.EntityPlayerMP player, EntityPixelmon pixelmon)