Interface HTIntSyncSlot
-
- All Implemented Interfaces:
-
hiiragi283.core.api.inventory.slot.HTSyncableSlot
public interface HTIntSyncSlot implements HTSyncableSlot
Int向けのHTSyncableSlotの拡張インターフェースです。
- Since:
0.4.0
Hiiragi Tsubasa
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classHTIntSyncSlot.Companion
-
Method Summary
Modifier and Type Method Description abstract IntegergetAmountAsInt()abstract UnitsetAmountAsInt(Integer amount)-
-
Method Detail
-
getAmountAsInt
abstract Integer getAmountAsInt()
-
setAmountAsInt
abstract Unit setAmountAsInt(Integer amount)
-
-
-
-