From a0b9fb637debbf0829d8d87a27400094595c5410 Mon Sep 17 00:00:00 2001 From: Aikar Date: Sun, 3 Feb 2019 19:16:24 -0500 Subject: [PATCH] (DEPLOYED ACF) Updated JavaDocs --- ...andCompletions.SyncCompletionRequired.html | 11 +- .../co/aikar/commands/ForwardingCommand.html | 30 +-- .../co/aikar/commands/RootCommand.html | 18 +- .../commands/class-use/CommandIssuer.html | 13 +- .../co/aikar/commands/package-tree.html | 2 +- docs/acf-core/index-all.html | 2 +- docs/acf-core/overview-tree.html | 2 +- docs/acf-core/serialized-form.html | 2 +- ...letions.AsyncCommandCompletionHandler.html | 8 +- ...dCompletions.CommandCompletionHandler.html | 8 +- ...andCompletions.SyncCompletionRequired.html | 8 +- .../co/aikar/commands/CommandCompletions.html | 8 +- .../co/aikar/commands/ForwardingCommand.html | 2 +- .../co/aikar/commands/RootCommand.html | 189 +++++++++--------- 14 files changed, 159 insertions(+), 144 deletions(-) diff --git a/docs/acf-core/co/aikar/commands/CommandCompletions.SyncCompletionRequired.html b/docs/acf-core/co/aikar/commands/CommandCompletions.SyncCompletionRequired.html index d8a92788..a5b76219 100644 --- a/docs/acf-core/co/aikar/commands/CommandCompletions.SyncCompletionRequired.html +++ b/docs/acf-core/co/aikar/commands/CommandCompletions.SyncCompletionRequired.html @@ -99,6 +99,9 @@
  • java.lang.Exception
  • + +
    diff --git a/docs/acf-core/co/aikar/commands/ForwardingCommand.html b/docs/acf-core/co/aikar/commands/ForwardingCommand.html index 5ec132e2..a09d0874 100644 --- a/docs/acf-core/co/aikar/commands/ForwardingCommand.html +++ b/docs/acf-core/co/aikar/commands/ForwardingCommand.html @@ -145,10 +145,11 @@ extends List<String> -tabComplete(CommandIssuer issuer, +tabComplete(CommandIssuer issuer, String alias, - String[] args) -
    Gets tab completed data from the given command from the user.
    + String[] args, + boolean isAsync)
    +
    Gets the tab complete suggestions from a given command.
    @@ -157,7 +158,7 @@ extends BaseCommand -canExecute, doHelp, doHelp, getCommandHelp, getContextFlags, getCurrentCommandIssuer, getCurrentCommandManager, getDefaultRegisteredCommand, getExceptionHandler, getExecCommandLabel, getExecSubcommand, getName, getOrigArgs, getRequiredPermissions, hasPermission, help, help, requiresPermission, setContextFlags, setExceptionHandler, showCommandHelp, showSyntax, tabComplete +canExecute, doHelp, doHelp, getCommandHelp, getContextFlags, getCurrentCommandIssuer, getCurrentCommandManager, getDefaultRegisteredCommand, getExceptionHandler, getExecCommandLabel, getExecSubcommand, getName, getOrigArgs, getRequiredPermissions, hasPermission, help, help, requiresPermission, setContextFlags, setExceptionHandler, showCommandHelp, showSyntax, tabComplete