Package hiiragi283.core.api.gui.sync
Interface HTSyncablePayload
-
- All Implemented Interfaces:
public interface HTSyncablePayloadHTSyncableSlotの同期に使用されるパケットを表すインターフェースです。
- Since:
0.8.0
Hiiragi Tsubasa
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classHTSyncablePayload.TypeStreamCodecのラッパークラスです。
public classHTSyncablePayload.Companion
-
Method Summary
Modifier and Type Method Description abstract HTSyncablePayload.Type<?>type()パケットへの書き込みに使用されるStreamCodecを返します。 abstract UnitsetValue(HTSyncableMenu menu, Integer index)指定されたmenuとindexから値を更新します。 -
-
Method Detail
-
type
abstract HTSyncablePayload.Type<?> type()
パケットへの書き込みに使用されるStreamCodecを返します。
-
setValue
abstract Unit setValue(HTSyncableMenu menu, Integer index)
-
-
-
-