Class HTLongSyncPayload
-
- All Implemented Interfaces:
-
hiiragi283.core.api.inventory.slot.payload.HTSyncablePayload
@JvmRecord() public final class HTLongSyncPayload extends Record implements HTSyncablePayload
-
-
Field Summary
Fields Modifier and Type Field Description public final static StreamCodec<RegistryFriendlyByteBuf, HTLongSyncPayload>STREAM_CODECprivate final Longvalue
-
Constructor Summary
Constructors Constructor Description HTLongSyncPayload(Long value)
-
Method Summary
Modifier and Type Method Description final LonggetValue()StreamCodec<RegistryFriendlyByteBuf, HTLongSyncPayload>type()パケットへの書き込みに使用されるStreamCodecを返します。 UnitsetValue(HTSyncableMenu menu, Integer index)指定されたmenuとindexから値を更新します。
-