Interface HTEnergyBattery
-
- All Implemented Interfaces:
-
hiiragi283.core.api.HTContentListener,hiiragi283.core.api.serialization.value.HTValueSerializable,hiiragi283.core.api.storage.amount.HTAmountSlot,hiiragi283.core.api.storage.amount.HTAmountSlot.IntSized,hiiragi283.core.api.storage.amount.HTAmountView,hiiragi283.core.api.storage.amount.HTAmountView.IntSized,java.lang.Runnable,net.neoforged.neoforge.common.util.INBTSerializable
public interface HTEnergyBattery implements HTAmountSlot.IntSized, HTValueSerializable, HTContentListener
エネルギーを保持するHTAmountSlot.IntSizedの拡張インターフェースです。
- Since:
0.1.0
Hiiragi Tsubasa
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public abstract classHTEnergyBattery.BasicHTEnergyBatteryの基本的な実装クラスです。
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class hiiragi283.core.api.storage.amount.HTAmountSlot.IntSized
isEmpty -
Methods inherited from class hiiragi283.core.api.storage.amount.HTAmountSlot
extract, insert -
Methods inherited from class hiiragi283.core.api.storage.amount.HTAmountView.IntSized
getNeeded, getStoredLevel -
Methods inherited from class hiiragi283.core.api.storage.amount.HTAmountView
getAmount, getCapacity -
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
-
-