Class HTItemSlotMEStorage
-
- All Implemented Interfaces:
-
appeng.api.storage.MEStorage,hiiragi283.core.api.text.HTHasText
public final class HTItemSlotMEStorage implements MEStorage, HTHasText
-
-
Field Summary
Fields Modifier and Type Field Description private final KeyCounteravailableStacksprivate final Componentdescription
-
Constructor Summary
Constructors Constructor Description HTItemSlotMEStorage(HTResourceSlot<HTItemResourceType> slot, HTHasText title)HTItemSlotMEStorage(HTResourceSlot<HTItemResourceType> slot, Component title)
-
Method Summary
Modifier and Type Method Description BooleanisPreferredStorageFor(AEKey what, IActionSource source)Longinsert(AEKey what, Long amount, Actionable mode, IActionSource source)Longextract(AEKey what, Long amount, Actionable mode, IActionSource source)UnitgetAvailableStacks(KeyCounter out)ComponentgetDescription()-
Methods inherited from class appeng.api.storage.MEStorage
getAvailableStacks -
Methods inherited from class hiiragi283.core.common.integration.ae2.storage.HTItemSlotMEStorage
getDescription -
Methods inherited from class hiiragi283.core.api.text.HTHasText
getText -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
HTItemSlotMEStorage
HTItemSlotMEStorage(HTResourceSlot<HTItemResourceType> slot, HTHasText title)
-
HTItemSlotMEStorage
HTItemSlotMEStorage(HTResourceSlot<HTItemResourceType> slot, Component title)
-
-
Method Detail
-
isPreferredStorageFor
Boolean isPreferredStorageFor(AEKey what, IActionSource source)
-
getAvailableStacks
Unit getAvailableStacks(KeyCounter out)
-
getDescription
Component getDescription()
-
-
-
-