Package hiiragi283.core.common.gui.sync
Interface HTIntSyncSlot
-
- All Implemented Interfaces:
-
hiiragi283.core.api.gui.sync.HTSyncableSlot
public interface HTIntSyncSlot implements HTSyncableSlot
Int向けのHTSyncableSlotの拡張インターフェースです。
- Since:
0.8.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 value)-
-
Method Detail
-
getAmountAsInt
abstract Integer getAmountAsInt()
-
setAmountAsInt
abstract Unit setAmountAsInt(Integer value)
-
-
-
-