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, slotClickpublic ContainerFurnace(InventoryPlayer playerInventory, IInventory furnaceInventory)
public void addListener(IContainerListener listener)
addListener in class Containerpublic void func_201771_a(RecipeItemHelper p_201771_1_)
func_201771_a in class ContainerRecipeBookpublic void clear()
clear in class ContainerRecipeBookpublic boolean matches(IRecipe p_201769_1_)
matches in class ContainerRecipeBookpublic int getOutputSlot()
getOutputSlot in class ContainerRecipeBookpublic int getWidth()
getWidth in class ContainerRecipeBookpublic int getHeight()
getHeight in class ContainerRecipeBookpublic int getSize()
getSize in class ContainerRecipeBookpublic void detectAndSendChanges()
detectAndSendChanges in class Containerpublic void updateProgressBar(int id,
int data)
updateProgressBar in class Containerpublic boolean canInteractWith(EntityPlayer playerIn)
canInteractWith in class Containerpublic ItemStack transferStackInSlot(EntityPlayer playerIn, int index)
transferStackInSlot in class Container