Interface HTAmountSlot.LongSized
-
- All Implemented Interfaces:
-
hiiragi283.core.api.storage.amount.HTAmountSlot,hiiragi283.core.api.storage.amount.HTAmountView,hiiragi283.core.api.storage.amount.HTAmountView.LongSized
public interface HTAmountSlot.LongSized implements HTAmountSlot<Long>, HTAmountView.LongSized
Long値を扱うHTAmountSlotの拡張インターフェース
- Since:
0.1.0
Hiiragi Tsubasa
-
-
Method Summary
-
Methods inherited from class hiiragi283.core.api.storage.amount.HTAmountSlot
extract, insert -
Methods inherited from class hiiragi283.core.api.storage.amount.HTAmountView.LongSized
getAmountAsInt, getCapacityAsInt, getNeeded, getStoredLevel -
Methods inherited from class hiiragi283.core.api.storage.amount.HTAmountView
getAmount, getCapacity -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-