Package dev.demeng.pluginbase.menu
Class MenuManager
java.lang.Object
dev.demeng.pluginbase.menu.MenuManager
- All Implemented Interfaces:
TerminableModule
Internal listener for handling menu interactions.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetup(@NotNull TerminableConsumer consumer) Performs the tasks to setup this moduleMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dev.demeng.pluginbase.terminable.module.TerminableModule
bindModuleWith
-
Constructor Details
-
MenuManager
public MenuManager()
-
-
Method Details
-
setup
Description copied from interface:TerminableModulePerforms the tasks to setup this module- Specified by:
setupin interfaceTerminableModule- Parameters:
consumer- the terminable consumer
-