Package hiiragi283.core.api.gui.sync
Interface HTSyncableMenu
-
- All Implemented Interfaces:
public interface HTSyncableMenuHTSyncableSlotを保持するGUIを表すインターフェースです。
- Since:
0.8.0
Hiiragi Tsubasa
-
-
Method Summary
Modifier and Type Method Description abstract HTSyncableSlotgetTrackedSlot(Integer index)指定したindexからHTSyncableSlotを取得します。 -
-
Method Detail
-
getTrackedSlot
abstract HTSyncableSlot getTrackedSlot(Integer index)
指定したindexからHTSyncableSlotを取得します。
- Returns:
取得できない場合は
null
-
-
-
-