Package appeng.api.storage


package appeng.api.storage
  • Class
    Description
     
    Provides IStorageProvider with a convenient way to control the storage they provide to the network.
    Allows you to provide storage to the grid's storage system.
    Implemented by objects that open a menu, which then opens a submenu.
     
    AE's Equivalent to IInventory, used to reading contents, and manipulating contents of ME Inventories.
    Storage Cell Registry, used for specially implemented cells, if you just want to make a item act like a cell, or new cell with different bytes, you should probably consider implementing IBasicCellItem on your item instead.
     
    Delegates all calls to a MEStorage returned by a supplier such that the underlying storage can change dynamically.