From e8a1a6bd522946b5cd498819eb54ed08be464527 Mon Sep 17 00:00:00 2001 From: Aikar Date: Sat, 9 Dec 2017 13:03:23 -0500 Subject: [PATCH] Update javadocs --- .../BukkitCommandCompletionContext.html | 27 +++++++++++-- .../BukkitCommandExecutionContext.html | 27 +++++++++++-- docs/acf-bukkit/index-all.html | 8 ++++ .../BukkitCommandCompletionContext.html | 30 +++++++++----- .../BukkitCommandExecutionContext.html | 40 ++++++++++++------- 5 files changed, 99 insertions(+), 33 deletions(-) diff --git a/docs/acf-bukkit/co/aikar/commands/BukkitCommandCompletionContext.html b/docs/acf-bukkit/co/aikar/commands/BukkitCommandCompletionContext.html index 81914bdd..0ac73539 100644 --- a/docs/acf-bukkit/co/aikar/commands/BukkitCommandCompletionContext.html +++ b/docs/acf-bukkit/co/aikar/commands/BukkitCommandCompletionContext.html @@ -18,7 +18,7 @@ catch(err) { } //--> -var methods = {"i0":10}; +var methods = {"i0":10,"i1":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; @@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab";


  • -
    public class BukkitCommandCompletionContext
    +
    public class BukkitCommandCompletionContext
     extends co.aikar.commands.CommandCompletionContext
  • @@ -149,6 +149,12 @@ extends co.aikar.commands.CommandCompletionContext Method and Description +org.bukkit.entity.Player +getPlayer() +
    Returns the Player object if this Issuer is a Player
    + + + org.bukkit.command.CommandSender getSender()  @@ -184,10 +190,23 @@ extends co.aikar.commands.CommandCompletionContext - @@ -149,6 +149,12 @@ extends co.aikar.commands.CommandExecutionContext<Method and Description +org.bukkit.entity.Player +getPlayer() +
    Returns the Player object if this Issuer is a Player
    + + + org.bukkit.command.CommandSender getSender()  @@ -184,10 +190,23 @@ extends co.aikar.commands.CommandExecutionContext< -