Class ReplicationConnectorReturnInventory
-
- All Implemented Interfaces:
-
appeng.api.behaviors.GenericInternalInventory,appeng.api.storage.MEStorage
public final class ReplicationConnectorReturnInventory extends GenericStackInv
-
-
Field Summary
Fields Modifier and Type Field Description public final static IntegerSLOT_SIZEprivate final BooleanisEmptyprivate final GenericStackInv.Modemodeprivate final KeyCounteravailableStacksprivate final AEKeySlotFilterfilterprivate Componentdescription
-
Constructor Summary
Constructors Constructor Description ReplicationConnectorReturnInventory(Runnable listener)
-
Method Summary
Modifier and Type Method Description LonggetMaxAmount(AEKey key)final UnitaddDrops(Level level, BlockPos pos, List<ItemStack> drops)BooleancanExtract()final BooleanreturnIntoStorage(MEStorage storage, IActionSource source)-
Methods inherited from class appeng.helpers.externalstorage.GenericStackInv
clear, createMenuWrapper, getDescription, getFilter, getMode, isEmpty, readFromChildTag, readFromList, readFromTag, setCapacity, setDescription, toList, useRegisteredCapacities, writeToChildTag, writeToTag -
Methods inherited from class appeng.api.storage.MEStorage
extract, getAvailableStacks, getAvailableStacks, insert, isPreferredStorageFor -
Methods inherited from class appeng.api.behaviors.GenericInternalInventory
beginBatch, canInsert, endBatch, endBatchSuppressed, extract, getAmount, getCapacity, getKey, getStack, insert, isAllowedIn, isSupportedType, isSupportedType, onChange, setStack, size -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
ReplicationConnectorReturnInventory
ReplicationConnectorReturnInventory(Runnable listener)
-
-
Method Detail
-
getMaxAmount
Long getMaxAmount(AEKey key)
-
canExtract
Boolean canExtract()
-
returnIntoStorage
final Boolean returnIntoStorage(MEStorage storage, IActionSource source)
-
-
-
-