| Package | Description |
|---|---|
| me.lucko.helper.menu | |
| me.lucko.helper.menu.paginated | |
| me.lucko.helper.menu.scheme |
| Modifier and Type | Field and Description |
|---|---|
static MetadataKey<Gui> |
Gui.OPEN_GUI_KEY |
| Modifier and Type | Method and Description |
|---|---|
Gui |
DummySlot.gui() |
Gui |
Slot.gui()
Gets the GUI this slot references
|
Gui |
SimpleSlot.gui()
Gets the GUI this slot references
|
| Modifier and Type | Method and Description |
|---|---|
Function<Player,Gui> |
Gui.getFallbackGui() |
| Modifier and Type | Method and Description |
|---|---|
void |
Gui.setFallbackGui(Function<Player,Gui> fallbackGui) |
| Constructor and Description |
|---|
DummySlot(Gui gui,
int id) |
SimpleSlot(Gui gui,
int id) |
| Modifier and Type | Class and Description |
|---|---|
class |
PaginatedGui
|
| Modifier and Type | Method and Description |
|---|---|
void |
MenuScheme.apply(Gui gui) |
MenuPopulator |
MenuScheme.newPopulator(Gui gui) |
| Constructor and Description |
|---|
MenuPopulator(Gui gui,
List<Integer> slots) |
MenuPopulator(Gui gui,
MenuScheme scheme) |
Copyright © 2020. All rights reserved.