| Class | Description |
|---|---|
| BaseGui |
Base class that every GUI extends
Contains all the basics for the GUI to work
Main and simplest implementation of this is
Gui |
| Gui |
Standard GUI implementation of
BaseGui |
| GuiItem |
GuiItem represents the
ItemStack on the Inventory |
| GuiListener | |
| PaginatedGui |
GUI that allows you to have multiple pages
|
| PersistentGui |
GUI that does not clear it's items once it's closed
|
| ScrollingGui |
GUI that allows you to scroll through items
|
Copyright © 2020. All rights reserved.