Package studio.magemonkey.codex.commands
Class CommandManager<P extends CodexPlugin<P>>
java.lang.Object
studio.magemonkey.codex.commands.CommandManager<P>
- All Implemented Interfaces:
studio.magemonkey.codex.manager.api.Loadable
public class CommandManager<P extends CodexPlugin<P>>
extends Object
implements studio.magemonkey.codex.manager.api.Loadable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidregisterCommand(IGeneralCommand<P> cmd) voidsetup()voidshutdown()voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface studio.magemonkey.codex.manager.api.Loadable
reload
-
Constructor Details
-
CommandManager
-
-
Method Details
-
setup
public void setup()- Specified by:
setupin interfacestudio.magemonkey.codex.manager.api.Loadable
-
shutdown
public void shutdown()- Specified by:
shutdownin interfacestudio.magemonkey.codex.manager.api.Loadable
-
getCommands
-
getMainCommand
-
registerCommand
-
unregisterCommand
-