Class RadioactiveCellInventory

java.lang.Object
gripe._90.megacells.integration.appmek.RadioactiveCellInventory
All Implemented Interfaces:
appeng.api.storage.cells.StorageCell, appeng.api.storage.MEStorage

public class RadioactiveCellInventory extends Object implements appeng.api.storage.cells.StorageCell
  • Method Details

    • getStatus

      public appeng.api.storage.cells.CellState getStatus()
      Specified by:
      getStatus in interface appeng.api.storage.cells.StorageCell
    • getStoredChemical

      public appeng.api.stacks.AEKey getStoredChemical()
    • getChemAmount

      public long getChemAmount()
    • getFilterChemical

      public appeng.api.stacks.AEKey getFilterChemical()
    • getUsedBytes

      public long getUsedBytes()
    • getIdleDrain

      public double getIdleDrain()
      Specified by:
      getIdleDrain in interface appeng.api.storage.cells.StorageCell
    • isBlackListed

      public boolean isBlackListed(appeng.api.stacks.AEKey what)
    • insert

      public long insert(appeng.api.stacks.AEKey what, long amount, appeng.api.config.Actionable mode, appeng.api.networking.security.IActionSource source)
      Specified by:
      insert in interface appeng.api.storage.MEStorage
    • extract

      public long extract(appeng.api.stacks.AEKey what, long amount, appeng.api.config.Actionable mode, appeng.api.networking.security.IActionSource source)
      Specified by:
      extract in interface appeng.api.storage.MEStorage
    • saveChanges

      protected void saveChanges()
    • persist

      public void persist()
      Specified by:
      persist in interface appeng.api.storage.cells.StorageCell
    • getAvailableStacks

      public void getAvailableStacks(appeng.api.stacks.KeyCounter out)
      Specified by:
      getAvailableStacks in interface appeng.api.storage.MEStorage
    • canFitInsideCell

      public boolean canFitInsideCell()
      Specified by:
      canFitInsideCell in interface appeng.api.storage.cells.StorageCell
    • getDescription

      public net.minecraft.network.chat.Component getDescription()
      Specified by:
      getDescription in interface appeng.api.storage.MEStorage