mutableButton

inline fun <T : ForInventory> GUIPageBuilder<T>.mutableButton(slot: SingleInventorySlot<out T>, icon: ItemStack, noinline onClick: (MutableButton<T>, GUIClickEvent<T>) -> ItemStack)(source)