Package me.hsgamer.bettergui.api.menu
Class StandardMenu
- java.lang.Object
-
- me.hsgamer.bettergui.api.menu.Menu
-
- me.hsgamer.bettergui.api.menu.StandardMenu
-
- Direct Known Subclasses:
BaseMenu
,PredicateMenu
public abstract class StandardMenu extends Menu
The menu with the standard settings. The standard settings are the settings in the format:menu-settings: setting1: value1 setting2: value2 ... config-setting1: ... config-setting2: ... ...
-
-
Field Summary
Fields Modifier and Type Field Description protected Map<String,Object>
configSettings
The config settings, which are not in the menu settingsprotected Map<String,Object>
menuSettings
The menu settings-
Fields inherited from class me.hsgamer.bettergui.api.menu.Menu
config, MENU_SETTINGS_PATH, variableManager
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
StandardMenu(Config config)
Create a new menu
-
Method Summary
-
Methods inherited from class me.hsgamer.bettergui.api.menu.Menu
close, closeAll, create, getConfig, getName, getParentMenu, getVariableManager, setParentMenu, tabComplete, update
-
-
-
-
Constructor Detail
-
StandardMenu
protected StandardMenu(Config config)
Create a new menu- Parameters:
config
- the config
-
-