Class MatterNetworkStorage
-
- All Implemented Interfaces:
-
appeng.api.storage.MEStorage
public final class MatterNetworkStorage implements MEStorage
-
-
Field Summary
Fields Modifier and Type Field Description private final KeyCounteravailableStacksprivate final Componentdescription
-
Constructor Summary
Constructors Constructor Description MatterNetworkStorage(MatterNetwork matterNetwork)
-
Method Summary
Modifier and Type Method Description final UnitinvalidateStacks()final UnitinvalidateAll()ComponentgetDescription()Longinsert(AEKey what, Long amount, Actionable mode, IActionSource source)Longextract(AEKey what, Long amount, Actionable mode, IActionSource source)UnitgetAvailableStacks(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
-
-
Method Detail
-
invalidateStacks
final Unit invalidateStacks()
-
invalidateAll
final Unit invalidateAll()
-
getDescription
Component getDescription()
-
getAvailableStacks
Unit getAvailableStacks(KeyCounter out)
-
-
-
-