Package hiiragi283.core.common.gui.sync
Object HTIntSyncSlot.Companion
-
- All Implemented Interfaces:
public class HTIntSyncSlot.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static HTIntSyncSlot.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final static HTIntSyncSlotcreate(IntArray array, Integer index)final static HTIntSyncSlotcreate(KMutableProperty0<Integer> property)final static HTIntSyncSlotcreate(HTAmountView.Mutable view)final static HTIntSyncSlotcreate(IntSupplier getter, IntConsumer setter)-
-
Method Detail
-
create
final static HTIntSyncSlot create(IntArray array, Integer index)
-
create
final static HTIntSyncSlot create(KMutableProperty0<Integer> property)
-
create
final static HTIntSyncSlot create(HTAmountView.Mutable view)
- Since:
0.9.0
-
create
final static HTIntSyncSlot create(IntSupplier getter, IntConsumer setter)
-
-
-
-