Package pro.gravit.utils.command
Class BaseCommandCategory
java.lang.Object
pro.gravit.utils.command.BaseCommandCategory
- All Implemented Interfaces:
CommandCategory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindCommand(String name) voidregisterCommand(String name, Command command) unregisterCommand(String name)
-
Constructor Details
-
BaseCommandCategory
public BaseCommandCategory()
-
-
Method Details
-
registerCommand
- Specified by:
registerCommandin interfaceCommandCategory
-
unregisterCommand
- Specified by:
unregisterCommandin interfaceCommandCategory
-
findCommand
- Specified by:
findCommandin interfaceCommandCategory
-
commandsMap
- Specified by:
commandsMapin interfaceCommandCategory
-