| Package | Description |
|---|---|
| me.mattstudios.mfgui.gui.components | |
| me.mattstudios.mfgui.gui.guis |
| Modifier and Type | Method and Description |
|---|---|
static GuiType |
GuiType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GuiType[] |
GuiType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
BaseGui(@NotNull GuiType guiType,
@NotNull String title)
Alternative constructor that takes
GuiType instead of rows number |
Gui(@NotNull GuiType guiType,
@NotNull String title)
Main constructor that takes a
GuiType instead of rows |
Gui(@NotNull org.bukkit.plugin.Plugin plugin,
@NotNull GuiType guiType,
@NotNull String title)
Deprecated.
No longer requires the plugin's instance to be passed use
Gui.Gui(GuiType, String) instead |
Copyright © 2020. All rights reserved.