Class HTFluidTankMEStorage
-
- All Implemented Interfaces:
-
appeng.api.storage.MEStorage,hiiragi283.core.api.text.HTHasText
public final class HTFluidTankMEStorage implements MEStorage, HTHasText
-
-
Field Summary
Fields Modifier and Type Field Description private final KeyCounteravailableStacksprivate final Componentdescription
-
Constructor Summary
Constructors Constructor Description HTFluidTankMEStorage(HTResourceSlot<HTFluidResourceType> tank, HTHasText title)HTFluidTankMEStorage(HTResourceSlot<HTFluidResourceType> tank, 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.HTFluidTankMEStorage
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
-
HTFluidTankMEStorage
HTFluidTankMEStorage(HTResourceSlot<HTFluidResourceType> tank, HTHasText title)
-
HTFluidTankMEStorage
HTFluidTankMEStorage(HTResourceSlot<HTFluidResourceType> tank, Component title)
-
-
Method Detail
-
isPreferredStorageFor
Boolean isPreferredStorageFor(AEKey what, IActionSource source)
-
getAvailableStacks
Unit getAvailableStacks(KeyCounter out)
-
getDescription
Component getDescription()
-
-
-
-