Interface HTFluidTank
-
- All Implemented Interfaces:
-
hiiragi283.core.api.HTContentListener,hiiragi283.core.api.serialization.value.HTValueSerializable,hiiragi283.core.api.storage.amount.HTAmountView,hiiragi283.core.api.storage.amount.HTAmountView.IntSized,hiiragi283.core.api.storage.resource.HTResourceSlot,hiiragi283.core.api.storage.resource.HTResourceView,java.lang.Runnable,net.neoforged.neoforge.common.util.INBTSerializable
public interface HTFluidTank implements HTResourceSlot<HTFluidResourceType>
HTFluidResourceType向けのHTResourceSlotの拡張インターフェースです。
- Since:
0.4.0
Hiiragi Tsubasa
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public abstract classHTFluidTank.BasicHTFluidResourceType向けのHTResourceSlot.Basicの拡張クラスです。
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class hiiragi283.core.api.storage.resource.HTResourceSlot
extract, extract, insert, isValid -
Methods inherited from class hiiragi283.core.api.storage.resource.HTResourceView
getCapacity, getCapacity, getNeeded, getResource, getStoredLevel -
Methods inherited from class hiiragi283.core.api.storage.amount.HTAmountView.IntSized
getNeeded, getStoredLevel -
Methods inherited from class hiiragi283.core.api.storage.amount.HTAmountView
getAmount -
Methods inherited from class hiiragi283.core.api.serialization.value.HTValueSerializable
deserialize, serialize -
Methods inherited from class hiiragi283.core.api.HTContentListener
onContentsChanged -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-