Package com.ericlam.mc.eldgui.controller
Annotation Interface UIController
標記爲 UIController (控制器)。
你需要定義一個名爲 index 的方法,參數自取所需,必須返回
然後新增自定義方法用於處理界面互動,方法必須有
可取參數詳情請到教學文件詳閱。
你需要定義一個名爲 index 的方法,參數自取所需,必須返回
BukkitView
作爲控制器初始界面。
然後新增自定義方法用於處理界面互動,方法必須有
com.ericlam.mc.eldgui.event
内的標注,參數各取所需,可返回 BukkitView
或者 void
可取參數詳情請到教學文件詳閱。
-
Required Element Summary
-
Element Details
-
value
- Returns:
- controller id (控制器id)
-