item
fun item(slot: Int, item: ItemStack, onClick: ClickEventBuilderAction? = null)
Content copied to clipboard
fun item(slot: Iterable<Int>, item: ItemStack, onClick: ClickEventBuilderAction? = null)
Content copied to clipboard
アイテムを配置する。
Since
2.3.0
Parameters
slot
アイテムの場所
item
アイテム
onClick
クリック時の処理
fun item(slot: Int, material: Material, display: String = "", lore: List<String> = listOf(), onClick: ClickEventBuilderAction? = null)
Content copied to clipboard
fun item(slot: Iterable<Int>, material: Material, display: String = "", lore: List<String> = listOf(), onClick: ClickEventBuilderAction? = null)
Content copied to clipboard
アイテムを配置する。
Since
2.3.0
Parameters
slot
アイテムの場所
material
アイテムタイプ
display
アイテム名
lore
アイテムの説明文
onClick
クリック時の処理