Class DelegatingMatterNetworkStorage
-
- All Implemented Interfaces:
-
appeng.api.storage.MEStorage
public final class DelegatingMatterNetworkStorage extends DelegatingMEInventory
-
-
Field Summary
Fields Modifier and Type Field Description private MatterNetworkStoragestorageprivate final KeyCounteravailableStacksprivate final Componentdescription
-
Constructor Summary
Constructors Constructor Description DelegatingMatterNetworkStorage()
-
Method Summary
Modifier and Type Method Description final MatterNetworkStoragegetStorage()final UnitsetStorage(MatterNetworkStorage value)-
Methods inherited from class appeng.me.storage.DelegatingMEInventory
getAvailableStacks, getDescription -
Methods inherited from class appeng.api.storage.MEStorage
extract, insert, isPreferredStorageFor -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getStorage
final MatterNetworkStorage getStorage()
-
setStorage
final Unit setStorage(MatterNetworkStorage value)
-
-
-
-