public class ContainerBeacon extends Container
crafters, inventoryItemStacks, inventorySlots, windowId| Constructor and Description |
|---|
ContainerBeacon(IInventory p_i45804_1_,
IInventory p_i45804_2_) |
| Modifier and Type | Method and Description |
|---|---|
void |
addCraftingToCrafters(ICrafting listener) |
boolean |
canInteractWith(EntityPlayer playerIn) |
IInventory |
func_180611_e() |
ItemStack |
transferStackInSlot(EntityPlayer playerIn,
int index) |
void |
updateProgressBar(int id,
int data) |
addSlotToContainer, calcRedstone, calcRedstoneFromInventory, canAddItemToSlot, canDragIntoSlot, canMergeSlot, computeStackSize, detectAndSendChanges, enchantItem, extractDragMode, func_180610_a, func_94534_d, getDragEvent, getInventory, getNextTransactionID, getSlot, getSlotFromInventory, isPlayerNotUsingContainer, mergeItemStack, onContainerClosed, onCraftMatrixChanged, putStackInSlot, putStacksInSlots, removeCraftingFromCrafters, resetDrag, retrySlotClick, setPlayerIsPresent, slotClickpublic ContainerBeacon(IInventory p_i45804_1_, IInventory p_i45804_2_)
public void addCraftingToCrafters(ICrafting listener)
addCraftingToCrafters in class Containerpublic void updateProgressBar(int id,
int data)
updateProgressBar in class Containerpublic IInventory func_180611_e()
public boolean canInteractWith(EntityPlayer playerIn)
canInteractWith in class Containerpublic ItemStack transferStackInSlot(EntityPlayer playerIn, int index)
transferStackInSlot in class Container