Interface HTSyncablePayload

  • All Implemented Interfaces:

    
    public interface HTSyncablePayload
    
                        

    HTSyncableSlotの同期に使用されるパケットを表すインターフェースです。

    Since:

    0.8.0

    Author:

    Hiiragi Tsubasa

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract HTSyncablePayload.Type<?> type() パケットへの書き込みに使用されるStreamCodecを返します。
      abstract Unit setValue(HTSyncableMenu menu, Integer index) 指定されたmenuindexから値を更新します。
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait