public class BottleCapEvent
extends net.minecraftforge.fml.common.eventhandler.Event
Constructor and Description |
---|
BottleCapEvent(EntityPixelmon pixelmon,
net.minecraft.entity.player.EntityPlayer player,
EnumBottleCap bottleCap,
net.minecraft.item.ItemStack itemStack) |
Modifier and Type | Method and Description |
---|---|
EnumBottleCap |
getBottleCap() |
net.minecraft.item.Item |
getItem() |
net.minecraft.item.ItemStack |
getItemStack() |
EntityPixelmon |
getPixelmon() |
net.minecraft.entity.player.EntityPlayer |
getPlayer() |
Pokemon |
getPokemon() |
public BottleCapEvent(EntityPixelmon pixelmon, net.minecraft.entity.player.EntityPlayer player, EnumBottleCap bottleCap, net.minecraft.item.ItemStack itemStack)
public EntityPixelmon getPixelmon()
public Pokemon getPokemon()
public net.minecraft.entity.player.EntityPlayer getPlayer()
public EnumBottleCap getBottleCap()
public net.minecraft.item.ItemStack getItemStack()
public net.minecraft.item.Item getItem()