RuneCore
Toggle table of contents
0.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
RuneCore
RuneCore
/
org.lyralis.runeCore.gui.template
Package-level
declarations
Types
Functions
Types
Confirmation
Gui
Builder
Link copied to clipboard
class
ConfirmationGuiBuilder
確認ダイアログ用テンプレートビルダー
Paginated
Gui
Builder
Link copied to clipboard
class
PaginatedGuiBuilder
<
T
>
ページネーション付き GUI テンプレートビルダー
Functions
show
Confirmation
Link copied to clipboard
fun
Player
.
showConfirmation
(
block
:
ConfirmationGuiBuilder
.
(
)
->
Unit
)
:
GuiResult
<
Unit
>
確認ダイアログを表示する拡張関数
show
Paginated
Gui
Link copied to clipboard
fun
<
T
>
Player
.
showPaginatedGui
(
block
:
PaginatedGuiBuilder
<
T
>
.
(
)
->
Unit
)
:
GuiResult
<
Unit
>
ページネーション付き GUI を表示する拡張関数