keybind Component
fun keybindComponent(identifier: String, hover: HoverEvent? = null, click: ClickEvent? = null): KeybindComponent
Content copied to clipboard
キーバインド識別子とイベントから KeybindComponent を生成する。
Return
KeybindComponent
Since
2.2.3
Parameters
identifier
識別子 net.md_5.bungee.api.chat.Keybinds
hover
HoverEvent default: null
click
ClickEvent default: null