Package-level declarations

Types

Link copied to clipboard
class Dialog
Link copied to clipboard
@ExperimentalApi(value = "stable release of the packetGuis... (stable version)")
class GUI
Link copied to clipboard
Link copied to clipboard
class TabList

Functions

Link copied to clipboard
fun packetBoard(id: NamespacedKey, name: Component, slot: DisplaySlot, callback: Scoreboard.() -> Unit): Scoreboard
Link copied to clipboard
fun packetDialog(dialog: Dialog<*>, external: Boolean, plugin: JavaPlugin, callback: Dialog.() -> Unit): Dialog
Link copied to clipboard
@ExperimentalApi(value = "stable release of the packetGuis... (stable version)")
fun packetGUI(inventoryId: Int, title: Component, type: MenuType, shouldPublish: Boolean = false, plugin: JavaPlugin, callback: GUI.() -> Unit): GUI
Link copied to clipboard
fun packetTabList(header: Component? = null, footer: Component? = null, callback: TabList.() -> Unit): TabList