| Package | Description |
|---|---|
| com.github.stefvanschie.inventoryframework |
| Modifier and Type | Method and Description |
|---|---|
Gui.State |
Gui.getState()
Gets the state of this gui
|
static Gui.State |
Gui.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Gui.State[] |
Gui.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Gui.setState(Gui.State state)
Calling this method will set the state of this gui.
|
Copyright © 2019. All rights reserved.