Package org.teleight.teleightbots.menu
Interface Menu.Builder
- Enclosing interface:
Menu
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionvoidcreate(@NotNull MenuBuilder context, @NotNull Menu rootMenu) Creates a Menu from the given MenuBuilder context and root Menu.
-
Method Details