Package me.hsgamer.bettergui.manager
Class MenuCommandManager
- java.lang.Object
-
- me.hsgamer.bettergui.manager.MenuCommandManager
-
public class MenuCommandManager extends Object
-
-
Constructor Summary
Constructors Constructor Description MenuCommandManager(BetterGUI plugin)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclearMenuCommand()Clear all menu commandsMap<String,org.bukkit.command.Command>getRegisteredMenuCommand()Get registered menu commandsvoidregisterMenuCommand(String command, Menu menu)Register the command that opens the menuvoidregisterMenuCommand(org.bukkit.command.Command command)Register the command that opens the menu
-
-
-
Constructor Detail
-
MenuCommandManager
public MenuCommandManager(BetterGUI plugin)
-
-
Method Detail
-
registerMenuCommand
public void registerMenuCommand(String command, Menu menu)
Register the command that opens the menu- Parameters:
command- the name of the commandmenu- the menu
-
registerMenuCommand
public void registerMenuCommand(org.bukkit.command.Command command)
Register the command that opens the menu- Parameters:
command- the menu command
-
clearMenuCommand
public void clearMenuCommand()
Clear all menu commands
-
-