Class MatterHandlerExternalStorageFacade
-
- All Implemented Interfaces:
-
appeng.api.storage.MEStorage
public final class MatterHandlerExternalStorageFacade extends ExternalStorageFacade
-
-
Field Summary
Fields Modifier and Type Field Description private final MatterKeyTypekeyTypeprivate final KeyCounteravailableStacksprivate final Integerslotsprivate final Componentdescription
-
Constructor Summary
Constructors Constructor Description MatterHandlerExternalStorageFacade(IMatterHandler handler)
-
Method Summary
Modifier and Type Method Description IntegergetSlots()GenericStackgetStackInSlot(Integer slot)MatterKeyTypegetKeyType()BooleancontainsAnyFuzzy(Set<AEKey> keys)-
Methods inherited from class dev.lapis256.apprep.common.ae2.strategies.MatterHandlerExternalStorageFacade
getKeyType, getSlots -
Methods inherited from class appeng.api.storage.MEStorage
extract, getAvailableStacks, insert, isPreferredStorageFor -
Methods inherited from class appeng.me.storage.ExternalStorageFacade
getDescription, setChangeListener, setExtractableOnly -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getStackInSlot
GenericStack getStackInSlot(Integer slot)
-
getKeyType
MatterKeyType getKeyType()
-
containsAnyFuzzy
Boolean containsAnyFuzzy(Set<AEKey> keys)
-
-
-
-