keybindComponent

fun keybindComponent(identifier: String, hover: HoverEvent? = null, click: ClickEvent? = null): KeybindComponent

キーバインド識別子とイベントから KeybindComponent を生成する。

Return

KeybindComponent

Since

2.2.3

Parameters

identifier

識別子 net.md_5.bungee.api.chat.Keybinds

hover

HoverEvent default: null

click

ClickEvent default: null