public class InventoryBottler extends InventoryAdapterTile<TileBottler>
| Modifier and Type | Field and Description |
|---|---|
static short |
SLOT_EMPTYING_PROCESSING |
static short |
SLOT_FILLING_PROCESSING |
static short |
SLOT_INPUT_EMPTY_CONTAINER |
static short |
SLOT_INPUT_FULL_CONTAINER |
static short |
SLOT_OUTPUT_EMPTY_CONTAINER |
static short |
SLOT_OUTPUT_FULL_CONTAINER |
tile| Constructor and Description |
|---|
InventoryBottler(TileBottler tileBottler) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canExtractItem(int slotIndex,
net.minecraft.item.ItemStack itemstack,
net.minecraft.util.EnumFacing side) |
boolean |
canSlotAccept(int slotIndex,
net.minecraft.item.ItemStack itemStack)
Non-automation version of IInventory's isItemValidForSlot.
|
markDirtycanInsertItem, isItemValidForSlotclear, closeInventory, copy, decrStackSize, disableAutomation, getDisplayName, getField, getFieldCount, getInventoryStackLimit, getName, getSizeInventory, getSlotsForFace, getStackInSlot, hasCustomName, isEmpty, isLocked, isUsableByPlayer, openInventory, readData, readFromNBT, removeStackFromSlot, setField, setInventorySlotContents, writeData, writeToNBTpublic static final short SLOT_INPUT_FULL_CONTAINER
public static final short SLOT_INPUT_EMPTY_CONTAINER
public static final short SLOT_EMPTYING_PROCESSING
public static final short SLOT_FILLING_PROCESSING
public static final short SLOT_OUTPUT_EMPTY_CONTAINER
public static final short SLOT_OUTPUT_FULL_CONTAINER
public InventoryBottler(TileBottler tileBottler)
public boolean canSlotAccept(int slotIndex,
net.minecraft.item.ItemStack itemStack)
IFilterSlotDelegateCombine this with Forestry's access permissions to implement isItemValidForSlot.
canSlotAccept in interface IFilterSlotDelegatecanSlotAccept in class InventoryAdapterpublic boolean canExtractItem(int slotIndex,
net.minecraft.item.ItemStack itemstack,
net.minecraft.util.EnumFacing side)
canExtractItem in interface net.minecraft.inventory.ISidedInventorycanExtractItem in class InventoryAdapterTile<TileBottler>