Package com.kamikazejam.kamicommon.menu
package com.kamikazejam.kamicommon.menu
-
ClassDescriptionAbstractMenu<M extends AbstractMenu<M>>Represents the abstraction of a menu into the core parts that
MenuManager
needs to interact with.
This interface is not meant for public consumption or use, you will find none of the helpful methods you would expect.
Use specific menus classes likeSimpleMenu
orPaginatedMenu
This manager is responsible for handling allMenu
interactions.
Developers should not need to interact with this class directly, only through specific menu classes likeSimpleMenu
orPaginatedMenu
.This Menu class focuses on providing a simple menu that allows for only one single click per opening.This Menu class focuses on providing an easy way of creating a menu with multiple pages.This Menu class focuses on providing a simple single-frame menu.