| Package | Description |
|---|---|
| me.mattstudios.mfgui.gui.components | |
| me.mattstudios.mfgui.gui.guis |
| Constructor and Description |
|---|
GuiFiller(BaseGui gui) |
| Modifier and Type | Class and Description |
|---|---|
class |
Gui
Standard GUI implementation of
BaseGui |
class |
PaginatedGui
GUI that allows you to have multiple pages
|
class |
PersistentGui
GUI that does not clear it's items once it's closed
|
class |
ScrollingGui
GUI that allows you to scroll through items
|
| Modifier and Type | Method and Description |
|---|---|
BaseGui |
PaginatedGui.setPageSize(int pageSize)
Sets the page size
|
BaseGui |
BaseGui.setRows(int rows)
Sets the number of rows the GUI should have
|
BaseGui |
PaginatedGui.updateTitle(@NotNull String title)
Overrides
updateTitle(String) to use the paginated populator instead
Updates the title of the GUI
This method may cause LAG if used on a loop |
BaseGui |
BaseGui.updateTitle(@NotNull String title)
Updates the title of the GUI
This method may cause LAG if used on a loop
|
Copyright © 2020. All rights reserved.