Interface ISidedInventory

All Superinterfaces:
IInventory
All Known Implementing Classes:
OvenTileEntity, TileEntityBrewingStand, TileEntityFurnace

public interface ISidedInventory extends IInventory
  • Method Details

    • getAccessibleSlotsFromSide

      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.
    • canInsertItem

      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. Args: Slot, item, side
    • canExtractItem

      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. Args: Slot, item, side