Class Command

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected LaunchServer server  
      • Fields inherited from class pro.gravit.utils.command.Command

        childCommands
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
        Command​(java.util.Map<java.lang.String,​pro.gravit.utils.command.Command> childCommands, LaunchServer server)  
      protected Command​(LaunchServer server)  
    • Method Summary

      • Methods inherited from class pro.gravit.utils.command.Command

        buildCandidate, complete, getArgsDescription, getUsageDescription, invoke, invokeSubcommands, parseUsername, parseUUID, verifyArgs
      • Methods inherited from class java.lang.Object

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

      • Command

        public Command​(java.util.Map<java.lang.String,​pro.gravit.utils.command.Command> childCommands,
                       LaunchServer server)