abstract fun item(index: Int, itemStack: ItemStack) Set the item. The action on click is not changed, and the previous one is inherited.
abstract fun item(index: Int, itemStack: ItemStack, block: (InventoryClickEvent) -> Unit?) Set the item and the action on click.