public class ContainerFurnace extends ContainerRecipeBook
inventoryItemStacks, inventorySlots, listeners, windowId
Constructor and Description |
---|
ContainerFurnace(InventoryPlayer playerInventory,
IInventory furnaceInventory) |
Modifier and Type | Method and Description |
---|---|
void |
addListener(IContainerListener listener) |
boolean |
canInteractWith(EntityPlayer playerIn) |
void |
clear() |
void |
detectAndSendChanges() |
void |
func_201771_a(RecipeItemHelper p_201771_1_) |
int |
getHeight() |
int |
getOutputSlot() |
int |
getSize() |
int |
getWidth() |
boolean |
matches(IRecipe p_201769_1_) |
ItemStack |
transferStackInSlot(EntityPlayer playerIn,
int index) |
void |
updateProgressBar(int id,
int data) |
addSlot, areItemsAndTagsEqual, calcRedstone, calcRedstoneFromInventory, canAddItemToSlot, canDragIntoSlot, canMergeSlot, clearContainer, computeStackSize, enchantItem, extractDragMode, getCanCraft, getDragEvent, getInventory, getNextTransactionID, getQuickcraftMask, getSlot, getSlotFromInventory, isValidDragMode, mergeItemStack, onContainerClosed, onCraftMatrixChanged, putStackInSlot, removeListener, resetDrag, setAll, setCanCraft, slotChangedCraftingGrid, slotClick
public ContainerFurnace(InventoryPlayer playerInventory, IInventory furnaceInventory)
public void addListener(IContainerListener listener)
addListener
in class Container
public void func_201771_a(RecipeItemHelper p_201771_1_)
func_201771_a
in class ContainerRecipeBook
public void clear()
clear
in class ContainerRecipeBook
public boolean matches(IRecipe p_201769_1_)
matches
in class ContainerRecipeBook
public int getOutputSlot()
getOutputSlot
in class ContainerRecipeBook
public int getWidth()
getWidth
in class ContainerRecipeBook
public int getHeight()
getHeight
in class ContainerRecipeBook
public int getSize()
getSize
in class ContainerRecipeBook
public void detectAndSendChanges()
detectAndSendChanges
in class Container
public void updateProgressBar(int id, int data)
updateProgressBar
in class Container
public boolean canInteractWith(EntityPlayer playerIn)
canInteractWith
in class Container
public ItemStack transferStackInSlot(EntityPlayer playerIn, int index)
transferStackInSlot
in class Container