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
MenuManagerneeds 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 likeSimpleMenuorPaginatedMenuThis manager is responsible for handling allMenuinteractions.
Developers should not need to interact with this class directly, only through specific menu classes likeSimpleMenuorPaginatedMenu.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.