-
- All Implemented Interfaces:
-
dev.kotx.flylib.FlyLibComponent,org.bukkit.event.Listener,org.koin.core.component.KoinComponent
public final class BasicMenu implements FlyLibComponent, ListenerA Inventory menu.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classBasicMenu.Companion
-
Method Summary
Modifier and Type Method Description final StringgetTitle()final IntegergetSize()final List<MenuItem>getItems()final Unitdisplay(Player player)Show the inventory to the player. final Unitclose()Close the menus of all players displaying this menu. final Unitupdate(BasicMenuAction builder)Updates the menus of all players displaying this menu. -
-
Method Detail
-
update
final Unit update(BasicMenuAction builder)
Updates the menus of all players displaying this menu.
-
-
-
-