| Package | Description |
|---|---|
| me.mattstudios.mfgui.gui.components | |
| me.mattstudios.mfgui.gui.guis |
| Modifier and Type | Method and Description |
|---|---|
static ScrollType |
ScrollType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScrollType[] |
ScrollType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ScrollingGui(int rows,
int pageSize,
@NotNull String title,
@NotNull ScrollType scrollType)
Main constructor of the Scrolling GUI
|
ScrollingGui(int rows,
@NotNull String title,
@NotNull ScrollType scrollType)
Alternative constructor that doesn't require the page size
|
ScrollingGui(@NotNull String title,
@NotNull ScrollType scrollType)
Alternative constructor that doesn't require the rows or page size
|
Copyright © 2020. All rights reserved.