Class CommandHandler

  • All Implemented Interfaces:
    java.lang.Runnable

    public abstract class CommandHandler
    extends pro.gravit.utils.command.CommandHandler
    • Nested Class Summary

      • Nested classes/interfaces inherited from class pro.gravit.utils.command.CommandHandler

        pro.gravit.utils.command.CommandHandler.Category, pro.gravit.utils.command.CommandHandler.CommandWalk
    • Constructor Summary

      Constructors 
      Constructor Description
      CommandHandler()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void registerCommands​(pro.gravit.utils.command.CommandHandler handler, LaunchServer server)  
      • Methods inherited from class pro.gravit.utils.command.CommandHandler

        bell, clear, eval, eval, evalNative, findCategory, findCommand, getBaseCategory, getCategories, lookup, readLine, registerCategory, registerCommand, run, unregisterCategory, unregisterCommand, walk
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CommandHandler

        public CommandHandler()
    • Method Detail

      • registerCommands

        public static void registerCommands​(pro.gravit.utils.command.CommandHandler handler,
                                            LaunchServer server)