public class ContainerPotionCreator
extends ContainerExtended
| Modifier and Type | Class and Description |
|---|---|
static class |
ContainerPotionCreator.InventoryPotionStore |
class |
ContainerPotionCreator.SlotPotion |
class |
ContainerPotionCreator.SlotPotionStore |
| Constructor and Description |
|---|
ContainerPotionCreator(InventoryPlayer inventoryPlayer,
IInventory potionStoreInv) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canInteractWith(EntityPlayer entityplayer) |
boolean |
doMergeStackAreas(int slotIndex,
ItemStack stack) |
void |
handleServerPacket(PacketCustom packet) |
void |
onContainerClosed(EntityPlayer player) |
void |
removePotionEffect(int effectID) |
void |
setPotionEffect(int effectID,
int duration,
int amplifier) |
public ContainerPotionCreator(InventoryPlayer inventoryPlayer,
IInventory potionStoreInv)
public boolean doMergeStackAreas(int slotIndex,
ItemStack stack)
public boolean canInteractWith(EntityPlayer entityplayer)
public void onContainerClosed(EntityPlayer player)
public void handleServerPacket(PacketCustom packet)
public void setPotionEffect(int effectID,
int duration,
int amplifier)
public void removePotionEffect(int effectID)