public interface ISidedInventory extends IInventory
Modifier and Type | Method and Description |
---|---|
boolean |
canExtractItem(int i,
ItemStack itemstack,
int j)
Returns true if automation can extract the given item in the given slot from the given side.
|
boolean |
canInsertItem(int i,
ItemStack itemstack,
int j)
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.
|
closeChest, decrStackSize, getInventoryStackLimit, getInvName, getSizeInventory, getStackInSlot, getStackInSlotOnClosing, isInvNameLocalized, isStackValidForSlot, isUseableByPlayer, onInventoryChanged, openChest, setInventorySlotContents
int[] getAccessibleSlotsFromSide(int var1)
boolean canInsertItem(int i, ItemStack itemstack, int j)
boolean canExtractItem(int i, ItemStack itemstack, int j)