public class BrewingStandContainer extends Container
Modifier and Type | Class and Description |
---|---|
(package private) static class |
BrewingStandContainer.FuelSlot |
(package private) static class |
BrewingStandContainer.IngredientSlot |
(package private) static class |
BrewingStandContainer.PotionSlot |
Modifier and Type | Field and Description |
---|---|
private IIntArray |
field_216983_d |
private Slot |
slot |
private IInventory |
tileBrewingStand |
inventorySlots, windowId
Constructor and Description |
---|
BrewingStandContainer(int p_i50095_1_,
PlayerInventory p_i50095_2_) |
BrewingStandContainer(int p_i50096_1_,
PlayerInventory p_i50096_2_,
IInventory p_i50096_3_,
IIntArray p_i50096_4_) |
Modifier and Type | Method and Description |
---|---|
boolean |
canInteractWith(PlayerEntity playerIn) |
int |
func_216981_f() |
int |
func_216982_e() |
ItemStack |
transferStackInSlot(PlayerEntity playerIn,
int index) |
addListener, addSlot, areItemsAndTagsEqual, assertIntArraySize, assertInventorySize, calcRedstone, calcRedstoneFromInventory, canAddItemToSlot, canDragIntoSlot, canMergeSlot, clearContainer, computeStackSize, detectAndSendChanges, enchantItem, extractDragMode, getCanCraft, getDragEvent, getInventory, getNextTransactionID, getQuickcraftMask, getSlot, getType, isValidDragMode, isWithinUsableDistance, mergeItemStack, onContainerClosed, onCraftMatrixChanged, putStackInSlot, removeListener, resetDrag, setAll, setCanCraft, slotClick, trackInt, trackIntArray, updateProgressBar
private final IInventory tileBrewingStand
private final IIntArray field_216983_d
private final Slot slot
public BrewingStandContainer(int p_i50095_1_, PlayerInventory p_i50095_2_)
public BrewingStandContainer(int p_i50096_1_, PlayerInventory p_i50096_2_, IInventory p_i50096_3_, IIntArray p_i50096_4_)
public boolean canInteractWith(PlayerEntity playerIn)
canInteractWith
in class Container
public ItemStack transferStackInSlot(PlayerEntity playerIn, int index)
transferStackInSlot
in class Container
public int func_216982_e()
public int func_216981_f()