Files
KSpigot/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-builder/page.md
bluefireoly 69b2e6cd17 Updated docs
2020-10-16 02:13:42 +02:00

657 B

title
title
page -

//KSpigot/net.axay.kspigot.inventory/InventoryGUIBuilder/page

page

[jvm]
Brief description

Opens the builder for a new page and adds the new page to the GUI.

Parameters

jvm

Name Summary
page

The index of the page.

Content
fun page(page: Int, builder: InventoryGUIPageBuilder<T>.() -> Unit)