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