public interface ISidedInventory extends IInventory
Modifier and Type | Method and Description |
---|---|
boolean |
canExtractItem(int var1,
ItemStack var2,
int var3)
Returns true if automation can extract the given item in the given slot from the given side.
|
boolean |
canInsertItem(int var1,
ItemStack var2,
int var3)
Returns true if automation can insert the given item in the given slot from the given side.
|
int[] |
getAccessibleSlotsFromSide(int var1)
Returns an array containing the indices of the slots that can be accessed by automation on the given side of this
block.
|
closeInventory, decrStackSize, getInventoryName, getInventoryStackLimit, getSizeInventory, getStackInSlot, getStackInSlotOnClosing, hasCustomInventoryName, isItemValidForSlot, isUseableByPlayer, markDirty, openInventory, setInventorySlotContents
int[] getAccessibleSlotsFromSide(int var1)
boolean canInsertItem(int var1, ItemStack var2, int var3)
boolean canExtractItem(int var1, ItemStack var2, int var3)