JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Tree
Index
Search
Help
com.samjakob.spigui.buttons
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Related Packages
Classes and Interfaces
Package com.samjakob.spigui.buttons
package
com.samjakob.spigui.buttons
Clickable elements for SpiGUI menus (
SGMenu
).
Presently, only a button is implemented:
SGButton
.
Since:
1.0.0
Related Packages
Package
Description
com.samjakob.spigui
A comprehensive GUI API for Spigot with pages support.
https://github.com/SamJakob/SpiGUI
com.samjakob.spigui.item
The
ItemBuilder
API (and friends).
This holds the ItemBuilder API class and other classes (or enums) used to implement it.
com.samjakob.spigui.menu
Menu definitions, including the listener (which handles user events).
See:
SGMenu
.
com.samjakob.spigui.toolbar
The Toolbar API.
Used to override the pagination buttons, or to add fixed toolbar items.
All Classes and Interfaces
Interfaces
Classes
Class
Description
SGButton
An SGButton represents a clickable item in an SGMenu (GUI).
SGButtonListener
Holds the event handler for an SGButton.