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