Class SimpleMenu

All Implemented Interfaces:
UpdatingMenu, Menu<SimpleMenu>, InventoryHolder

public final class SimpleMenu extends AbstractMenu<SimpleMenu>
This Menu class focuses on providing a simple single-frame menu. This is the most versatile menu type because you define everything in the menu, and can create your own custom logic.