Interface StorageCell

All Superinterfaces:
MEStorage

public interface StorageCell extends MEStorage
Represents the most general possible cell inventory. Register a ICellHandler to provide custom subclasses.
  • Method Details

    • getStatus

      CellState getStatus()
      Return the current status of the cell.
    • getIdleDrain

      double getIdleDrain()
      Return the idle drain of the cell: how many AE/t it uses passively.
    • canFitInsideCell

      default boolean canFitInsideCell()
      Return whether the cell should be storable in other kinds of cells.
    • persist

      void persist()
      Tells the cell to persist to NBT.