Package me.hsgamer.bettergui.menu
Class SimpleMenu
- java.lang.Object
- 
- me.hsgamer.bettergui.api.menu.Menu
- 
- me.hsgamer.bettergui.api.menu.StandardMenu
- 
- me.hsgamer.bettergui.menu.BaseMenu
- 
- me.hsgamer.bettergui.menu.BaseInventoryMenu<SimpleButtonMap>
- 
- me.hsgamer.bettergui.menu.SimpleMenu
 
 
 
 
 
- 
 public class SimpleMenu extends BaseInventoryMenu<SimpleButtonMap> 
- 
- 
Field Summary- 
Fields inherited from class me.hsgamer.bettergui.menu.BaseMenuargumentHandler, closeActionApplier, closeRequirementApplier, openActionApplier, permissions, viewRequirementApplier
 - 
Fields inherited from class me.hsgamer.bettergui.api.menu.StandardMenuconfigSettings, menuSettings
 - 
Fields inherited from class me.hsgamer.bettergui.api.menu.Menuconfig, MENU_SETTINGS_PATH, variableManager
 
- 
 - 
Constructor SummaryConstructors Constructor Description SimpleMenu(Config config)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SimpleButtonMapcreateButtonMap()protected voidrefreshButtonMapOnCreate(SimpleButtonMap buttonMap, UUID uuid)- 
Methods inherited from class me.hsgamer.bettergui.menu.BaseInventoryMenuclose, closeAll, createChecked, getButtonMap, getGUIHolder, update
 - 
Methods inherited from class me.hsgamer.bettergui.menu.BaseMenucreate, getArgumentHandler, tabComplete
 - 
Methods inherited from class me.hsgamer.bettergui.api.menu.MenugetConfig, getName, getParentMenu, getVariableManager, setParentMenu
 
- 
 
- 
- 
- 
Constructor Detail- 
SimpleMenupublic SimpleMenu(Config config) 
 
- 
 - 
Method Detail- 
createButtonMapprotected SimpleButtonMap createButtonMap() - Specified by:
- createButtonMapin class- BaseInventoryMenu<SimpleButtonMap>
 
 - 
refreshButtonMapOnCreateprotected void refreshButtonMapOnCreate(SimpleButtonMap buttonMap, UUID uuid) - Overrides:
- refreshButtonMapOnCreatein class- BaseInventoryMenu<SimpleButtonMap>
 
 
- 
 
-