Pulling all pending Bukkit-JavaDoc changes

This commit is contained in:
Wesley Wolfe
2013-09-10 21:02:53 -05:00
parent 6ae876a38c
commit 6d03f7a638
61 changed files with 219 additions and 43 deletions

View File

@@ -75,6 +75,7 @@ public final class PluginCommand extends Command implements PluginIdentifiableCo
/**
* Sets the {@link TabCompleter} to run when tab-completing this command.
* <p>
* If no TabCompleter is specified, and the command's executor implements
* TabCompleter, then the executor will be used for tab completion.
*
@@ -112,6 +113,7 @@ public final class PluginCommand extends Command implements PluginIdentifiableCo
* {@link Command#tabComplete(CommandSender, String, String[])}.<br>
* <br>
* This method does not consider permissions.
*
* @throws CommandException if the completer or executor throw an exception during the process of tab-completing.
* @throws IllegalArgumentException if sender, alias, or args is null
*/