Package com.kamikazejam.kamicommon.menu
Class MenuManager
java.lang.Object
com.kamikazejam.kamicommon.menu.MenuManager
This manager is responsible for handling all
Developers should not need to interact with this class directly, only through specific menu classes like
Menu
interactions.Developers should not need to interact with this class directly, only through specific menu classes like
SimpleMenu
or PaginatedMenu
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
void
run()
This task is called every tick in a task registered bySpigotUtilsSource
-
Constructor Details
-
MenuManager
public MenuManager()
-
-
Method Details
-
onClickMenu
-
onCloseMenu
-
onPickup
-
onDrop
-
run
public void run()This task is called every tick in a task registered bySpigotUtilsSource
-