Clickable Item
constructor(material: Material, displayName: String, loreLines: List<String> = emptyList(), amount: Int = 1, customItem: ItemStack? = null, clickHandler: (ClickAction) -> GuiResult<Unit>? = null)
Parameters
material
アイテムのマテリアル
display Name
表示名
lore Lines
説明文
amount
アイテム数
custom Item
カスタムアイテム(設定時は material/displayName/lore より優先)
click Handler
クリック時のハンドラー