Package appeng.api.storage.cells


package appeng.api.storage.cells
  • Class
    Description
     
    Implement this on any item to register a "basic cell", which is a cell that works similarly to AE2's own item and fluid cells.
    This interface is used by the ME Chest to open the appropriate GUI when a storage cell is inserted into the chest, and the player right-clicks the terminal screen on the chest.
    Implementations of this interface provide AE2 with a way to interact with storage cells that may be represented by arbitrary ItemStack
     
    Tells the cell provider that changes have been made and the cell must be persisted
    Represents the most general possible cell inventory.