797 B
797 B
title
title |
---|
changeGUI - |
//KSpigot/net.axay.kspigot.inventory/InventoryGUIPageBuilder/changeGUI
changeGUI
[jvm]
Brief description
By pressing this button, the player switches to another InventoryGUI. The transition effect is applied.
Content
fun changeGUI(slots: InventorySlotCompound<T>, itemStack: ItemStack, newGUI: () -> InventoryGUI<*>, newPage: Int?, onChange: (InventoryGUIClickEvent<T>) -> Unit?)