Class MatterNetworkStorage

  • All Implemented Interfaces:
    appeng.api.storage.MEStorage

    
    public final class MatterNetworkStorage
     implements MEStorage
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final KeyCounter availableStacks
      private final Component description
    • Constructor Summary

      Constructors 
      Constructor Description
      MatterNetworkStorage(MatterNetwork matterNetwork)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Unit invalidateStacks()
      final Unit invalidateAll()
      Component getDescription()
      Long insert(AEKey what, Long amount, Actionable mode, IActionSource source)
      Long extract(AEKey what, Long amount, Actionable mode, IActionSource source)
      Unit getAvailableStacks(KeyCounter out)
      • Methods inherited from class appeng.api.storage.MEStorage

        getAvailableStacks, isPreferredStorageFor
      • Methods inherited from class dev.lapis256.apprep.common.ae2.storage.MatterNetworkStorage

        getDescription
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait