Interface ISidedInventory

All Superinterfaces:
IClearable, IInventory
All Known Implementing Classes:
AbstractFurnaceTileEntity, BlastFurnaceTileEntity, BrewingStandTileEntity, ComposterBlock.EmptyInventory, ComposterBlock.FullInventory, ComposterBlock.PartialInventory, FurnaceTileEntity, ShulkerBoxTileEntity, SmokerTileEntity

public interface ISidedInventory extends IInventory
  • Method Details

    • getSlotsForFace

      int[] getSlotsForFace(Direction p_180463_1_)
    • canPlaceItemThroughFace

      boolean canPlaceItemThroughFace(int p_180462_1_, ItemStack p_180462_2_, @Nullable Direction p_180462_3_)
    • canTakeItemThroughFace

      boolean canTakeItemThroughFace(int p_180461_1_, ItemStack p_180461_2_, Direction p_180461_3_)