guiItem

fun guiItem(item: ItemStack, action: InventoryClickEvent.() -> Unit = {}): GuiItem
fun guiItem(material: Material, item: ItemStack.() -> Unit, action: InventoryClickEvent.() -> Unit = {}): GuiItem
fun guiItem(material: Material, action: InventoryClickEvent.() -> Unit = {}): GuiItem