diff --git a/docs/acf-bukkit/co/aikar/commands/ACFBukkitUtil.html b/docs/acf-bukkit/co/aikar/commands/ACFBukkitUtil.html index 273056bf..7024ab39 100644 --- a/docs/acf-bukkit/co/aikar/commands/ACFBukkitUtil.html +++ b/docs/acf-bukkit/co/aikar/commands/ACFBukkitUtil.html @@ -96,7 +96,7 @@ var activeTableTab = "activeTableTab";
@@ -146,12 +146,12 @@ extends Method and Description -static String +static String blockLocationToString(org.bukkit.Location loc)  -static String -color(String message)  +static String +color(String message)  static double @@ -176,25 +176,25 @@ extends static org.bukkit.entity.Player findPlayerSmart(co.aikar.commands.CommandIssuer issuer, - String search)  + String search)  static org.bukkit.entity.Player findPlayerSmart(org.bukkit.command.CommandSender requester, - String search) + String search)
Deprecated.  
-static String +static String formatLocation(org.bukkit.Location loc)  -static String +static String fullBlockLocationToString(org.bukkit.Location loc)  -static String +static String fullLocationToString(org.bukkit.Location loc)  @@ -232,7 +232,7 @@ extends static boolean -isValidName(String name)  +isValidName(String name)  static boolean @@ -247,35 +247,35 @@ extends -static String -removeColors(String msg)  +static String +removeColors(String msg)  -static String -replaceChatString(String message, - Pattern replace, - String with)  +static String +replaceChatString(String message, + Pattern replace, + String with)  -static String -replaceChatString(String message, - String replace, - String with)  +static String +replaceChatString(String message, + String replace, + String with)  static void sendMsg(org.bukkit.command.CommandSender player, - String message) + String message)
Deprecated.  
static org.bukkit.Location -stringToLocation(String storedLoc)  +stringToLocation(String storedLoc)  static org.bukkit.Location -stringToLocation(String storedLoc, +stringToLocation(String storedLoc, org.bukkit.World forcedWorld)  @@ -283,8 +283,8 @@ extends -

Methods inherited from class java.lang.Object

-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait +

Methods inherited from class java.lang.Object

+clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait @@ -323,7 +323,7 @@ extends
  • formatLocation

    -
    public static String formatLocation(org.bukkit.Location loc)
    +
    public static String formatLocation(org.bukkit.Location loc)
  • @@ -332,7 +332,7 @@ extends
  • color

    -
    public static String color(String message)
    +
    public static String color(String message)
  • @@ -341,9 +341,9 @@ extends
  • sendMsg

    -
    @Deprecated
    +
    @Deprecated
     public static void sendMsg(org.bukkit.command.CommandSender player,
    -                                       String message)
    + String message)
    Deprecated. 
    Move to Message Keys on the CommandIssuer
  • @@ -354,7 +354,7 @@ public static void 
  • stringToLocation

    -
    public static org.bukkit.Location stringToLocation(String storedLoc)
    +
    public static org.bukkit.Location stringToLocation(String storedLoc)
  • @@ -363,7 +363,7 @@ public static void 
  • stringToLocation

    -
    public static org.bukkit.Location stringToLocation(String storedLoc,
    +
    public static org.bukkit.Location stringToLocation(String storedLoc,
                                                        org.bukkit.World forcedWorld)
  • @@ -373,7 +373,7 @@ public static void 
  • fullLocationToString

    -
    public static String fullLocationToString(org.bukkit.Location loc)
    +
    public static String fullLocationToString(org.bukkit.Location loc)
  • @@ -382,7 +382,7 @@ public static void 
  • fullBlockLocationToString

    -
    public static String fullBlockLocationToString(org.bukkit.Location loc)
    +
    public static String fullBlockLocationToString(org.bukkit.Location loc)
  • @@ -391,7 +391,7 @@ public static void 
  • blockLocationToString

    -
    public static String blockLocationToString(org.bukkit.Location loc)
    +
    public static String blockLocationToString(org.bukkit.Location loc)
  • @@ -512,7 +512,7 @@ public static @NotNull org.bukkit.Location 
  • removeColors

    -
    public static String removeColors(String msg)
    +
    public static String removeColors(String msg)
  • @@ -521,9 +521,9 @@ public static @NotNull org.bukkit.Location 
  • replaceChatString

    -
    public static String replaceChatString(String message,
    -                                       String replace,
    -                                       String with)
    +
    public static String replaceChatString(String message,
    +                                       String replace,
    +                                       String with)
  • @@ -532,9 +532,9 @@ public static @NotNull org.bukkit.Location 
  • replaceChatString

    -
    public static String replaceChatString(String message,
    -                                       Pattern replace,
    -                                       String with)
    +
    public static String replaceChatString(String message,
    +                                       Pattern replace,
    +                                       String with)
  • @@ -570,7 +570,7 @@ public static @NotNull org.bukkit.Location 

    findPlayerSmart

    public static org.bukkit.entity.Player findPlayerSmart(org.bukkit.command.CommandSender requester,
    -                                                       String search)
    + String search)
    Deprecated. 
    Please move to the CommandIssuer version
    @@ -582,7 +582,7 @@ public static @NotNull org.bukkit.Location 

    findPlayerSmart

    public static org.bukkit.entity.Player findPlayerSmart(co.aikar.commands.CommandIssuer issuer,
    -                                                       String search)
    + String search) @@ -591,7 +591,7 @@ public static @NotNull org.bukkit.Location 
  • isValidName

    -
    public static boolean isValidName(String name)
    +
    public static boolean isValidName(String name)
  • diff --git a/docs/acf-bukkit/co/aikar/commands/BukkitCommandCompletionContext.html b/docs/acf-bukkit/co/aikar/commands/BukkitCommandCompletionContext.html index e32c4cbf..60e9431b 100644 --- a/docs/acf-bukkit/co/aikar/commands/BukkitCommandCompletionContext.html +++ b/docs/acf-bukkit/co/aikar/commands/BukkitCommandCompletionContext.html @@ -96,7 +96,7 @@ var activeTableTab = "activeTableTab";
    diff --git a/docs/acf-bukkit/co/aikar/commands/BukkitCommandCompletions.html b/docs/acf-bukkit/co/aikar/commands/BukkitCommandCompletions.html index 83339db8..69163652 100644 --- a/docs/acf-bukkit/co/aikar/commands/BukkitCommandCompletions.html +++ b/docs/acf-bukkit/co/aikar/commands/BukkitCommandCompletions.html @@ -90,7 +90,7 @@
    diff --git a/docs/acf-bukkit/co/aikar/commands/BukkitCommandContexts.html b/docs/acf-bukkit/co/aikar/commands/BukkitCommandContexts.html index 8fa83e6f..222777bf 100644 --- a/docs/acf-bukkit/co/aikar/commands/BukkitCommandContexts.html +++ b/docs/acf-bukkit/co/aikar/commands/BukkitCommandContexts.html @@ -90,7 +90,7 @@
    diff --git a/docs/acf-bukkit/co/aikar/commands/BukkitCommandExecutionContext.html b/docs/acf-bukkit/co/aikar/commands/BukkitCommandExecutionContext.html index bba54892..cae087d2 100644 --- a/docs/acf-bukkit/co/aikar/commands/BukkitCommandExecutionContext.html +++ b/docs/acf-bukkit/co/aikar/commands/BukkitCommandExecutionContext.html @@ -96,7 +96,7 @@ var activeTableTab = "activeTableTab";
    diff --git a/docs/acf-bukkit/co/aikar/commands/BukkitCommandIssuer.html b/docs/acf-bukkit/co/aikar/commands/BukkitCommandIssuer.html index 1426c79e..75361055 100644 --- a/docs/acf-bukkit/co/aikar/commands/BukkitCommandIssuer.html +++ b/docs/acf-bukkit/co/aikar/commands/BukkitCommandIssuer.html @@ -96,7 +96,7 @@ var activeTableTab = "activeTableTab";
    diff --git a/docs/acf-bukkit/co/aikar/commands/BukkitCommandManager.html b/docs/acf-bukkit/co/aikar/commands/BukkitCommandManager.html index f4692f75..d8a48312 100644 --- a/docs/acf-bukkit/co/aikar/commands/BukkitCommandManager.html +++ b/docs/acf-bukkit/co/aikar/commands/BukkitCommandManager.html @@ -96,7 +96,7 @@ var activeTableTab = "activeTableTab";
    @@ -354,7 +354,7 @@ extends co.aikar.commands.CommandManager<org.bukkit.command.CommandSender,
  • knownCommands

    -
    protected Map<String,org.bukkit.command.Command> knownCommands
    +
    protected Map<String,org.bukkit.command.Command> knownCommands
  • @@ -363,7 +363,7 @@ extends co.aikar.commands.CommandManager<org.bukkit.command.CommandSender,
  • registeredCommands

    -
    protected Map<String,BukkitRootCommand> registeredCommands
    +
    protected Map<String,BukkitRootCommand> registeredCommands
  • @@ -442,7 +442,7 @@ extends co.aikar.commands.CommandManager<org.bukkit.command.CommandSender,
  • isCommandIssuer

    -
    public boolean isCommandIssuer(Class<?> type)
    +
    public boolean isCommandIssuer(Class<?> type)
    Specified by:
    isCommandIssuer in class co.aikar.commands.CommandManager<org.bukkit.command.CommandSender,BukkitCommandIssuer,org.bukkit.ChatColor,BukkitMessageFormatter,BukkitCommandExecutionContext,BukkitConditionContext>
    @@ -539,7 +539,7 @@ extends co.aikar.commands.CommandManager<org.bukkit.command.CommandSender,
  • unregisterCommand

    -
    @Deprecated
    +
    @Deprecated
     public void unregisterCommand(BukkitRootCommand command)
    Deprecated. Use unregisterCommand(BaseCommand) - this will be visibility reduced later.
    @@ -563,8 +563,8 @@ public void 
  • setPlayerLocale

    -
    public Locale setPlayerLocale(org.bukkit.entity.Player player,
    -                              Locale locale)
    +
    public Locale setPlayerLocale(org.bukkit.entity.Player player,
    +                              Locale locale)
  • @@ -582,7 +582,7 @@ public void 
  • createRootCommand

    -
    public co.aikar.commands.RootCommand createRootCommand(String cmd)
    +
    public co.aikar.commands.RootCommand createRootCommand(String cmd)
    Specified by:
    createRootCommand in class co.aikar.commands.CommandManager<org.bukkit.command.CommandSender,BukkitCommandIssuer,org.bukkit.ChatColor,BukkitMessageFormatter,BukkitCommandExecutionContext,BukkitConditionContext>
    @@ -595,7 +595,7 @@ public void 
  • getCommandIssuer

    -
    public BukkitCommandIssuer getCommandIssuer(Object issuer)
    +
    public BukkitCommandIssuer getCommandIssuer(Object issuer)
    Specified by:
    getCommandIssuer in class co.aikar.commands.CommandManager<org.bukkit.command.CommandSender,BukkitCommandIssuer,org.bukkit.ChatColor,BukkitMessageFormatter,BukkitCommandExecutionContext,BukkitConditionContext>
    @@ -611,9 +611,9 @@ public void BukkitCommandExecutionContext createCommandContext(co.aikar.commands.RegisteredCommand command, co.aikar.commands.CommandParameter parameter, co.aikar.commands.CommandIssuer sender, - List<String> args, + List<String> args, int i, - Map<String,Object> passedArgs)
  • + Map<String,Object> passedArgs)
    Specified by:
    createCommandContext in class co.aikar.commands.CommandManager<org.bukkit.command.CommandSender,BukkitCommandIssuer,org.bukkit.ChatColor,BukkitMessageFormatter,BukkitCommandExecutionContext,BukkitConditionContext>
    @@ -628,9 +628,9 @@ public void BukkitCommandCompletionContext createCompletionContext(co.aikar.commands.RegisteredCommand command, co.aikar.commands.CommandIssuer sender, - String input, - String config, - String[] args) + String input, + String config, + String[] args)
    Specified by:
    createCompletionContext in class co.aikar.commands.CommandManager<org.bukkit.command.CommandSender,BukkitCommandIssuer,org.bukkit.ChatColor,BukkitMessageFormatter,BukkitCommandExecutionContext,BukkitConditionContext>
    @@ -644,9 +644,9 @@ public void 

    createRegisteredCommand

    public co.aikar.commands.RegisteredCommand createRegisteredCommand(co.aikar.commands.BaseCommand command,
    -                                                                   String cmdName,
    -                                                                   Method method,
    -                                                                   String prefSubCommand)
    + String cmdName, + Method method, + String prefSubCommand)
    Overrides:
    createRegisteredCommand in class co.aikar.commands.CommandManager<org.bukkit.command.CommandSender,BukkitCommandIssuer,org.bukkit.ChatColor,BukkitMessageFormatter,BukkitCommandExecutionContext,BukkitConditionContext>
    @@ -660,7 +660,7 @@ public void 

    createConditionContext

    public BukkitConditionContext createConditionContext(co.aikar.commands.CommandIssuer issuer,
    -                                                     String config)
    + String config)
    Overrides:
    createConditionContext in class co.aikar.commands.CommandManager<org.bukkit.command.CommandSender,BukkitCommandIssuer,org.bukkit.ChatColor,BukkitMessageFormatter,BukkitCommandExecutionContext,BukkitConditionContext>
    @@ -674,8 +674,8 @@ public void 

    log

    public void log(co.aikar.commands.LogLevel level,
    -                String message,
    -                Throwable throwable)
    + String message, + Throwable throwable)
    Specified by:
    log in class co.aikar.commands.CommandManager<org.bukkit.command.CommandSender,BukkitCommandIssuer,org.bukkit.ChatColor,BukkitMessageFormatter,BukkitCommandExecutionContext,BukkitConditionContext>
    @@ -698,7 +698,7 @@ public void 
  • getCommandPrefix

    -
    public String getCommandPrefix(co.aikar.commands.CommandIssuer issuer)
    +
    public String getCommandPrefix(co.aikar.commands.CommandIssuer issuer)
    Overrides:
    getCommandPrefix in class co.aikar.commands.CommandManager<org.bukkit.command.CommandSender,BukkitCommandIssuer,org.bukkit.ChatColor,BukkitMessageFormatter,BukkitCommandExecutionContext,BukkitConditionContext>
    diff --git a/docs/acf-bukkit/co/aikar/commands/BukkitConditionContext.html b/docs/acf-bukkit/co/aikar/commands/BukkitConditionContext.html index 281ac2a2..d804d310 100644 --- a/docs/acf-bukkit/co/aikar/commands/BukkitConditionContext.html +++ b/docs/acf-bukkit/co/aikar/commands/BukkitConditionContext.html @@ -96,7 +96,7 @@ var activeTableTab = "activeTableTab";
  • diff --git a/docs/acf-bukkit/co/aikar/commands/BukkitLocales.html b/docs/acf-bukkit/co/aikar/commands/BukkitLocales.html index 6adf65d9..3d09709a 100644 --- a/docs/acf-bukkit/co/aikar/commands/BukkitLocales.html +++ b/docs/acf-bukkit/co/aikar/commands/BukkitLocales.html @@ -96,7 +96,7 @@ var activeTableTab = "activeTableTab";
    @@ -255,9 +255,9 @@ extends co.aikar.commands.Locales
    diff --git a/docs/acf-bukkit/co/aikar/commands/BukkitRegisteredCommand.html b/docs/acf-bukkit/co/aikar/commands/BukkitRegisteredCommand.html index b8c2da8f..2d08cdbd 100644 --- a/docs/acf-bukkit/co/aikar/commands/BukkitRegisteredCommand.html +++ b/docs/acf-bukkit/co/aikar/commands/BukkitRegisteredCommand.html @@ -96,7 +96,7 @@ var activeTableTab = "activeTableTab";
    diff --git a/docs/acf-bukkit/co/aikar/commands/BukkitRootCommand.html b/docs/acf-bukkit/co/aikar/commands/BukkitRootCommand.html index 6b4a6871..5f1250b4 100644 --- a/docs/acf-bukkit/co/aikar/commands/BukkitRootCommand.html +++ b/docs/acf-bukkit/co/aikar/commands/BukkitRootCommand.html @@ -96,7 +96,7 @@ var activeTableTab = "activeTableTab";
    @@ -369,7 +369,7 @@ extends org.bukkit.command.Command @@ -378,9 +378,9 @@ extends org.bukkit.command.Command @@ -389,9 +389,9 @@ extends org.bukkit.command.Command @@ -410,7 +410,7 @@ extends org.bukkit.command.Command @@ -419,7 +419,7 @@ extends org.bukkit.command.Command diff --git a/docs/acf-bukkit/co/aikar/commands/MinecraftMessageKeys.html b/docs/acf-bukkit/co/aikar/commands/MinecraftMessageKeys.html index fdf186fe..61ccd6b6 100644 --- a/docs/acf-bukkit/co/aikar/commands/MinecraftMessageKeys.html +++ b/docs/acf-bukkit/co/aikar/commands/MinecraftMessageKeys.html @@ -96,10 +96,10 @@ var activeTableTab = "activeTableTab";
  • -

    Methods inherited from class java.lang.Enum

    -clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
  • +

    Methods inherited from class java.lang.Enum

    +clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf @@ -376,7 +376,7 @@ for (MinecraftMessageKeys c : MinecraftMessageKeys.values()) diff --git a/docs/acf-bukkit/co/aikar/commands/class-use/BukkitCommandCompletionContext.html b/docs/acf-bukkit/co/aikar/commands/class-use/BukkitCommandCompletionContext.html index 4cd3e0e2..0d5d8763 100644 --- a/docs/acf-bukkit/co/aikar/commands/class-use/BukkitCommandCompletionContext.html +++ b/docs/acf-bukkit/co/aikar/commands/class-use/BukkitCommandCompletionContext.html @@ -105,9 +105,9 @@ BukkitCommandCompletionContext BukkitCommandManager.createCompletionContext(co.aikar.commands.RegisteredCommand command, co.aikar.commands.CommandIssuer sender, - String input, - String config, - String[] args)  + String input, + String config, + String[] args)  diff --git a/docs/acf-bukkit/co/aikar/commands/class-use/BukkitCommandExecutionContext.html b/docs/acf-bukkit/co/aikar/commands/class-use/BukkitCommandExecutionContext.html index f337d05d..ef7d89df 100644 --- a/docs/acf-bukkit/co/aikar/commands/class-use/BukkitCommandExecutionContext.html +++ b/docs/acf-bukkit/co/aikar/commands/class-use/BukkitCommandExecutionContext.html @@ -106,9 +106,9 @@ BukkitCommandManager.createCommandContext(co.aikar.commands.RegisteredCommand command, co.aikar.commands.CommandParameter parameter, co.aikar.commands.CommandIssuer sender, - List<String> args, + List<String> args, int i, - Map<String,Object> passedArgs)  + Map<String,Object> passedArgs)  diff --git a/docs/acf-bukkit/co/aikar/commands/class-use/BukkitCommandIssuer.html b/docs/acf-bukkit/co/aikar/commands/class-use/BukkitCommandIssuer.html index baa43a61..45ba59ae 100644 --- a/docs/acf-bukkit/co/aikar/commands/class-use/BukkitCommandIssuer.html +++ b/docs/acf-bukkit/co/aikar/commands/class-use/BukkitCommandIssuer.html @@ -103,7 +103,7 @@ BukkitCommandIssuer -BukkitCommandManager.getCommandIssuer(Object issuer)  +BukkitCommandManager.getCommandIssuer(Object issuer)  diff --git a/docs/acf-bukkit/co/aikar/commands/class-use/BukkitConditionContext.html b/docs/acf-bukkit/co/aikar/commands/class-use/BukkitConditionContext.html index 2c61a1c2..b0a5447b 100644 --- a/docs/acf-bukkit/co/aikar/commands/class-use/BukkitConditionContext.html +++ b/docs/acf-bukkit/co/aikar/commands/class-use/BukkitConditionContext.html @@ -104,7 +104,7 @@ BukkitConditionContext BukkitCommandManager.createConditionContext(co.aikar.commands.CommandIssuer issuer, - String config)  + String config)  diff --git a/docs/acf-bukkit/co/aikar/commands/class-use/BukkitRootCommand.html b/docs/acf-bukkit/co/aikar/commands/class-use/BukkitRootCommand.html index 5a12e0a4..89c2653d 100644 --- a/docs/acf-bukkit/co/aikar/commands/class-use/BukkitRootCommand.html +++ b/docs/acf-bukkit/co/aikar/commands/class-use/BukkitRootCommand.html @@ -102,7 +102,7 @@ -protected Map<String,BukkitRootCommand> +protected Map<String,BukkitRootCommand> BukkitCommandManager.registeredCommands  diff --git a/docs/acf-bukkit/co/aikar/commands/class-use/MinecraftMessageKeys.html b/docs/acf-bukkit/co/aikar/commands/class-use/MinecraftMessageKeys.html index c3ee68f3..c4965726 100644 --- a/docs/acf-bukkit/co/aikar/commands/class-use/MinecraftMessageKeys.html +++ b/docs/acf-bukkit/co/aikar/commands/class-use/MinecraftMessageKeys.html @@ -103,7 +103,7 @@ static MinecraftMessageKeys -MinecraftMessageKeys.valueOf(String name) +MinecraftMessageKeys.valueOf(String name)
    Returns the enum constant of this type with the specified name.
    diff --git a/docs/acf-bukkit/co/aikar/commands/contexts/OnlinePlayer.html b/docs/acf-bukkit/co/aikar/commands/contexts/OnlinePlayer.html index 0dbf1d68..c339ae2b 100644 --- a/docs/acf-bukkit/co/aikar/commands/contexts/OnlinePlayer.html +++ b/docs/acf-bukkit/co/aikar/commands/contexts/OnlinePlayer.html @@ -96,7 +96,7 @@ var activeTableTab = "activeTableTab";
    @@ -166,7 +166,7 @@ extends boolean -equals(Object o)  +equals(Object o)  org.bukkit.entity.Player @@ -177,7 +177,7 @@ extends hashCode()  -String +String toString()  @@ -185,8 +185,8 @@ extends -

    Methods inherited from class java.lang.Object

    -clone, finalize, getClass, notify, notifyAll, wait, wait, wait +

    Methods inherited from class java.lang.Object

    +clone, finalize, getClass, notify, notifyAll, wait, wait, wait @@ -251,10 +251,10 @@ extends
  • equals

    -
    public boolean equals(Object o)
    +
    public boolean equals(Object o)
    Overrides:
    -
    equals in class Object
    +
    equals in class Object
  • @@ -267,7 +267,7 @@ extends hashCode()
    Overrides:
    -
    hashCode in class Object
    +
    hashCode in class Object
    @@ -277,10 +277,10 @@ extends
  • toString

    -
    public String toString()
    +
    public String toString()
    Overrides:
    -
    toString in class Object
    +
    toString in class Object
  • diff --git a/docs/acf-bukkit/co/aikar/commands/contexts/package-tree.html b/docs/acf-bukkit/co/aikar/commands/contexts/package-tree.html index 1a01837f..861ff0c9 100644 --- a/docs/acf-bukkit/co/aikar/commands/contexts/package-tree.html +++ b/docs/acf-bukkit/co/aikar/commands/contexts/package-tree.html @@ -78,7 +78,7 @@

    Class Hierarchy

    @@ -287,7 +287,7 @@ extends
  • color

    -
    public static String color(String message)
    +
    public static String color(String message)
  • @@ -296,9 +296,9 @@ extends
  • sendMsg

    -
    @Deprecated
    +
    @Deprecated
     public static void sendMsg(net.md_5.bungee.api.CommandSender player,
    -                                       String message)
    + String message)
    Deprecated. 
    Move to Message Keys on the CommandIssuer
  • @@ -309,7 +309,7 @@ public static void 
  • removeColors

    -
    public static String removeColors(String msg)
    +
    public static String removeColors(String msg)
  • @@ -318,9 +318,9 @@ public static void 
  • replaceChatString

    -
    public static String replaceChatString(String message,
    -                                       String replace,
    -                                       String with)
    +
    public static String replaceChatString(String message,
    +                                       String replace,
    +                                       String with)
  • @@ -329,9 +329,9 @@ public static void 
  • replaceChatString

    -
    public static String replaceChatString(String message,
    -                                       Pattern replace,
    -                                       String with)
    +
    public static String replaceChatString(String message,
    +                                       Pattern replace,
    +                                       String with)
  • @@ -340,7 +340,7 @@ public static void 
  • getLastColors

    -
    public static String getLastColors(String input)
    +
    public static String getLastColors(String input)
  • @@ -359,7 +359,7 @@ public static void 

    findPlayerSmart

    public static net.md_5.bungee.api.connection.ProxiedPlayer findPlayerSmart(co.aikar.commands.CommandIssuer issuer,
    -                                                                           String search)
    + String search) @@ -369,7 +369,7 @@ public static void 

    findPlayerSmart

    public static net.md_5.bungee.api.connection.ProxiedPlayer findPlayerSmart(net.md_5.bungee.api.CommandSender requester,
    -                                                                           String search)
    + String search)
    Deprecated. 
    Please move to the CommandIssuer version
    @@ -380,7 +380,7 @@ public static void 
  • isValidName

    -
    public static boolean isValidName(String name)
    +
    public static boolean isValidName(String name)
  • @@ -392,8 +392,8 @@ public static void 

    validate

    public static <T> T validate(T object,
    -                             String message,
    -                             Object... values)
    + String message, + Object... values) diff --git a/docs/acf-bungee/co/aikar/commands/BungeeCommandCompletionContext.html b/docs/acf-bungee/co/aikar/commands/BungeeCommandCompletionContext.html index a2041fbc..38d4de58 100644 --- a/docs/acf-bungee/co/aikar/commands/BungeeCommandCompletionContext.html +++ b/docs/acf-bungee/co/aikar/commands/BungeeCommandCompletionContext.html @@ -96,7 +96,7 @@ var activeTableTab = "activeTableTab";
    diff --git a/docs/acf-bungee/co/aikar/commands/BungeeCommandCompletions.html b/docs/acf-bungee/co/aikar/commands/BungeeCommandCompletions.html index 1a895f78..cdaecb66 100644 --- a/docs/acf-bungee/co/aikar/commands/BungeeCommandCompletions.html +++ b/docs/acf-bungee/co/aikar/commands/BungeeCommandCompletions.html @@ -90,7 +90,7 @@
    diff --git a/docs/acf-bungee/co/aikar/commands/BungeeCommandContexts.html b/docs/acf-bungee/co/aikar/commands/BungeeCommandContexts.html index e8d84fd3..2b7427b4 100644 --- a/docs/acf-bungee/co/aikar/commands/BungeeCommandContexts.html +++ b/docs/acf-bungee/co/aikar/commands/BungeeCommandContexts.html @@ -90,7 +90,7 @@
    diff --git a/docs/acf-bungee/co/aikar/commands/BungeeCommandExecutionContext.html b/docs/acf-bungee/co/aikar/commands/BungeeCommandExecutionContext.html index 00c4b863..1a6b0411 100644 --- a/docs/acf-bungee/co/aikar/commands/BungeeCommandExecutionContext.html +++ b/docs/acf-bungee/co/aikar/commands/BungeeCommandExecutionContext.html @@ -96,7 +96,7 @@ var activeTableTab = "activeTableTab";
    diff --git a/docs/acf-bungee/co/aikar/commands/BungeeCommandIssuer.html b/docs/acf-bungee/co/aikar/commands/BungeeCommandIssuer.html index 36ed6273..edf493ca 100644 --- a/docs/acf-bungee/co/aikar/commands/BungeeCommandIssuer.html +++ b/docs/acf-bungee/co/aikar/commands/BungeeCommandIssuer.html @@ -96,7 +96,7 @@ var activeTableTab = "activeTableTab";
    diff --git a/docs/acf-bungee/co/aikar/commands/BungeeCommandManager.html b/docs/acf-bungee/co/aikar/commands/BungeeCommandManager.html index fa18ae72..6978fb1f 100644 --- a/docs/acf-bungee/co/aikar/commands/BungeeCommandManager.html +++ b/docs/acf-bungee/co/aikar/commands/BungeeCommandManager.html @@ -96,7 +96,7 @@ var activeTableTab = "activeTableTab";
    @@ -327,7 +327,7 @@ extends co.aikar.commands.CommandManager<net.md_5.bungee.api.CommandSender,
  • registeredCommands

    -
    protected Map<String,BungeeRootCommand> registeredCommands
    +
    protected Map<String,BungeeRootCommand> registeredCommands
  • @@ -498,7 +498,7 @@ extends co.aikar.commands.CommandManager<net.md_5.bungee.api.CommandSender,
  • isCommandIssuer

    -
    public boolean isCommandIssuer(Class<?> aClass)
    +
    public boolean isCommandIssuer(Class<?> aClass)
    Specified by:
    isCommandIssuer in class co.aikar.commands.CommandManager<net.md_5.bungee.api.CommandSender,BungeeCommandIssuer,net.md_5.bungee.api.ChatColor,BungeeMessageFormatter,BungeeCommandExecutionContext,BungeeConditionContext>
    @@ -511,7 +511,7 @@ extends co.aikar.commands.CommandManager<net.md_5.bungee.api.CommandSender,
  • getCommandIssuer

    -
    public BungeeCommandIssuer getCommandIssuer(Object issuer)
    +
    public BungeeCommandIssuer getCommandIssuer(Object issuer)
    Specified by:
    getCommandIssuer in class co.aikar.commands.CommandManager<net.md_5.bungee.api.CommandSender,BungeeCommandIssuer,net.md_5.bungee.api.ChatColor,BungeeMessageFormatter,BungeeCommandExecutionContext,BungeeConditionContext>
    @@ -524,7 +524,7 @@ extends co.aikar.commands.CommandManager<net.md_5.bungee.api.CommandSender,
  • createRootCommand

    -
    public co.aikar.commands.RootCommand createRootCommand(String cmd)
    +
    public co.aikar.commands.RootCommand createRootCommand(String cmd)
    Specified by:
    createRootCommand in class co.aikar.commands.CommandManager<net.md_5.bungee.api.CommandSender,BungeeCommandIssuer,net.md_5.bungee.api.ChatColor,BungeeMessageFormatter,BungeeCommandExecutionContext,BungeeConditionContext>
    @@ -540,9 +540,9 @@ extends co.aikar.commands.CommandManager<net.md_5.bungee.api.CommandSender,public BungeeCommandExecutionContext createCommandContext(co.aikar.commands.RegisteredCommand command, co.aikar.commands.CommandParameter parameter, co.aikar.commands.CommandIssuer sender, - List<String> args, + List<String> args, int i, - Map<String,Object> passedArgs) + Map<String,Object> passedArgs)
    Specified by:
    createCommandContext in class co.aikar.commands.CommandManager<net.md_5.bungee.api.CommandSender,BungeeCommandIssuer,net.md_5.bungee.api.ChatColor,BungeeMessageFormatter,BungeeCommandExecutionContext,BungeeConditionContext>
    @@ -557,9 +557,9 @@ extends co.aikar.commands.CommandManager<net.md_5.bungee.api.CommandSender,createCompletionContext
    public co.aikar.commands.CommandCompletionContext createCompletionContext(co.aikar.commands.RegisteredCommand command,
                                                                               co.aikar.commands.CommandIssuer sender,
    -                                                                          String input,
    -                                                                          String config,
    -                                                                          String[] args)
    + String input, + String config, + String[] args)
    Specified by:
    createCompletionContext in class co.aikar.commands.CommandManager<net.md_5.bungee.api.CommandSender,BungeeCommandIssuer,net.md_5.bungee.api.ChatColor,BungeeMessageFormatter,BungeeCommandExecutionContext,BungeeConditionContext>
    @@ -573,9 +573,9 @@ extends co.aikar.commands.CommandManager<net.md_5.bungee.api.CommandSender,

    createRegisteredCommand

    public co.aikar.commands.RegisteredCommand createRegisteredCommand(co.aikar.commands.BaseCommand command,
    -                                                                   String cmdName,
    -                                                                   Method method,
    -                                                                   String prefSubCommand)
    + String cmdName, + Method method, + String prefSubCommand)
    Overrides:
    createRegisteredCommand in class co.aikar.commands.CommandManager<net.md_5.bungee.api.CommandSender,BungeeCommandIssuer,net.md_5.bungee.api.ChatColor,BungeeMessageFormatter,BungeeCommandExecutionContext,BungeeConditionContext>
    @@ -589,7 +589,7 @@ extends co.aikar.commands.CommandManager<net.md_5.bungee.api.CommandSender,

    createConditionContext

    public BungeeConditionContext createConditionContext(co.aikar.commands.CommandIssuer issuer,
    -                                                     String config)
    + String config)
    Overrides:
    createConditionContext in class co.aikar.commands.CommandManager<net.md_5.bungee.api.CommandSender,BungeeCommandIssuer,net.md_5.bungee.api.ChatColor,BungeeMessageFormatter,BungeeCommandExecutionContext,BungeeConditionContext>
    @@ -603,8 +603,8 @@ extends co.aikar.commands.CommandManager<net.md_5.bungee.api.CommandSender,

    log

    public void log(co.aikar.commands.LogLevel level,
    -                String message,
    -                Throwable throwable)
    + String message, + Throwable throwable)
    Specified by:
    log in class co.aikar.commands.CommandManager<net.md_5.bungee.api.CommandSender,BungeeCommandIssuer,net.md_5.bungee.api.ChatColor,BungeeMessageFormatter,BungeeCommandExecutionContext,BungeeConditionContext>
    @@ -617,7 +617,7 @@ extends co.aikar.commands.CommandManager<net.md_5.bungee.api.CommandSender,
  • getCommandPrefix

    -
    public String getCommandPrefix(co.aikar.commands.CommandIssuer issuer)
    +
    public String getCommandPrefix(co.aikar.commands.CommandIssuer issuer)
    Overrides:
    getCommandPrefix in class co.aikar.commands.CommandManager<net.md_5.bungee.api.CommandSender,BungeeCommandIssuer,net.md_5.bungee.api.ChatColor,BungeeMessageFormatter,BungeeCommandExecutionContext,BungeeConditionContext>
    diff --git a/docs/acf-bungee/co/aikar/commands/BungeeConditionContext.html b/docs/acf-bungee/co/aikar/commands/BungeeConditionContext.html index c5bfecc1..5c11c4a9 100644 --- a/docs/acf-bungee/co/aikar/commands/BungeeConditionContext.html +++ b/docs/acf-bungee/co/aikar/commands/BungeeConditionContext.html @@ -96,7 +96,7 @@ var activeTableTab = "activeTableTab";
  • diff --git a/docs/acf-bungee/co/aikar/commands/BungeeLocales.html b/docs/acf-bungee/co/aikar/commands/BungeeLocales.html index 8daa117f..e59917ad 100644 --- a/docs/acf-bungee/co/aikar/commands/BungeeLocales.html +++ b/docs/acf-bungee/co/aikar/commands/BungeeLocales.html @@ -96,7 +96,7 @@ var activeTableTab = "activeTableTab";
    diff --git a/docs/acf-bungee/co/aikar/commands/BungeeMessageFormatter.html b/docs/acf-bungee/co/aikar/commands/BungeeMessageFormatter.html index 4dc6c678..8e27e5c6 100644 --- a/docs/acf-bungee/co/aikar/commands/BungeeMessageFormatter.html +++ b/docs/acf-bungee/co/aikar/commands/BungeeMessageFormatter.html @@ -90,7 +90,7 @@
    diff --git a/docs/acf-bungee/co/aikar/commands/BungeeRegisteredCommand.html b/docs/acf-bungee/co/aikar/commands/BungeeRegisteredCommand.html index 3bb7e0d7..4781de29 100644 --- a/docs/acf-bungee/co/aikar/commands/BungeeRegisteredCommand.html +++ b/docs/acf-bungee/co/aikar/commands/BungeeRegisteredCommand.html @@ -96,7 +96,7 @@ var activeTableTab = "activeTableTab";
    diff --git a/docs/acf-bungee/co/aikar/commands/BungeeRootCommand.html b/docs/acf-bungee/co/aikar/commands/BungeeRootCommand.html index efd22323..8fd3d730 100644 --- a/docs/acf-bungee/co/aikar/commands/BungeeRootCommand.html +++ b/docs/acf-bungee/co/aikar/commands/BungeeRootCommand.html @@ -96,7 +96,7 @@ var activeTableTab = "activeTableTab";
  • -

    Methods inherited from class java.lang.Enum

    -clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
  • +

    Methods inherited from class java.lang.Enum

    +clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf @@ -292,7 +292,7 @@ for (MinecraftMessageKeys c : MinecraftMessageKeys.values()) diff --git a/docs/acf-bungee/co/aikar/commands/class-use/BungeeCommandExecutionContext.html b/docs/acf-bungee/co/aikar/commands/class-use/BungeeCommandExecutionContext.html index 26373de1..924ad6cb 100644 --- a/docs/acf-bungee/co/aikar/commands/class-use/BungeeCommandExecutionContext.html +++ b/docs/acf-bungee/co/aikar/commands/class-use/BungeeCommandExecutionContext.html @@ -106,9 +106,9 @@ BungeeCommandManager.createCommandContext(co.aikar.commands.RegisteredCommand command, co.aikar.commands.CommandParameter parameter, co.aikar.commands.CommandIssuer sender, - List<String> args, + List<String> args, int i, - Map<String,Object> passedArgs)  + Map<String,Object> passedArgs)  diff --git a/docs/acf-bungee/co/aikar/commands/class-use/BungeeCommandIssuer.html b/docs/acf-bungee/co/aikar/commands/class-use/BungeeCommandIssuer.html index eaff6562..51810af3 100644 --- a/docs/acf-bungee/co/aikar/commands/class-use/BungeeCommandIssuer.html +++ b/docs/acf-bungee/co/aikar/commands/class-use/BungeeCommandIssuer.html @@ -103,7 +103,7 @@ BungeeCommandIssuer -BungeeCommandManager.getCommandIssuer(Object issuer)  +BungeeCommandManager.getCommandIssuer(Object issuer)  diff --git a/docs/acf-bungee/co/aikar/commands/class-use/BungeeConditionContext.html b/docs/acf-bungee/co/aikar/commands/class-use/BungeeConditionContext.html index 7b8ec25c..3156a443 100644 --- a/docs/acf-bungee/co/aikar/commands/class-use/BungeeConditionContext.html +++ b/docs/acf-bungee/co/aikar/commands/class-use/BungeeConditionContext.html @@ -104,7 +104,7 @@ BungeeConditionContext BungeeCommandManager.createConditionContext(co.aikar.commands.CommandIssuer issuer, - String config)  + String config)  diff --git a/docs/acf-bungee/co/aikar/commands/class-use/BungeeRootCommand.html b/docs/acf-bungee/co/aikar/commands/class-use/BungeeRootCommand.html index f35cfaca..515e35f9 100644 --- a/docs/acf-bungee/co/aikar/commands/class-use/BungeeRootCommand.html +++ b/docs/acf-bungee/co/aikar/commands/class-use/BungeeRootCommand.html @@ -102,7 +102,7 @@ -protected Map<String,BungeeRootCommand> +protected Map<String,BungeeRootCommand> BungeeCommandManager.registeredCommands  diff --git a/docs/acf-bungee/co/aikar/commands/class-use/MinecraftMessageKeys.html b/docs/acf-bungee/co/aikar/commands/class-use/MinecraftMessageKeys.html index 46daf1f8..6761d92e 100644 --- a/docs/acf-bungee/co/aikar/commands/class-use/MinecraftMessageKeys.html +++ b/docs/acf-bungee/co/aikar/commands/class-use/MinecraftMessageKeys.html @@ -103,7 +103,7 @@ static MinecraftMessageKeys -MinecraftMessageKeys.valueOf(String name) +MinecraftMessageKeys.valueOf(String name)
    Returns the enum constant of this type with the specified name.
    diff --git a/docs/acf-bungee/co/aikar/commands/contexts/OnlineProxiedPlayer.html b/docs/acf-bungee/co/aikar/commands/contexts/OnlineProxiedPlayer.html index fbe5c452..a4f07416 100644 --- a/docs/acf-bungee/co/aikar/commands/contexts/OnlineProxiedPlayer.html +++ b/docs/acf-bungee/co/aikar/commands/contexts/OnlineProxiedPlayer.html @@ -96,7 +96,7 @@ var activeTableTab = "activeTableTab";
    @@ -166,7 +166,7 @@ extends boolean -equals(Object o)  +equals(Object o)  net.md_5.bungee.api.connection.ProxiedPlayer @@ -177,7 +177,7 @@ extends hashCode()  -String +String toString()  @@ -185,8 +185,8 @@ extends -

    Methods inherited from class java.lang.Object

    -clone, finalize, getClass, notify, notifyAll, wait, wait, wait +

    Methods inherited from class java.lang.Object

    +clone, finalize, getClass, notify, notifyAll, wait, wait, wait @@ -251,10 +251,10 @@ extends
  • equals

    -
    public boolean equals(Object o)
    +
    public boolean equals(Object o)
    Overrides:
    -
    equals in class Object
    +
    equals in class Object
  • @@ -267,7 +267,7 @@ extends hashCode()
    Overrides:
    -
    hashCode in class Object
    +
    hashCode in class Object
    @@ -277,10 +277,10 @@ extends
  • toString

    -
    public String toString()
    +
    public String toString()
    Overrides:
    -
    toString in class Object
    +
    toString in class Object
  • diff --git a/docs/acf-bungee/co/aikar/commands/contexts/package-tree.html b/docs/acf-bungee/co/aikar/commands/contexts/package-tree.html index 95a990a1..34cc5086 100644 --- a/docs/acf-bungee/co/aikar/commands/contexts/package-tree.html +++ b/docs/acf-bungee/co/aikar/commands/contexts/package-tree.html @@ -78,7 +78,7 @@

    Class Hierarchy

    @@ -548,7 +548,7 @@ extends
  • formatNumber

    -
    public static String formatNumber(Integer balance)
    +
    public static String formatNumber(Integer balance)
  • @@ -559,8 +559,8 @@ extends
  • getEnumFromName

    -
    public static <T extends Enum> T getEnumFromName(T[] types,
    -                                                 String name)
    +
    public static <T extends Enum> T getEnumFromName(T[] types,
    +                                                 String name)
  • @@ -571,8 +571,8 @@ extends
  • getEnumFromName

    -
    public static <T extends Enum> T getEnumFromName(T[] types,
    -                                                 String name,
    +
    public static <T extends Enum> T getEnumFromName(T[] types,
    +                                                 String name,
                                                      T def)
  • @@ -584,7 +584,7 @@ extends
  • getEnumFromOrdinal

    -
    public static <T extends Enum> T getEnumFromOrdinal(T[] types,
    +
    public static <T extends Enum> T getEnumFromOrdinal(T[] types,
                                                         int ordinal)
  • @@ -594,7 +594,7 @@ extends
  • ucfirst

    -
    public static String ucfirst(String str)
    +
    public static String ucfirst(String str)
  • @@ -603,7 +603,7 @@ extends
  • parseDouble

    -
    public static Double parseDouble(String var)
    +
    public static Double parseDouble(String var)
  • @@ -612,8 +612,8 @@ extends
  • parseDouble

    -
    public static Double parseDouble(String var,
    -                                 Double def)
    +
    public static Double parseDouble(String var,
    +                                 Double def)
  • @@ -622,7 +622,7 @@ extends
  • parseFloat

    -
    public static Float parseFloat(String var)
    +
    public static Float parseFloat(String var)
  • @@ -631,8 +631,8 @@ extends
  • parseFloat

    -
    public static Float parseFloat(String var,
    -                               Float def)
    +
    public static Float parseFloat(String var,
    +                               Float def)
  • @@ -641,7 +641,7 @@ extends
  • parseLong

    -
    public static Long parseLong(String var)
    +
    public static Long parseLong(String var)
  • @@ -650,8 +650,8 @@ extends
  • parseLong

    -
    public static Long parseLong(String var,
    -                             Long def)
    +
    public static Long parseLong(String var,
    +                             Long def)
  • @@ -660,7 +660,7 @@ extends
  • parseInt

    -
    public static Integer parseInt(String var)
    +
    public static Integer parseInt(String var)
  • @@ -669,8 +669,8 @@ extends
  • parseInt

    -
    public static Integer parseInt(String var,
    -                               Integer def)
    +
    public static Integer parseInt(String var,
    +                               Integer def)
  • @@ -688,8 +688,8 @@ extends
  • nullDefault

    -
    public static <T> T nullDefault(Object val,
    -                                Object def)
    +
    public static <T> T nullDefault(Object val,
    +                                Object def)
  • @@ -698,7 +698,7 @@ extends
  • join

    -
    public static String join(Collection<String> args)
    +
    public static String join(Collection<String> args)
  • @@ -707,8 +707,8 @@ extends
  • join

    -
    public static String join(Collection<String> args,
    -                          String sep)
    +
    public static String join(Collection<String> args,
    +                          String sep)
  • @@ -717,7 +717,7 @@ extends
  • join

    -
    public static String join(String[] args)
    +
    public static String join(String[] args)
  • @@ -726,8 +726,8 @@ extends
  • join

    -
    public static String join(String[] args,
    -                          String sep)
    +
    public static String join(String[] args,
    +                          String sep)
  • @@ -736,7 +736,7 @@ extends
  • join

    -
    public static String join(String[] args,
    +
    public static String join(String[] args,
                               char sep)
  • @@ -746,7 +746,7 @@ extends
  • join

    -
    public static String join(String[] args,
    +
    public static String join(String[] args,
                               int index)
  • @@ -756,7 +756,7 @@ extends
  • join

    -
    public static String join(String[] args,
    +
    public static String join(String[] args,
                               int index,
                               char sep)
  • @@ -767,7 +767,7 @@ extends
  • simplifyString

    -
    public static String simplifyString(String str)
    +
    public static String simplifyString(String str)
  • @@ -796,7 +796,7 @@ extends
  • limit

    -
    public static String limit(String str,
    +
    public static String limit(String str,
                                int limit)
  • @@ -806,9 +806,9 @@ extends
  • replace

    -
    public static String replace(String string,
    -                             Pattern pattern,
    -                             String repl)
    +
    public static String replace(String string,
    +                             Pattern pattern,
    +                             String repl)
    Plain string replacement, escapes replace value.
    Parameters:
    @@ -825,9 +825,9 @@ extends
  • replacePattern

    -
    public static String replacePattern(String string,
    -                                    Pattern pattern,
    -                                    String repl)
    +
    public static String replacePattern(String string,
    +                                    Pattern pattern,
    +                                    String repl)
    Parameters:
    @@ -844,9 +844,9 @@ extends
  • replace

    -
    public static String replace(String string,
    -                             String pattern,
    -                             String repl)
    +
    public static String replace(String string,
    +                             String pattern,
    +                             String repl)
    Plain String replacement. If you need regex patterns, see replacePattern(String, String, String)
    Parameters:
    @@ -863,9 +863,9 @@ extends
  • replacePattern

    -
    public static String replacePattern(String string,
    -                                    String pattern,
    -                                    String repl)
    +
    public static String replacePattern(String string,
    +                                    String pattern,
    +                                    String repl)
    Parameters:
    @@ -882,9 +882,9 @@ extends
  • replacePatternMatch

    -
    public static String replacePatternMatch(String string,
    -                                         Pattern pattern,
    -                                         String repl)
    +
    public static String replacePatternMatch(String string,
    +                                         Pattern pattern,
    +                                         String repl)
    Pure Regex Pattern matching and replacement, no escaping
    Parameters:
    @@ -901,9 +901,9 @@ extends
  • replacePatternMatch

    -
    public static String replacePatternMatch(String string,
    -                                         String pattern,
    -                                         String repl)
    +
    public static String replacePatternMatch(String string,
    +                                         String pattern,
    +                                         String repl)
    Pure Regex Pattern matching and replacement, no escaping
    Parameters:
    @@ -920,8 +920,8 @@ extends
  • replaceStrings

    -
    public static String replaceStrings(String string,
    -                                    String... replacements)
    +
    public static String replaceStrings(String string,
    +                                    String... replacements)
  • @@ -930,8 +930,8 @@ extends
  • replacePatterns

    -
    public static String replacePatterns(String string,
    -                                     String... replacements)
    +
    public static String replacePatterns(String string,
    +                                     String... replacements)
  • @@ -940,7 +940,7 @@ extends
  • capitalize

    -
    public static String capitalize(String str,
    +
    public static String capitalize(String str,
                                     char[] delimiters)
  • @@ -950,7 +950,7 @@ extends
  • random

    -
    public static <T> T random(List<T> arr)
    +
    public static <T> T random(List<T> arr)
  • @@ -970,8 +970,8 @@ extends
  • random

    -
    @Deprecated
    -public static <T extends Enum<?>> T random(Class<? extends T> enm)
    +
    @Deprecated
    +public static <T extends Enum<?>> T random(Class<? extends T> enm)
    Deprecated. 
    Added as im sure we will try to "Find this" again. This is no different than Enum.values() passed to above method logically but the array version is slightly faster.
    @@ -990,7 +990,7 @@ public static <T extends
  • normalize

    -
    public static String normalize(String s)
    +
    public static String normalize(String s)
  • @@ -999,8 +999,8 @@ public static <T extends
  • indexOf

    -
    public static int indexOf(String arg,
    -                          String[] split)
    +
    public static int indexOf(String arg,
    +                          String[] split)
  • @@ -1009,7 +1009,7 @@ public static <T extends
  • capitalizeFirst

    -
    public static String capitalizeFirst(String name)
    +
    public static String capitalizeFirst(String name)
  • @@ -1018,7 +1018,7 @@ public static <T extends
  • capitalizeFirst

    -
    public static String capitalizeFirst(String name,
    +
    public static String capitalizeFirst(String name,
                                          char separator)
  • @@ -1028,7 +1028,7 @@ public static <T extends
  • ltrim

    -
    public static String ltrim(String s)
    +
    public static String ltrim(String s)
  • @@ -1037,7 +1037,7 @@ public static <T extends
  • rtrim

    -
    public static String rtrim(String s)
    +
    public static String rtrim(String s)
  • @@ -1046,7 +1046,7 @@ public static <T extends
  • enumNames

    -
    public static List<StringenumNames(Enum<?>[] values)
    +
    public static List<StringenumNames(Enum<?>[] values)
  • @@ -1055,7 +1055,7 @@ public static <T extends
  • enumNames

    -
    public static List<StringenumNames(Class<? extends Enum<?>> cls)
    +
    public static List<StringenumNames(Class<? extends Enum<?>> cls)
  • @@ -1064,7 +1064,7 @@ public static <T extends
  • combine

    -
    public static String combine(String[] args)
    +
    public static String combine(String[] args)
  • @@ -1073,7 +1073,7 @@ public static <T extends
  • combine

    -
    public static String combine(String[] args,
    +
    public static String combine(String[] args,
                                  int start)
  • @@ -1084,8 +1084,8 @@ public static <T extends

    simpleMatch

    @Nullable
    -public static <E extends Enum<E>> E simpleMatch(Class<? extends Enum<?>> list,
    -                                                          String item)
    +public static <E extends Enum<E>> E simpleMatch(Class<? extends Enum<?>> list, + String item)
  • @@ -1094,7 +1094,7 @@ public static <E extends
  • isTruthy

    -
    public static boolean isTruthy(String test)
    +
    public static boolean isTruthy(String test)
  • @@ -1103,7 +1103,7 @@ public static <E extends
  • parseNumber

    -
    public static Number parseNumber(String num,
    +
    public static Number parseNumber(String num,
                                      boolean suffixes)
  • @@ -1113,7 +1113,7 @@ public static <E extends
  • parseBigNumber

    -
    public static BigDecimal parseBigNumber(String num,
    +
    public static BigDecimal parseBigNumber(String num,
                                             boolean suffixes)
  • @@ -1123,8 +1123,8 @@ public static <E extends
  • hasIntersection

    -
    public static <T> boolean hasIntersection(Collection<T> list1,
    -                                          Collection<T> list2)
    +
    public static <T> boolean hasIntersection(Collection<T> list1,
    +                                          Collection<T> list2)
  • @@ -1133,8 +1133,8 @@ public static <E extends
  • intersection

    -
    public static <T> Collection<T> intersection(Collection<T> list1,
    -                                             Collection<T> list2)
    +
    public static <T> Collection<T> intersection(Collection<T> list1,
    +                                             Collection<T> list2)
  • @@ -1185,7 +1185,7 @@ public static <E extends
  • isNumber

    -
    public static boolean isNumber(String str)
    +
    public static boolean isNumber(String str)
  • @@ -1194,7 +1194,7 @@ public static <E extends
  • intToRoman

    -
    public static String intToRoman(int integer)
    +
    public static String intToRoman(int integer)
  • @@ -1203,7 +1203,7 @@ public static <E extends
  • isInteger

    -
    public static boolean isInteger(String string)
    +
    public static boolean isInteger(String string)
  • @@ -1212,7 +1212,7 @@ public static <E extends
  • isFloat

    -
    public static boolean isFloat(String string)
    +
    public static boolean isFloat(String string)
  • @@ -1221,7 +1221,7 @@ public static <E extends
  • isDouble

    -
    public static boolean isDouble(String string)
    +
    public static boolean isDouble(String string)
  • @@ -1251,7 +1251,7 @@ public static <E extends
  • sneaky

    -
    public static void sneaky(Throwable t)
    +
    public static void sneaky(Throwable t)
  • diff --git a/docs/acf-core/co/aikar/commands/AnnotationProcessor.html b/docs/acf-core/co/aikar/commands/AnnotationProcessor.html index 2cad81eb..9bdf2161 100644 --- a/docs/acf-core/co/aikar/commands/AnnotationProcessor.html +++ b/docs/acf-core/co/aikar/commands/AnnotationProcessor.html @@ -92,7 +92,7 @@ var activeTableTab = "activeTableTab";
    co.aikar.commands
    -

    Interface AnnotationProcessor<T extends Annotation>

    +

    Interface AnnotationProcessor<T extends Annotation>

    @@ -105,8 +105,8 @@ var activeTableTab = "activeTableTab";
    Deprecated.

    -
    @Deprecated
    -public interface AnnotationProcessor<T extends Annotation>
    +
    @Deprecated
    +public interface AnnotationProcessor<T extends Annotation>
  • @@ -126,7 +126,7 @@ public interface Method and Description -default @Nullable Set<Class<?>> +default @Nullable Set<Class<?>> getApplicableParameters()
    Deprecated. 
      @@ -149,7 +149,7 @@ public interface default void onParameterRegistered(RegisteredCommand command, int parameterIndex, - Parameter p, + Parameter p, T annotation)
    Deprecated. 
      @@ -163,7 +163,7 @@ public interface default void onPostContextResolution(CommandExecutionContext context, - Object resolvedValue) + Object resolvedValue)
    Deprecated. 
      @@ -201,7 +201,7 @@ public interface

    getApplicableParameters

    @Nullable
    -default @Nullable Set<Class<?>> getApplicableParameters()
    +default @Nullable Set<Class<?>> getApplicableParameters()
    Deprecated. 
    @@ -241,7 +241,7 @@ default @Nullable onParameterRegistered(RegisteredCommand command, int parameterIndex, - Parameter p, + Parameter p, T annotation)
    Deprecated. 
    @@ -283,7 +283,7 @@ default @Nullable

    onPostContextResolution

    default void onPostContextResolution(CommandExecutionContext context,
    -                                     Object resolvedValue)
    + Object resolvedValue)
    Deprecated. 
    diff --git a/docs/acf-core/co/aikar/commands/BaseCommand.html b/docs/acf-core/co/aikar/commands/BaseCommand.html index 6e48b63d..df13417f 100644 --- a/docs/acf-core/co/aikar/commands/BaseCommand.html +++ b/docs/acf-core/co/aikar/commands/BaseCommand.html @@ -96,7 +96,7 @@ var activeTableTab = "activeTableTab";
    @@ -133,11 +133,11 @@ extends Field and Description -static String +static String CATCHUNKNOWN  -static String +static String DEFAULT  @@ -158,7 +158,7 @@ extends BaseCommand()  -BaseCommand(String cmd)  +BaseCommand(String cmd)  @@ -183,18 +183,18 @@ extends void doHelp(CommandIssuer issuer, - String... args)  + String... args)
      void -doHelp(Object issuer, - String... args)  +doHelp(Object issuer, + String... args)  void execute(CommandIssuer issuer, - String commandLabel, - String[] args)  + String commandLabel, + String[] args)  CommandHelp @@ -205,8 +205,8 @@ extends -String -getContextFlags(Class<?> cls)  +String +getContextFlags(Class<?> cls)  CommandIssuer @@ -225,29 +225,29 @@ extends getExceptionHandler()  -String +String getExecCommandLabel()
    Gets the root command name that the user actually typed
    -String +String getExecSubcommand()
    Gets the actual sub command name the user typed
    -String +String getName()  -String[] +String[] getOrigArgs()
    Gets the actual args in string form the user typed
    -Set<String> +Set<String> getRequiredPermissions()  @@ -256,26 +256,26 @@ extends boolean -hasPermission(Object issuer)  +hasPermission(Object issuer)  void help(CommandIssuer issuer, - String[] args)  + String[] args)  void -help(Object issuer, - String[] args)  +help(Object issuer, + String[] args)  boolean -requiresPermission(String permission)  +requiresPermission(String permission)  -String -setContextFlags(Class<?> cls, - String flags)  +String +setContextFlags(Class<?> cls, + String flags)  BaseCommand @@ -295,16 +295,16 @@ extends RegisteredCommand<?> cmd)  -List<String> +List<String> tabComplete(CommandIssuer issuer, - String commandLabel, - String[] args)  + String commandLabel, + String[] args)  -List<String> +List<String> tabComplete(CommandIssuer issuer, - String commandLabel, - String[] args, + String commandLabel, + String[] args, boolean isAsync)  @@ -312,8 +312,8 @@ extends -

    Methods inherited from class java.lang.Object

    -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait @@ -335,7 +335,7 @@ extends
  • CATCHUNKNOWN

    -
    public static final String CATCHUNKNOWN
    +
    public static final String CATCHUNKNOWN
    See Also:
    Constant Field Values
    @@ -348,7 +348,7 @@ extends
  • DEFAULT

    -
    public static final String DEFAULT
    +
    public static final String DEFAULT
    See Also:
    Constant Field Values
    @@ -378,7 +378,7 @@ extends
  • BaseCommand

    -
    public BaseCommand(String cmd)
    +
    public BaseCommand(String cmd)
  • @@ -395,7 +395,7 @@ extends
  • getExecCommandLabel

    -
    public String getExecCommandLabel()
    +
    public String getExecCommandLabel()
    Gets the root command name that the user actually typed
    Returns:
    @@ -409,7 +409,7 @@ extends
  • getExecSubcommand

    -
    public String getExecSubcommand()
    +
    public String getExecSubcommand()
    Gets the actual sub command name the user typed
    Returns:
    @@ -423,7 +423,7 @@ extends
  • getOrigArgs

    -
    public String[] getOrigArgs()
    +
    public String[] getOrigArgs()
    Gets the actual args in string form the user typed
    Returns:
    @@ -438,8 +438,8 @@ extends

    execute

    public void execute(CommandIssuer issuer,
    -                    String commandLabel,
    -                    String[] args)
    + String commandLabel, + String[] args)
  • @@ -476,9 +476,9 @@ extends
  • tabComplete

    -
    public List<StringtabComplete(CommandIssuer issuer,
    -                                String commandLabel,
    -                                String[] args)
    +
    public List<StringtabComplete(CommandIssuer issuer,
    +                                String commandLabel,
    +                                String[] args)
  • @@ -487,14 +487,14 @@ extends
  • tabComplete

    -
    public List<StringtabComplete(CommandIssuer issuer,
    -                                String commandLabel,
    -                                String[] args,
    +
    public List<StringtabComplete(CommandIssuer issuer,
    +                                String commandLabel,
    +                                String[] args,
                                     boolean isAsync)
    -                         throws IllegalArgumentException
    + throws IllegalArgumentException
    Throws:
    -
    IllegalArgumentException
    +
    IllegalArgumentException
  • @@ -504,7 +504,7 @@ extends
  • getCommandHelp

    -
    @Deprecated
    +
    @Deprecated
     public CommandHelp getCommandHelp()
    Deprecated. Unstable API
  • @@ -515,7 +515,7 @@ public 
  • showCommandHelp

    -
    @Deprecated
    +
    @Deprecated
     public void showCommandHelp()
    Deprecated. Unstable API
  • @@ -526,8 +526,8 @@ public void 
  • help

    -
    public void help(Object issuer,
    -                 String[] args)
    +
    public void help(Object issuer,
    +                 String[] args)
  • @@ -537,7 +537,7 @@ public void 

    help

    public void help(CommandIssuer issuer,
    -                 String[] args)
    + String[] args)
  • @@ -546,8 +546,8 @@ public void 
  • doHelp

    -
    public void doHelp(Object issuer,
    -                   String... args)
    +
    public void doHelp(Object issuer,
    +                   String... args)
  • @@ -557,7 +557,7 @@ public void 

    doHelp

    public void doHelp(CommandIssuer issuer,
    -                   String... args)
    + String... args)
  • @@ -576,7 +576,7 @@ public void 
  • hasPermission

    -
    public boolean hasPermission(Object issuer)
    +
    public boolean hasPermission(Object issuer)
  • @@ -594,7 +594,7 @@ public void 
  • getRequiredPermissions

    -
    public Set<StringgetRequiredPermissions()
    +
    public Set<StringgetRequiredPermissions()
  • @@ -603,7 +603,7 @@ public void 
  • requiresPermission

    -
    public boolean requiresPermission(String permission)
    +
    public boolean requiresPermission(String permission)
  • @@ -612,7 +612,7 @@ public void 
  • getName

    -
    public String getName()
    +
    public String getName()
  • @@ -648,8 +648,8 @@ public void 
  • setContextFlags

    -
    public String setContextFlags(Class<?> cls,
    -                              String flags)
    +
    public String setContextFlags(Class<?> cls,
    +                              String flags)
  • @@ -658,7 +658,7 @@ public void 
  • getContextFlags

    -
    public String getContextFlags(Class<?> cls)
    +
    public String getContextFlags(Class<?> cls)
  • diff --git a/docs/acf-core/co/aikar/commands/CommandCompletionContext.html b/docs/acf-core/co/aikar/commands/CommandCompletionContext.html index ded67dd9..a7454bd2 100644 --- a/docs/acf-core/co/aikar/commands/CommandCompletionContext.html +++ b/docs/acf-core/co/aikar/commands/CommandCompletionContext.html @@ -96,7 +96,7 @@ var activeTableTab = "activeTableTab";
    @@ -148,33 +148,33 @@ extends Method and Description -String +String getConfig()  -String -getConfig(String key)  +String +getConfig(String key)  -String -getConfig(String key, - String def)  +String +getConfig(String key, + String def)  -Map<String,String> +Map<String,String> getConfigs()  <T> T -getContextValue(Class<? extends T> clazz)  +getContextValue(Class<? extends T> clazz)  <T> T -getContextValue(Class<? extends T> clazz, - Integer paramIdx)  +getContextValue(Class<? extends T> clazz, + Integer paramIdx)  -String +String getInput()  @@ -183,7 +183,7 @@ extends boolean -hasConfig(String key)  +hasConfig(String key)  boolean @@ -194,8 +194,8 @@ extends -

    Methods inherited from class java.lang.Object

    -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait @@ -234,7 +234,7 @@ extends
  • getConfigs

    -
    public Map<String,StringgetConfigs()
    +
    public Map<String,StringgetConfigs()
  • @@ -243,7 +243,7 @@ extends
  • getConfig

    -
    public String getConfig(String key)
    +
    public String getConfig(String key)
  • @@ -252,8 +252,8 @@ extends
  • getConfig

    -
    public String getConfig(String key,
    -                        String def)
    +
    public String getConfig(String key,
    +                        String def)
  • @@ -262,7 +262,7 @@ extends
  • hasConfig

    -
    public boolean hasConfig(String key)
    +
    public boolean hasConfig(String key)
  • @@ -271,7 +271,7 @@ extends
  • getContextValue

    -
    public <T> T getContextValue(Class<? extends T> clazz)
    +
    public <T> T getContextValue(Class<? extends T> clazz)
                           throws InvalidCommandArgument
    Throws:
    @@ -285,8 +285,8 @@ extends
  • getContextValue

    -
    public <T> T getContextValue(Class<? extends T> clazz,
    -                             Integer paramIdx)
    +
    public <T> T getContextValue(Class<? extends T> clazz,
    +                             Integer paramIdx)
                           throws InvalidCommandArgument
    Throws:
    @@ -309,7 +309,7 @@ extends
  • getInput

    -
    public String getInput()
    +
    public String getInput()
  • @@ -318,7 +318,7 @@ extends
  • getConfig

    -
    public String getConfig()
    +
    public String getConfig()
  • diff --git a/docs/acf-core/co/aikar/commands/CommandCompletions.CommandCompletionHandler.html b/docs/acf-core/co/aikar/commands/CommandCompletions.CommandCompletionHandler.html index 8dd492cf..58bd6044 100644 --- a/docs/acf-core/co/aikar/commands/CommandCompletions.CommandCompletionHandler.html +++ b/docs/acf-core/co/aikar/commands/CommandCompletions.CommandCompletionHandler.html @@ -128,7 +128,7 @@ var activeTableTab = "activeTableTab"; Method and Description -Collection<String> +Collection<String> getCompletions(C context)  @@ -154,7 +154,7 @@ var activeTableTab = "activeTableTab";
  • diff --git a/docs/acf-core/co/aikar/commands/CommandCompletions.html b/docs/acf-core/co/aikar/commands/CommandCompletions.html index 05e37411..36f63c01 100644 --- a/docs/acf-core/co/aikar/commands/CommandCompletions.html +++ b/docs/acf-core/co/aikar/commands/CommandCompletions.html @@ -96,7 +96,7 @@ var activeTableTab = "activeTableTab";
  • @@ -174,12 +174,12 @@ extends CommandCompletions.CommandCompletionHandler -registerAsyncCompletion(String id, +registerAsyncCompletion(String id, CommandCompletions.AsyncCommandCompletionHandler<C> handler)  CommandCompletions.CommandCompletionHandler -registerCompletion(String id, +registerCompletion(String id, CommandCompletions.CommandCompletionHandler<C> handler)  @@ -187,8 +187,8 @@ extends -

    Methods inherited from class java.lang.Object

    -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait @@ -227,7 +227,7 @@ extends
  • registerCompletion

    -
    public CommandCompletions.CommandCompletionHandler registerCompletion(String id,
    +
    public CommandCompletions.CommandCompletionHandler registerCompletion(String id,
                                                                           CommandCompletions.CommandCompletionHandler<C> handler)
  • @@ -237,7 +237,7 @@ extends
  • registerAsyncCompletion

    -
    public CommandCompletions.CommandCompletionHandler registerAsyncCompletion(String id,
    +
    public CommandCompletions.CommandCompletionHandler registerAsyncCompletion(String id,
                                                                                CommandCompletions.AsyncCommandCompletionHandler<C> handler)
  • diff --git a/docs/acf-core/co/aikar/commands/CommandConditions.html b/docs/acf-core/co/aikar/commands/CommandConditions.html index 1fcc57da..11dac1d0 100644 --- a/docs/acf-core/co/aikar/commands/CommandConditions.html +++ b/docs/acf-core/co/aikar/commands/CommandConditions.html @@ -96,7 +96,7 @@ var activeTableTab = "activeTableTab";
    @@ -153,13 +153,13 @@ extends <P> CommandConditions.ParameterCondition -addCondition(Class<P> clazz, - @NotNull String id, +addCondition(Class<P> clazz, + @NotNull String id, @NotNull CommandConditions.ParameterCondition<P,CEC,I> handler)  CommandConditions.Condition<I> -addCondition(@NotNull String id, +addCondition(@NotNull String id, @NotNull CommandConditions.Condition<I> handler)  @@ -167,8 +167,8 @@ extends -

    Methods inherited from class java.lang.Object

    -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait @@ -191,7 +191,7 @@ extends

    addCondition

    public CommandConditions.Condition<IaddCondition(@NotNull
    -                                                   @NotNull String id,
    +                                                   @NotNull String id,
                                                        @NotNull
                                                        @NotNull CommandConditions.Condition<I> handler)
    @@ -202,9 +202,9 @@ extends
  • addCondition

    -
    public <P> CommandConditions.ParameterCondition addCondition(Class<P> clazz,
    +
    public <P> CommandConditions.ParameterCondition addCondition(Class<P> clazz,
                                                                  @NotNull
    -                                                             @NotNull String id,
    +                                                             @NotNull String id,
                                                                  @NotNull
                                                                  @NotNull CommandConditions.ParameterCondition<P,CEC,I> handler)
  • diff --git a/docs/acf-core/co/aikar/commands/CommandContexts.html b/docs/acf-core/co/aikar/commands/CommandContexts.html index 042c8e1c..6737abae 100644 --- a/docs/acf-core/co/aikar/commands/CommandContexts.html +++ b/docs/acf-core/co/aikar/commands/CommandContexts.html @@ -96,7 +96,7 @@ var activeTableTab = "activeTableTab";
    @@ -129,7 +129,7 @@ extends Field and Description -protected Map<Class<?>,ContextResolver<?,R>> +protected Map<Class<?>,ContextResolver<?,R>> contextMap  @@ -153,18 +153,18 @@ extends ContextResolver<?,R> -getResolver(Class<?> type)  +getResolver(Class<?> type)  <T> void -registerContext(Class<T> context, +registerContext(Class<T> context, ContextResolver<T,R> supplier)
    Registers a context that requires input from the command issuer to resolve.
    <T> void -registerIssuerAwareContext(Class<T> context, +registerIssuerAwareContext(Class<T> context, IssuerAwareContextResolver<T,R> supplier)
    Registers a context resolver that may conditionally consume input, falling back to using the context of the issuer to potentially fulfill this context.
    @@ -172,21 +172,21 @@ extends <T> void -registerIssuerOnlyContext(Class<T> context, +registerIssuerOnlyContext(Class<T> context, IssuerOnlyContextResolver<T,R> supplier)
    Registers a context resolver that will never consume input.
    <T> void -registerOptionalContext(Class<T> context, +registerOptionalContext(Class<T> context, OptionalContextResolver<T,R> supplier)
    Registers a context that can safely accept a null input from the command issuer to resolve.
    <T> void -registerSenderAwareContext(Class<T> context, +registerSenderAwareContext(Class<T> context, IssuerAwareContextResolver<T,R> supplier)
    Deprecated. 
    Please switch to registerIssuerAwareContext(Class, IssuerAwareContextResolver) @@ -199,8 +199,8 @@ extends -

    Methods inherited from class java.lang.Object

    -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait @@ -222,7 +222,7 @@ extends
  • contextMap

    -
    protected final Map<Class<?>,ContextResolver<?,R extends CommandExecutionContext<?,? extends CommandIssuer>>> contextMap
    +
    protected final Map<Class<?>,ContextResolver<?,R extends CommandExecutionContext<?,? extends CommandIssuer>>> contextMap
  • @@ -248,8 +248,8 @@ extends
  • registerSenderAwareContext

    -
    @Deprecated
    -public <T> void registerSenderAwareContext(Class<T> context,
    +
    @Deprecated
    +public <T> void registerSenderAwareContext(Class<T> context,
                                                            IssuerAwareContextResolver<T,R> supplier)
    Deprecated. Please switch to registerIssuerAwareContext(Class, IssuerAwareContextResolver) as the core wants to use the platform agnostic term of "Issuer" instead of Sender
    @@ -265,7 +265,7 @@ public <T> void 
  • registerIssuerAwareContext

    -
    public <T> void registerIssuerAwareContext(Class<T> context,
    +
    public <T> void registerIssuerAwareContext(Class<T> context,
                                                IssuerAwareContextResolver<T,R> supplier)
    Registers a context resolver that may conditionally consume input, falling back to using the context of the issuer to potentially fulfill this context. @@ -279,7 +279,7 @@ public <T> void 
  • registerIssuerOnlyContext

    -
    public <T> void registerIssuerOnlyContext(Class<T> context,
    +
    public <T> void registerIssuerOnlyContext(Class<T> context,
                                               IssuerOnlyContextResolver<T,R> supplier)
    Registers a context resolver that will never consume input. It will always satisfy its context based on the issuer of the command, so it will not appear in syntax strings.
    @@ -291,7 +291,7 @@ public <T> void 
  • registerOptionalContext

    -
    public <T> void registerOptionalContext(Class<T> context,
    +
    public <T> void registerOptionalContext(Class<T> context,
                                             OptionalContextResolver<T,R> supplier)
    Registers a context that can safely accept a null input from the command issuer to resolve. This resolver should always call CommandExecutionContext.popFirstArg()
    @@ -303,7 +303,7 @@ public <T> void 
  • registerContext

    -
    public <T> void registerContext(Class<T> context,
    +
    public <T> void registerContext(Class<T> context,
                                     ContextResolver<T,R> supplier)
    Registers a context that requires input from the command issuer to resolve. This resolver should always call CommandExecutionContext.popFirstArg()
    @@ -315,7 +315,7 @@ public <T> void 
  • getResolver

    -
    public ContextResolver<?,RgetResolver(Class<?> type)
    +
    public ContextResolver<?,RgetResolver(Class<?> type)
  • diff --git a/docs/acf-core/co/aikar/commands/CommandExecutionContext.html b/docs/acf-core/co/aikar/commands/CommandExecutionContext.html index ac37b7e6..79bb327a 100644 --- a/docs/acf-core/co/aikar/commands/CommandExecutionContext.html +++ b/docs/acf-core/co/aikar/commands/CommandExecutionContext.html @@ -96,7 +96,7 @@ var activeTableTab = "activeTableTab";
  • @@ -152,143 +152,143 @@ extends canOverridePlayerContext()  -<T extends Annotation>
    T
    -getAnnotation(Class<T> cls) +<T extends Annotation>
    T
    +getAnnotation(Class<T> cls)
    Deprecated. 
    -<T extends Annotation>
    String
    -getAnnotationValue(Class<T> cls)  +<T extends Annotation>
    String
    +getAnnotationValue(Class<T> cls)  -<T extends Annotation>
    String
    -getAnnotationValue(Class<T> cls, +<T extends Annotation>
    String
    +getAnnotationValue(Class<T> cls, int options)  -List<String> +List<String> getArgs()  -Boolean -getBooleanFlagValue(String flag)  +Boolean +getBooleanFlagValue(String flag)  -Boolean -getBooleanFlagValue(String flag, - Boolean def)  +Boolean +getBooleanFlagValue(String flag, + Boolean def)  RegisteredCommand getCmd()  -Double -getDoubleFlagValue(String flag, - Number def)  +Double +getDoubleFlagValue(String flag, + Number def)  -String +String getFirstArg()  -Map<String,String> +Map<String,String> getFlags()  -Double -getFlagValue(String flag, - Double def)  +Double +getFlagValue(String flag, + Double def)  -Float -getFlagValue(String flag, - Float def)  +Float +getFlagValue(String flag, + Float def)  -Integer -getFlagValue(String flag, - Integer def)  +Integer +getFlagValue(String flag, + Integer def)  -Long -getFlagValue(String flag, - Long def)  +Long +getFlagValue(String flag, + Long def)  -Double -getFlagValue(String flag, - Number def)  +Double +getFlagValue(String flag, + Number def)  -String -getFlagValue(String flag, - String def)  +String +getFlagValue(String flag, + String def)  -Float -getFloatFlagValue(String flag, - Number def)  +Float +getFloatFlagValue(String flag, + Number def)  int getIndex()  -Integer -getIntFlagValue(String flag, - Number def)  +Integer +getIntFlagValue(String flag, + Number def)  I getIssuer()  -String +String getLastArg()  -Long -getLongFlagValue(String flag, - Number def)  +Long +getLongFlagValue(String flag, + Number def)  int getNumParams()  -Parameter +Parameter getParam()
    Deprecated. 
    -Map<String,Object> +Map<String,Object> getPassedArgs()  -Object -getResolvedArg(Class<?>... classes)  +Object +getResolvedArg(Class<?>... classes)  -Object -getResolvedArg(String arg)  +Object +getResolvedArg(String arg)  <T> T -getResolvedArg(String key, - Class<?>... classes)  +getResolvedArg(String key, + Class<?>... classes)  -<T extends Annotation>
    boolean
    -hasAnnotation(Class<T> cls)  +<T extends Annotation>
    boolean
    +hasAnnotation(Class<T> cls)  boolean -hasFlag(String flag)  +hasFlag(String flag)  boolean @@ -299,19 +299,19 @@ extends isOptional()  -String +String joinArgs()  -String -joinArgs(String sep)  +String +joinArgs(String sep)  -String +String popFirstArg()  -String +String popLastArg()  @@ -319,8 +319,8 @@ extends -

    Methods inherited from class java.lang.Object

    -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait @@ -359,7 +359,7 @@ extends
  • popFirstArg

    -
    public String popFirstArg()
    +
    public String popFirstArg()
  • @@ -368,7 +368,7 @@ extends
  • popLastArg

    -
    public String popLastArg()
    +
    public String popLastArg()
  • @@ -377,7 +377,7 @@ extends
  • getFirstArg

    -
    public String getFirstArg()
    +
    public String getFirstArg()
  • @@ -386,7 +386,7 @@ extends
  • getLastArg

    -
    public String getLastArg()
    +
    public String getLastArg()
  • @@ -422,7 +422,7 @@ extends
  • getResolvedArg

    -
    public Object getResolvedArg(String arg)
    +
    public Object getResolvedArg(String arg)
  • @@ -431,7 +431,7 @@ extends
  • getResolvedArg

    -
    public Object getResolvedArg(Class<?>... classes)
    +
    public Object getResolvedArg(Class<?>... classes)
  • @@ -440,8 +440,8 @@ extends
  • getResolvedArg

    -
    public <T> T getResolvedArg(String key,
    -                            Class<?>... classes)
    +
    public <T> T getResolvedArg(String key,
    +                            Class<?>... classes)
  • @@ -459,7 +459,7 @@ extends
  • hasFlag

    -
    public boolean hasFlag(String flag)
    +
    public boolean hasFlag(String flag)
  • @@ -468,8 +468,8 @@ extends
  • getFlagValue

    -
    public String getFlagValue(String flag,
    -                           String def)
    +
    public String getFlagValue(String flag,
    +                           String def)
  • @@ -478,8 +478,8 @@ extends
  • getFlagValue

    -
    public Integer getFlagValue(String flag,
    -                            Integer def)
    +
    public Integer getFlagValue(String flag,
    +                            Integer def)
  • @@ -488,8 +488,8 @@ extends
  • getFlagValue

    -
    public Long getFlagValue(String flag,
    -                         Long def)
    +
    public Long getFlagValue(String flag,
    +                         Long def)
  • @@ -498,8 +498,8 @@ extends
  • getFlagValue

    -
    public Float getFlagValue(String flag,
    -                          Float def)
    +
    public Float getFlagValue(String flag,
    +                          Float def)
  • @@ -508,8 +508,8 @@ extends
  • getFlagValue

    -
    public Double getFlagValue(String flag,
    -                           Double def)
    +
    public Double getFlagValue(String flag,
    +                           Double def)
  • @@ -518,8 +518,8 @@ extends
  • getIntFlagValue

    -
    public Integer getIntFlagValue(String flag,
    -                               Number def)
    +
    public Integer getIntFlagValue(String flag,
    +                               Number def)
  • @@ -528,8 +528,8 @@ extends
  • getLongFlagValue

    -
    public Long getLongFlagValue(String flag,
    -                             Number def)
    +
    public Long getLongFlagValue(String flag,
    +                             Number def)
  • @@ -538,8 +538,8 @@ extends
  • getFloatFlagValue

    -
    public Float getFloatFlagValue(String flag,
    -                               Number def)
    +
    public Float getFloatFlagValue(String flag,
    +                               Number def)
  • @@ -548,8 +548,8 @@ extends
  • getDoubleFlagValue

    -
    public Double getDoubleFlagValue(String flag,
    -                                 Number def)
    +
    public Double getDoubleFlagValue(String flag,
    +                                 Number def)
  • @@ -558,7 +558,7 @@ extends
  • getBooleanFlagValue

    -
    public Boolean getBooleanFlagValue(String flag)
    +
    public Boolean getBooleanFlagValue(String flag)
  • @@ -567,8 +567,8 @@ extends
  • getBooleanFlagValue

    -
    public Boolean getBooleanFlagValue(String flag,
    -                                   Boolean def)
    +
    public Boolean getBooleanFlagValue(String flag,
    +                                   Boolean def)
  • @@ -577,8 +577,8 @@ extends
  • getFlagValue

    -
    public Double getFlagValue(String flag,
    -                           Number def)
    +
    public Double getFlagValue(String flag,
    +                           Number def)
  • @@ -587,8 +587,8 @@ extends
  • getAnnotation

    -
    @Deprecated
    -public <T extends Annotation> T getAnnotation(Class<T> cls)
    +
    @Deprecated
    +public <T extends Annotation> T getAnnotation(Class<T> cls)
    Deprecated. Use getAnnotationValue(Class)
    This method will not support annotation processors!! use getAnnotationValue or hasAnnotation
  • @@ -599,7 +599,7 @@ public <T extends
  • getAnnotationValue

    -
    public <T extends AnnotationString getAnnotationValue(Class<T> cls)
    +
    public <T extends AnnotationString getAnnotationValue(Class<T> cls)
  • @@ -608,7 +608,7 @@ public <T extends
  • getAnnotationValue

    -
    public <T extends AnnotationString getAnnotationValue(Class<T> cls,
    +
    public <T extends AnnotationString getAnnotationValue(Class<T> cls,
                                                             int options)
  • @@ -618,7 +618,7 @@ public <T extends
  • hasAnnotation

    -
    public <T extends Annotation> boolean hasAnnotation(Class<T> cls)
    +
    public <T extends Annotation> boolean hasAnnotation(Class<T> cls)
  • @@ -636,8 +636,8 @@ public <T extends
  • getParam

    -
    @Deprecated
    -public Parameter getParam()
    +
    @Deprecated
    +public Parameter getParam()
    Deprecated. 
  • @@ -656,7 +656,7 @@ public 
  • getArgs

    -
    public List<StringgetArgs()
    +
    public List<StringgetArgs()
  • @@ -674,7 +674,7 @@ public 
  • getPassedArgs

    -
    public Map<String,ObjectgetPassedArgs()
    +
    public Map<String,ObjectgetPassedArgs()
  • @@ -683,7 +683,7 @@ public 
  • getFlags

    -
    public Map<String,StringgetFlags()
    +
    public Map<String,StringgetFlags()
  • @@ -692,7 +692,7 @@ public 
  • joinArgs

    -
    public String joinArgs()
    +
    public String joinArgs()
  • @@ -701,7 +701,7 @@ public 
  • joinArgs

    -
    public String joinArgs(String sep)
    +
    public String joinArgs(String sep)
  • diff --git a/docs/acf-core/co/aikar/commands/CommandHelp.html b/docs/acf-core/co/aikar/commands/CommandHelp.html index 1235ba25..be66d962 100644 --- a/docs/acf-core/co/aikar/commands/CommandHelp.html +++ b/docs/acf-core/co/aikar/commands/CommandHelp.html @@ -96,7 +96,7 @@ var activeTableTab = "activeTableTab";
    @@ -148,15 +148,15 @@ extends Method and Description -String +String getCommandName()  -String +String getCommandPrefix()  -List<HelpEntry> +List<HelpEntry> getHelpEntries()  @@ -176,7 +176,7 @@ extends getPerPage()  -List<String> +List<String> getSearch()  @@ -193,7 +193,7 @@ extends boolean -isExactMatch(String command)  +isExactMatch(String command)  boolean @@ -214,7 +214,7 @@ extends void -setSearch(List<String> search)  +setSearch(List<String> search)  void @@ -233,8 +233,8 @@ extends -

    Methods inherited from class java.lang.Object

    -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait @@ -293,7 +293,7 @@ extends
  • isExactMatch

    -
    public boolean isExactMatch(String command)
    +
    public boolean isExactMatch(String command)
  • @@ -320,7 +320,7 @@ extends
  • getHelpEntries

    -
    public List<HelpEntrygetHelpEntries()
    +
    public List<HelpEntrygetHelpEntries()
  • @@ -357,7 +357,7 @@ extends
  • setSearch

    -
    public void setSearch(List<String> search)
    +
    public void setSearch(List<String> search)
  • @@ -375,7 +375,7 @@ extends
  • getCommandName

    -
    public String getCommandName()
    +
    public String getCommandName()
  • @@ -384,7 +384,7 @@ extends
  • getCommandPrefix

    -
    public String getCommandPrefix()
    +
    public String getCommandPrefix()
  • @@ -411,7 +411,7 @@ extends
  • getSearch

    -
    public List<StringgetSearch()
    +
    public List<StringgetSearch()
  • diff --git a/docs/acf-core/co/aikar/commands/CommandHelpFormatter.html b/docs/acf-core/co/aikar/commands/CommandHelpFormatter.html index 334270b5..462dc5b2 100644 --- a/docs/acf-core/co/aikar/commands/CommandHelpFormatter.html +++ b/docs/acf-core/co/aikar/commands/CommandHelpFormatter.html @@ -96,7 +96,7 @@ var activeTableTab = "activeTableTab";
    @@ -146,20 +146,20 @@ extends Method and Description -String[] +String[] getEntryFormatReplacements(CommandHelp help, HelpEntry entry)
    Override this to control replacements
    -String[] +String[] getHeaderFooterFormatReplacements(CommandHelp help)
    Override this to control replacements
    -@NotNull String[] +@NotNull String[] getParameterFormatReplacements(CommandHelp help, CommandParameter param, HelpEntry entry) @@ -226,7 +226,7 @@ extends void showAllResults(CommandHelp commandHelp, - List<HelpEntry> entries)  + List<HelpEntry> entries)
      void @@ -236,15 +236,15 @@ extends void showSearchResults(CommandHelp commandHelp, - List<HelpEntry> entries)  + List<HelpEntry> entries)
      @@ -284,7 +284,7 @@ extends

    showAllResults

    public void showAllResults(CommandHelp commandHelp,
    -                           List<HelpEntry> entries)
    + List<HelpEntry> entries) @@ -294,7 +294,7 @@ extends

    showSearchResults

    public void showSearchResults(CommandHelp commandHelp,
    -                              List<HelpEntry> entries)
    + List<HelpEntry> entries) @@ -420,7 +420,7 @@ extends
  • getHeaderFooterFormatReplacements

    -
    public String[] getHeaderFooterFormatReplacements(CommandHelp help)
    +
    public String[] getHeaderFooterFormatReplacements(CommandHelp help)
    Override this to control replacements
    Parameters:
    @@ -435,7 +435,7 @@ extends
  • getEntryFormatReplacements

    -
    public String[] getEntryFormatReplacements(CommandHelp help,
    +
    public String[] getEntryFormatReplacements(CommandHelp help,
                                                HelpEntry entry)
    Override this to control replacements
    @@ -453,7 +453,7 @@ extends

    getParameterFormatReplacements

    @NotNull
    -public @NotNull String[] getParameterFormatReplacements(CommandHelp help,
    +public @NotNull String[] getParameterFormatReplacements(CommandHelp help,
                                                                      CommandParameter param,
                                                                      HelpEntry entry)
    Override this to control replacements
    diff --git a/docs/acf-core/co/aikar/commands/CommandIssuer.html b/docs/acf-core/co/aikar/commands/CommandIssuer.html index af1fa822..82365bd5 100644 --- a/docs/acf-core/co/aikar/commands/CommandIssuer.html +++ b/docs/acf-core/co/aikar/commands/CommandIssuer.html @@ -130,12 +130,12 @@ var activeTableTab = "activeTableTab"; getManager()  -@NotNull UUID +@NotNull UUID getUniqueId()  boolean -hasPermission(String permission) +hasPermission(String permission)
    Has permission node
    @@ -148,44 +148,44 @@ var activeTableTab = "activeTableTab"; default void sendError(co.aikar.locales.MessageKeyProvider key, - String... replacements)  + String... replacements)  default void sendError(co.aikar.locales.MessageKey key, - String... replacements)  + String... replacements)  default void sendInfo(co.aikar.locales.MessageKeyProvider key, - String... replacements)  + String... replacements)  default void sendInfo(co.aikar.locales.MessageKey key, - String... replacements)  + String... replacements)  default void sendMessage(MessageType type, co.aikar.locales.MessageKeyProvider key, - String... replacements)  + String... replacements)  default void sendMessage(MessageType type, co.aikar.locales.MessageKey key, - String... replacements)  + String... replacements)  default void -sendMessage(String message) +sendMessage(String message)
    Send the Command Issuer a message
    void -sendMessageInternal(String message) +sendMessageInternal(String message)
    Deprecated. 
    Do not call this, for internal use. Not considered part of the API and may break.
    @@ -194,12 +194,12 @@ var activeTableTab = "activeTableTab"; default void sendSyntax(co.aikar.locales.MessageKeyProvider key, - String... replacements)  + String... replacements)  default void sendSyntax(co.aikar.locales.MessageKey key, - String... replacements)  + String... replacements) 
  • @@ -259,7 +259,7 @@ var activeTableTab = "activeTableTab"; @@ -323,7 +323,7 @@ var activeTableTab = "activeTableTab";
  • sendInfo

    default void sendInfo(co.aikar.locales.MessageKeyProvider key,
    -                      String... replacements)
    + String... replacements)
  • @@ -333,7 +333,7 @@ var activeTableTab = "activeTableTab";
  • sendError

    default void sendError(co.aikar.locales.MessageKey key,
    -                       String... replacements)
    + String... replacements)
  • @@ -343,7 +343,7 @@ var activeTableTab = "activeTableTab";
  • sendSyntax

    default void sendSyntax(co.aikar.locales.MessageKey key,
    -                        String... replacements)
    + String... replacements)
  • @@ -353,7 +353,7 @@ var activeTableTab = "activeTableTab";
  • sendInfo

    default void sendInfo(co.aikar.locales.MessageKey key,
    -                      String... replacements)
    + String... replacements)
  • @@ -364,7 +364,7 @@ var activeTableTab = "activeTableTab";

    sendMessage

    default void sendMessage(MessageType type,
                              co.aikar.locales.MessageKeyProvider key,
    -                         String... replacements)
    + String... replacements)
  • @@ -375,7 +375,7 @@ var activeTableTab = "activeTableTab";

    sendMessage

    default void sendMessage(MessageType type,
                              co.aikar.locales.MessageKey key,
    -                         String... replacements)
    + String... replacements) @@ -384,8 +384,8 @@ var activeTableTab = "activeTableTab"; @@ -562,7 +562,7 @@ extends
  • rootCommands

    -
    protected Map<String,co.aikar.commands.RootCommand> rootCommands
    +
    protected Map<String,co.aikar.commands.RootCommand> rootCommands
  • @@ -598,7 +598,7 @@ extends
  • dependencies

    -
    protected co.aikar.util.Table<Class<?>,String,Object> dependencies
    +
    protected co.aikar.util.Table<Class<?>,String,Object> dependencies
  • @@ -625,7 +625,7 @@ extends
  • localeChangedCallbacks

    -
    protected List<IssuerLocaleChangedCallback<I extends CommandIssuer>> localeChangedCallbacks
    +
    protected List<IssuerLocaleChangedCallback<I extends CommandIssuer>> localeChangedCallbacks
  • @@ -634,7 +634,7 @@ extends
  • supportedLanguages

    -
    protected Set<Locale> supportedLanguages
    +
    protected Set<Locale> supportedLanguages
  • @@ -643,7 +643,7 @@ extends
  • formatters

    -
    protected Map<MessageType,MF extends MessageFormatter<FT>> formatters
    +
    protected Map<MessageType,MF extends MessageFormatter<FT>> formatters
  • @@ -670,7 +670,7 @@ extends
  • issuersLocale

    -
    protected Map<UUID,Locale> issuersLocale
    +
    protected Map<UUID,Locale> issuersLocale
  • @@ -834,9 +834,9 @@ extends
  • generateCommandHelp

    -
    @Deprecated
    +
    @Deprecated
     public CommandHelp generateCommandHelp(@NotNull
    -                                                   @NotNull String command)
    + @NotNull String command)
    Deprecated. Unstable API
  • @@ -846,10 +846,10 @@ public 
  • generateCommandHelp

    -
    @Deprecated
    +
    @Deprecated
     public CommandHelp generateCommandHelp(CommandIssuer issuer,
                                                        @NotNull
    -                                                   @NotNull String command)
    + @NotNull String command)
    Deprecated. Unstable API
  • @@ -859,7 +859,7 @@ public 
  • generateCommandHelp

    -
    @Deprecated
    +
    @Deprecated
     public CommandHelp generateCommandHelp()
    Deprecated. Unstable API
  • @@ -870,7 +870,7 @@ public 
  • generateCommandHelp

    -
    @Deprecated
    +
    @Deprecated
     public CommandHelp generateCommandHelp(CommandIssuer issuer,
                                                        co.aikar.commands.RootCommand rootCommand)
    Deprecated. Unstable API
    @@ -882,7 +882,7 @@ public 
  • getDefaultHelpPerPage

    -
    @Deprecated
    +
    @Deprecated
     public int getDefaultHelpPerPage()
    Deprecated. Unstable API
  • @@ -893,7 +893,7 @@ public int 
  • setDefaultHelpPerPage

    -
    @Deprecated
    +
    @Deprecated
     public void setDefaultHelpPerPage(int defaultHelpPerPage)
    Deprecated. Unstable API
  • @@ -904,7 +904,7 @@ public void 
  • setHelpFormatter

    -
    @Deprecated
    +
    @Deprecated
     public void setHelpFormatter(CommandHelpFormatter helpFormatter)
    Deprecated. Unstable API
  • @@ -915,7 +915,7 @@ public void 
  • getHelpFormatter

    -
    @Deprecated
    +
    @Deprecated
     public CommandHelpFormatter getHelpFormatter()
    Deprecated. Unstable API
  • @@ -949,7 +949,7 @@ public 
  • isCommandIssuer

    -
    public abstract boolean isCommandIssuer(Class<?> type)
    +
    public abstract boolean isCommandIssuer(Class<?> type)
  • @@ -958,7 +958,7 @@ public 
  • getCommandIssuer

    -
    public abstract I getCommandIssuer(Object issuer)
    +
    public abstract I getCommandIssuer(Object issuer)
  • @@ -967,7 +967,7 @@ public 
  • createRootCommand

    -
    public abstract co.aikar.commands.RootCommand createRootCommand(String cmd)
    +
    public abstract co.aikar.commands.RootCommand createRootCommand(String cmd)
  • @@ -1008,7 +1008,7 @@ public 

    createConditionContext

    public ConditionContext createConditionContext(CommandIssuer issuer,
    -                                               String config)
    + String config)
  • @@ -1020,9 +1020,9 @@ public public abstract CommandExecutionContext createCommandContext(RegisteredCommand command, CommandParameter parameter, CommandIssuer sender, - List<String> args, + List<String> args, int i, - Map<String,Object> passedArgs) + Map<String,Object> passedArgs) @@ -1033,9 +1033,9 @@ public createCompletionContext
    public abstract CommandCompletionContext createCompletionContext(RegisteredCommand command,
                                                                      CommandIssuer sender,
    -                                                                 String input,
    -                                                                 String config,
    -                                                                 String[] args)
    + String input, + String config, + String[] args) @@ -1045,8 +1045,8 @@ public 

    log

    public abstract void log(co.aikar.commands.LogLevel level,
    -                         String message,
    -                         Throwable throwable)
    + String message, + Throwable throwable) @@ -1056,7 +1056,7 @@ public 

    log

    public void log(co.aikar.commands.LogLevel level,
    -                String message)
    + String message) @@ -1085,7 +1085,7 @@ public 

    hasPermission

    public boolean hasPermission(CommandIssuer issuer,
    -                             String permission)
    + String permission) @@ -1095,7 +1095,7 @@ public 

    getRootCommand

    public co.aikar.commands.RootCommand getRootCommand(@NotNull
    -                                                    @NotNull String cmd)
    + @NotNull String cmd) @@ -1105,7 +1105,7 @@ public 

    obtainRootCommand

    public co.aikar.commands.RootCommand obtainRootCommand(@NotNull
    -                                                       @NotNull String cmd)
    + @NotNull String cmd) @@ -1115,9 +1115,9 @@ public 

    createRegisteredCommand

    public RegisteredCommand createRegisteredCommand(BaseCommand command,
    -                                                 String cmdName,
    -                                                 Method method,
    -                                                 String prefSubCommand)
    + String cmdName, + Method method, + String prefSubCommand) @@ -1157,8 +1157,8 @@ public protected boolean handleUncaughtException(BaseCommand scope, RegisteredCommand registeredCommand, CommandIssuer sender, - List<String> args, - Throwable t) + List<String> args, + Throwable t) @@ -1172,7 +1172,7 @@ public public void sendMessage(IT issuerArg, MessageType type, co.aikar.locales.MessageKeyProvider key, - String... replacements) + String... replacements) @@ -1184,7 +1184,7 @@ public public void sendMessage(CommandIssuer issuer, MessageType type, co.aikar.locales.MessageKeyProvider key, - String... replacements) + String... replacements) @@ -1193,10 +1193,10 @@ public 
  • formatMessage

    -
    public String formatMessage(CommandIssuer issuer,
    +
    public String formatMessage(CommandIssuer issuer,
                                 MessageType type,
                                 co.aikar.locales.MessageKeyProvider key,
    -                            String... replacements)
    + String... replacements)
  • @@ -1217,8 +1217,8 @@ public 

    notifyLocaleChange

    public void notifyLocaleChange(I issuer,
    -                               Locale oldLocale,
    -                               Locale newLocale)
    + Locale oldLocale, + Locale newLocale) @@ -1229,8 +1229,8 @@ public 
  • setIssuerLocale

    -
    public Locale setIssuerLocale(IT issuer,
    -                              Locale locale)
    +
    public Locale setIssuerLocale(IT issuer,
    +                              Locale locale)
  • @@ -1239,7 +1239,7 @@ public 
  • getIssuerLocale

    -
    public Locale getIssuerLocale(CommandIssuer issuer)
    +
    public Locale getIssuerLocale(CommandIssuer issuer)
  • @@ -1248,7 +1248,7 @@ public 
  • getSupportedLanguages

    -
    public Set<LocalegetSupportedLanguages()
    +
    public Set<LocalegetSupportedLanguages()
    Gets a list of all currently supported languages for this manager. These locales will be automatically loaded from
    @@ -1262,7 +1262,7 @@ public 
  • addSupportedLanguage

    -
    public void addSupportedLanguage(Locale locale)
    +
    public void addSupportedLanguage(Locale locale)
    Adds a new locale to the list of automatic Locales to load Message Bundles for. All bundles loaded under the previous supported languages will now automatically load for this new locale too.
    @@ -1279,7 +1279,7 @@ public 
  • registerDependency

    -
    public <T> void registerDependency(Class<? extends T> clazz,
    +
    public <T> void registerDependency(Class<? extends T> clazz,
                                        T instance)
    Registers an instance of a class to be registered as an injectable dependency.
    The command manager will attempt to inject all fields in a command class that are annotated with @@ -1289,7 +1289,7 @@ public clazz - the class the injector should look for when injecting
    instance - the instance of the class that should be injected
    Throws:
    -
    IllegalStateException - when there is already an instance for the provided class registered
    +
    IllegalStateException - when there is already an instance for the provided class registered
  • @@ -1301,8 +1301,8 @@ public 
  • registerDependency

    -
    public <T> void registerDependency(Class<? extends T> clazz,
    -                                   String key,
    +
    public <T> void registerDependency(Class<? extends T> clazz,
    +                                   String key,
                                        T instance)
    Registers an instance of a class to be registered as an injectable dependency.
    The command manager will attempt to inject all fields in a command class that are annotated with @@ -1313,7 +1313,7 @@ public key - the key which needs to be present if that
    instance - the instance of the class that should be injected
    Throws:
    -
    IllegalStateException - when there is already an instance for the provided class registered
    +
    IllegalStateException - when there is already an instance for the provided class registered
  • @@ -1323,8 +1323,8 @@ public 
  • enableUnstableAPI

    -
    @Deprecated
    -public void enableUnstableAPI(String api)
    +
    @Deprecated
    +public void enableUnstableAPI(String api)
    Deprecated. Use this with caution! If you enable and use Unstable API's, your next compile using ACF may require you to update your implementation to those unstable API's
  • @@ -1335,7 +1335,7 @@ public void 
  • getCommandPrefix

    -
    public String getCommandPrefix(CommandIssuer issuer)
    +
    public String getCommandPrefix(CommandIssuer issuer)
  • diff --git a/docs/acf-core/co/aikar/commands/CommandOperationContext.html b/docs/acf-core/co/aikar/commands/CommandOperationContext.html index 0570d8f0..652b19c8 100644 --- a/docs/acf-core/co/aikar/commands/CommandOperationContext.html +++ b/docs/acf-core/co/aikar/commands/CommandOperationContext.html @@ -96,7 +96,7 @@ var activeTableTab = "activeTableTab";
    @@ -237,7 +237,7 @@ extends
  • getCommandLabel

    -
    public String getCommandLabel()
    +
    public String getCommandLabel()
  • @@ -246,7 +246,7 @@ extends
  • getArgs

    -
    public String[] getArgs()
    +
    public String[] getArgs()
  • @@ -282,8 +282,8 @@ extends
  • getAnnotation

    -
    @Deprecated
    -public <T extends Annotation> T getAnnotation(Class<T> anno)
    +
    @Deprecated
    +public <T extends Annotation> T getAnnotation(Class<T> anno)
    Deprecated. Use getAnnotationValue(Class)
    This method will not support annotation processors!! use getAnnotationValue or hasAnnotation
  • @@ -294,7 +294,7 @@ public <T extends
  • getAnnotationValue

    -
    public <T extends AnnotationString getAnnotationValue(Class<T> cls)
    +
    public <T extends AnnotationString getAnnotationValue(Class<T> cls)
  • @@ -303,7 +303,7 @@ public <T extends
  • getAnnotationValue

    -
    public <T extends AnnotationString getAnnotationValue(Class<T> cls,
    +
    public <T extends AnnotationString getAnnotationValue(Class<T> cls,
                                                             int options)
  • @@ -313,7 +313,7 @@ public <T extends
  • hasAnnotation

    -
    public boolean hasAnnotation(Class<? extends Annotation> anno)
    +
    public boolean hasAnnotation(Class<? extends Annotation> anno)
  • diff --git a/docs/acf-core/co/aikar/commands/CommandParameter.html b/docs/acf-core/co/aikar/commands/CommandParameter.html index 508f9c34..03f971ce 100644 --- a/docs/acf-core/co/aikar/commands/CommandParameter.html +++ b/docs/acf-core/co/aikar/commands/CommandParameter.html @@ -96,7 +96,7 @@ var activeTableTab = "activeTableTab";
    @@ -129,7 +129,7 @@ extends CommandParameter(RegisteredCommand<CEC> command, - Parameter param, + Parameter param, int paramIndex)  @@ -152,19 +152,19 @@ extends canConsumeInput()  -String +String getConditions()  -String +String getDefaultValue()  -String +String getDescription()  -Map<String,String> +Map<String,String> getFlags()  @@ -172,11 +172,11 @@ extends getManager()  -String +String getName()  -Parameter +Parameter getParameter()  @@ -188,15 +188,15 @@ extends getResolver()  -String +String getSyntax()  -Class<?> +Class<?> getType()  -String[] +String[] getValues()  @@ -225,19 +225,19 @@ extends void -setConditions(String conditions)  +setConditions(String conditions)  void -setDefaultValue(String defaultValue)  +setDefaultValue(String defaultValue)  void -setDescription(String description)  +setDescription(String description)  void -setFlags(Map<String,String> flags)  +setFlags(Map<String,String> flags)  void @@ -257,19 +257,19 @@ extends void -setSyntax(String syntax)  +setSyntax(String syntax)  void -setValues(String[] values)  +setValues(String[] values)  @@ -292,7 +292,7 @@ extends

    CommandParameter

    public CommandParameter(RegisteredCommand<CEC> command,
    -                        Parameter param,
    +                        Parameter param,
                             int paramIndex)
    @@ -310,7 +310,7 @@ extends
  • getParameter

    -
    public Parameter getParameter()
    +
    public Parameter getParameter()
  • @@ -319,7 +319,7 @@ extends
  • getType

    -
    public Class<?> getType()
    +
    public Class<?> getType()
  • @@ -328,7 +328,7 @@ extends
  • getName

    -
    public String getName()
    +
    public String getName()
  • @@ -391,7 +391,7 @@ extends
  • getDescription

    -
    public String getDescription()
    +
    public String getDescription()
  • @@ -400,7 +400,7 @@ extends
  • setDescription

    -
    public void setDescription(String description)
    +
    public void setDescription(String description)
  • @@ -409,7 +409,7 @@ extends
  • getDefaultValue

    -
    public String getDefaultValue()
    +
    public String getDefaultValue()
  • @@ -418,7 +418,7 @@ extends
  • setDefaultValue

    -
    public void setDefaultValue(String defaultValue)
    +
    public void setDefaultValue(String defaultValue)
  • @@ -445,7 +445,7 @@ extends
  • getValues

    -
    public String[] getValues()
    +
    public String[] getValues()
  • @@ -454,7 +454,7 @@ extends
  • setValues

    -
    public void setValues(String[] values)
    +
    public void setValues(String[] values)
  • @@ -463,7 +463,7 @@ extends
  • getFlags

    -
    public Map<String,StringgetFlags()
    +
    public Map<String,StringgetFlags()
  • @@ -472,7 +472,7 @@ extends
  • setFlags

    -
    public void setFlags(Map<String,String> flags)
    +
    public void setFlags(Map<String,String> flags)
  • @@ -535,7 +535,7 @@ extends
  • getSyntax

    -
    public String getSyntax()
    +
    public String getSyntax()
  • @@ -544,7 +544,7 @@ extends
  • setSyntax

    -
    public void setSyntax(String syntax)
    +
    public void setSyntax(String syntax)
  • @@ -553,7 +553,7 @@ extends
  • getConditions

    -
    public String getConditions()
    +
    public String getConditions()
  • @@ -562,7 +562,7 @@ extends
  • setConditions

    -
    public void setConditions(String conditions)
    +
    public void setConditions(String conditions)
  • diff --git a/docs/acf-core/co/aikar/commands/CommandReplacements.html b/docs/acf-core/co/aikar/commands/CommandReplacements.html index ab5cce03..0d8b45c0 100644 --- a/docs/acf-core/co/aikar/commands/CommandReplacements.html +++ b/docs/acf-core/co/aikar/commands/CommandReplacements.html @@ -96,7 +96,7 @@ var activeTableTab = "activeTableTab";
    @@ -170,7 +170,7 @@ extends
  • addReplacements

    -
    public void addReplacements(String... replacements)
    +
    public void addReplacements(String... replacements)
  • @@ -179,8 +179,8 @@ extends
  • addReplacement

    -
    public String addReplacement(String key,
    -                             String val)
    +
    public String addReplacement(String key,
    +                             String val)
  • @@ -189,7 +189,7 @@ extends
  • replace

    -
    public String replace(String text)
    +
    public String replace(String text)
  • diff --git a/docs/acf-core/co/aikar/commands/ConditionContext.html b/docs/acf-core/co/aikar/commands/ConditionContext.html index 3f976806..7fd0a2c1 100644 --- a/docs/acf-core/co/aikar/commands/ConditionContext.html +++ b/docs/acf-core/co/aikar/commands/ConditionContext.html @@ -96,7 +96,7 @@ var activeTableTab = "activeTableTab";
    @@ -129,18 +129,18 @@ extends Method and Description -String +String getConfig()  -Integer -getConfigValue(String flag, - Integer def)  +Integer +getConfigValue(String flag, + Integer def)  -String -getConfigValue(String flag, - String def)  +String +getConfigValue(String flag, + String def)  I @@ -148,15 +148,15 @@ extends boolean -hasConfig(String flag)  +hasConfig(String flag)  @@ -187,7 +187,7 @@ extends
  • getConfig

    -
    public String getConfig()
    +
    public String getConfig()
  • @@ -196,7 +196,7 @@ extends
  • hasConfig

    -
    public boolean hasConfig(String flag)
    +
    public boolean hasConfig(String flag)
  • @@ -205,8 +205,8 @@ extends
  • getConfigValue

    -
    public String getConfigValue(String flag,
    -                             String def)
    +
    public String getConfigValue(String flag,
    +                             String def)
  • @@ -215,8 +215,8 @@ extends
  • getConfigValue

    -
    public Integer getConfigValue(String flag,
    -                              Integer def)
    +
    public Integer getConfigValue(String flag,
    +                              Integer def)
  • diff --git a/docs/acf-core/co/aikar/commands/ConditionFailedException.html b/docs/acf-core/co/aikar/commands/ConditionFailedException.html index ffaf2b91..b27eab93 100644 --- a/docs/acf-core/co/aikar/commands/ConditionFailedException.html +++ b/docs/acf-core/co/aikar/commands/ConditionFailedException.html @@ -90,13 +90,13 @@
    @@ -230,7 +230,7 @@ extends
  • ConditionFailedException

    -
    public ConditionFailedException(String message)
    +
    public ConditionFailedException(String message)
  • diff --git a/docs/acf-core/co/aikar/commands/ExceptionHandler.html b/docs/acf-core/co/aikar/commands/ExceptionHandler.html index 1239d56d..c68f11be 100644 --- a/docs/acf-core/co/aikar/commands/ExceptionHandler.html +++ b/docs/acf-core/co/aikar/commands/ExceptionHandler.html @@ -104,7 +104,7 @@ var activeTableTab = "activeTableTab";

    -
    @FunctionalInterface
    +
    @FunctionalInterface
     public interface ExceptionHandler
    Functional interface to allow plugins to handle uncaught excetpions
    @@ -130,8 +130,8 @@ public interface execute(BaseCommand command, RegisteredCommand registeredCommand, CommandIssuer sender, - List<String> args, - Throwable t) + List<String> args, + Throwable t)
    Called when an exception occurs while executing a command
    If an exception handler properly handles an exception, the user will not be noticied by the framework that something went unexceptected.
    @@ -161,8 +161,8 @@ public interface execute(BaseCommand command, RegisteredCommand registeredCommand, CommandIssuer sender, - List<String> args, - Throwable t)
    + List<String> args, + Throwable t)
    Called when an exception occurs while executing a command
    If an exception handler properly handles an exception, the user will not be noticied by the framework that something went unexceptected.
    diff --git a/docs/acf-core/co/aikar/commands/ForwardingCommand.html b/docs/acf-core/co/aikar/commands/ForwardingCommand.html index 5257d5f1..bcaac3d8 100644 --- a/docs/acf-core/co/aikar/commands/ForwardingCommand.html +++ b/docs/acf-core/co/aikar/commands/ForwardingCommand.html @@ -96,7 +96,7 @@ var activeTableTab = "activeTableTab";
    @@ -231,8 +231,8 @@ extends

    execute

    public void execute(CommandIssuer issuer,
    -                    String commandLabel,
    -                    String[] args)
    + String commandLabel, + String[] args)
    Overrides:
    execute in class BaseCommand
    diff --git a/docs/acf-core/co/aikar/commands/HelpEntry.html b/docs/acf-core/co/aikar/commands/HelpEntry.html index 3e577e16..c9a2cc4d 100644 --- a/docs/acf-core/co/aikar/commands/HelpEntry.html +++ b/docs/acf-core/co/aikar/commands/HelpEntry.html @@ -96,7 +96,7 @@ var activeTableTab = "activeTableTab";
    @@ -129,15 +129,15 @@ extends Method and Description -String +String getCommand()  -String +String getCommandPrefix()  -String +String getDescription()  @@ -145,7 +145,7 @@ extends getParameters()  -String +String getParameterSyntax()  @@ -153,7 +153,7 @@ extends getSearchScore()  -String +String getSearchTags()  @@ -169,8 +169,8 @@ extends -

    Methods inherited from class java.lang.Object

    -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait @@ -192,7 +192,7 @@ extends
  • getCommand

    -
    public String getCommand()
    +
    public String getCommand()
  • @@ -201,7 +201,7 @@ extends
  • getCommandPrefix

    -
    public String getCommandPrefix()
    +
    public String getCommandPrefix()
  • @@ -210,7 +210,7 @@ extends
  • getParameterSyntax

    -
    public String getParameterSyntax()
    +
    public String getParameterSyntax()
  • @@ -219,7 +219,7 @@ extends
  • getDescription

    -
    public String getDescription()
    +
    public String getDescription()
  • @@ -255,7 +255,7 @@ extends
  • getSearchTags

    -
    public String getSearchTags()
    +
    public String getSearchTags()
  • diff --git a/docs/acf-core/co/aikar/commands/InvalidCommandArgument.html b/docs/acf-core/co/aikar/commands/InvalidCommandArgument.html index f76d32a7..5377a552 100644 --- a/docs/acf-core/co/aikar/commands/InvalidCommandArgument.html +++ b/docs/acf-core/co/aikar/commands/InvalidCommandArgument.html @@ -90,13 +90,13 @@
    @@ -257,7 +257,7 @@ extends InvalidCommandArgument(co.aikar.locales.MessageKeyProvider key, boolean showSyntax, - String... replacements) + String... replacements) @@ -268,7 +268,7 @@ extends InvalidCommandArgument(co.aikar.locales.MessageKey key, boolean showSyntax, - String... replacements) + String... replacements) @@ -277,7 +277,7 @@ extends
  • InvalidCommandArgument

    -
    public InvalidCommandArgument(String message)
    +
    public InvalidCommandArgument(String message)
  • @@ -286,7 +286,7 @@ extends
  • InvalidCommandArgument

    -
    public InvalidCommandArgument(String message,
    +
    public InvalidCommandArgument(String message,
                                   boolean showSyntax)
  • diff --git a/docs/acf-core/co/aikar/commands/InvalidCommandContextException.html b/docs/acf-core/co/aikar/commands/InvalidCommandContextException.html index 59dac384..dcae0f80 100644 --- a/docs/acf-core/co/aikar/commands/InvalidCommandContextException.html +++ b/docs/acf-core/co/aikar/commands/InvalidCommandContextException.html @@ -90,16 +90,16 @@
    @@ -129,135 +129,135 @@ extends Field and Description -static Locale +static Locale AFRIKAANS  -static Locale +static Locale ARABIC  -static Locale +static Locale BULGARIAN  -static Locale +static Locale CHINESE  -static Locale +static Locale CZECH  -static Locale +static Locale DANISH  -static Locale +static Locale DUTCH  -static Locale +static Locale ENGLISH  -static Locale +static Locale FINNISH  -static Locale +static Locale FRENCH  -static Locale +static Locale GERMAN  -static Locale +static Locale GREEK  -static Locale +static Locale HEBREW  -static Locale +static Locale HINDI  -static Locale +static Locale ITALIAN  -static Locale +static Locale JAPANESE  -static Locale +static Locale KOREAN  -static Locale +static Locale LATIN  -static Locale +static Locale NORWEGIAN_BOKMAAL  -static Locale +static Locale NORWEGIAN_NYNORSK  -static Locale +static Locale POLISH  -static Locale +static Locale PORTUGUESE  -static Locale +static Locale ROMANIAN  -static Locale +static Locale RUSSIAN  -static Locale +static Locale SIMPLIFIED_CHINESE  -static Locale +static Locale SPANISH  -static Locale +static Locale SWEDISH  -static Locale +static Locale THAI  -static Locale +static Locale TRADITIONAL_CHINESE  -static Locale +static Locale TURKISH  -static Locale +static Locale UKRANIAN  -static Locale +static Locale VIETNAMESE  -static Locale +static Locale WELSH  @@ -294,45 +294,45 @@ extends boolean -addBundleClassLoader(ClassLoader classLoader)  +addBundleClassLoader(ClassLoader classLoader)  -String -addMessage(Locale locale, +String +addMessage(Locale locale, co.aikar.locales.MessageKeyProvider key, - String message)  + String message)  boolean -addMessageBundle(ClassLoader classLoader, - String bundleName, - Locale locale)  +addMessageBundle(ClassLoader classLoader, + String bundleName, + Locale locale)  boolean -addMessageBundle(String bundleName, - Locale locale)  +addMessageBundle(String bundleName, + Locale locale)  void -addMessageBundles(String... bundleNames)  +addMessageBundles(String... bundleNames)  void -addMessages(Locale locale, - @NotNull Map<? extends co.aikar.locales.MessageKeyProvider,String> messages)  +addMessages(Locale locale, + @NotNull Map<? extends co.aikar.locales.MessageKeyProvider,String> messages)  void -addMessageStrings(Locale locale, - @NotNull Map<String,String> messages)  +addMessageStrings(Locale locale, + @NotNull Map<String,String> messages)  -Locale +Locale getDefaultLocale()  -String +String getMessage(CommandIssuer issuer, co.aikar.locales.MessageKeyProvider key)  @@ -347,20 +347,20 @@ extends -String -replaceI18NStrings(String message)  +String +replaceI18NStrings(String message)  -Locale -setDefaultLocale(Locale locale)  +Locale +setDefaultLocale(Locale locale)  @@ -382,7 +382,7 @@ extends
  • ENGLISH

    -
    public static final Locale ENGLISH
    +
    public static final Locale ENGLISH
  • @@ -391,7 +391,7 @@ extends
  • GERMAN

    -
    public static final Locale GERMAN
    +
    public static final Locale GERMAN
  • @@ -400,7 +400,7 @@ extends
  • FRENCH

    -
    public static final Locale FRENCH
    +
    public static final Locale FRENCH
  • @@ -409,7 +409,7 @@ extends
  • JAPANESE

    -
    public static final Locale JAPANESE
    +
    public static final Locale JAPANESE
  • @@ -418,7 +418,7 @@ extends
  • ITALIAN

    -
    public static final Locale ITALIAN
    +
    public static final Locale ITALIAN
  • @@ -427,7 +427,7 @@ extends
  • KOREAN

    -
    public static final Locale KOREAN
    +
    public static final Locale KOREAN
  • @@ -436,7 +436,7 @@ extends
  • CHINESE

    -
    public static final Locale CHINESE
    +
    public static final Locale CHINESE
  • @@ -445,7 +445,7 @@ extends
  • SIMPLIFIED_CHINESE

    -
    public static final Locale SIMPLIFIED_CHINESE
    +
    public static final Locale SIMPLIFIED_CHINESE
  • @@ -454,7 +454,7 @@ extends
  • TRADITIONAL_CHINESE

    -
    public static final Locale TRADITIONAL_CHINESE
    +
    public static final Locale TRADITIONAL_CHINESE
  • @@ -463,7 +463,7 @@ extends
  • SPANISH

    -
    public static final Locale SPANISH
    +
    public static final Locale SPANISH
  • @@ -472,7 +472,7 @@ extends
  • DUTCH

    -
    public static final Locale DUTCH
    +
    public static final Locale DUTCH
  • @@ -481,7 +481,7 @@ extends
  • DANISH

    -
    public static final Locale DANISH
    +
    public static final Locale DANISH
  • @@ -490,7 +490,7 @@ extends
  • CZECH

    -
    public static final Locale CZECH
    +
    public static final Locale CZECH
  • @@ -499,7 +499,7 @@ extends
  • GREEK

    -
    public static final Locale GREEK
    +
    public static final Locale GREEK
  • @@ -508,7 +508,7 @@ extends
  • LATIN

    -
    public static final Locale LATIN
    +
    public static final Locale LATIN
  • @@ -517,7 +517,7 @@ extends
  • BULGARIAN

    -
    public static final Locale BULGARIAN
    +
    public static final Locale BULGARIAN
  • @@ -526,7 +526,7 @@ extends
  • AFRIKAANS

    -
    public static final Locale AFRIKAANS
    +
    public static final Locale AFRIKAANS
  • @@ -535,7 +535,7 @@ extends
  • HINDI

    -
    public static final Locale HINDI
    +
    public static final Locale HINDI
  • @@ -544,7 +544,7 @@ extends
  • HEBREW

    -
    public static final Locale HEBREW
    +
    public static final Locale HEBREW
  • @@ -553,7 +553,7 @@ extends
  • POLISH

    -
    public static final Locale POLISH
    +
    public static final Locale POLISH
  • @@ -562,7 +562,7 @@ extends
  • PORTUGUESE

    -
    public static final Locale PORTUGUESE
    +
    public static final Locale PORTUGUESE
  • @@ -571,7 +571,7 @@ extends
  • FINNISH

    -
    public static final Locale FINNISH
    +
    public static final Locale FINNISH
  • @@ -580,7 +580,7 @@ extends
  • SWEDISH

    -
    public static final Locale SWEDISH
    +
    public static final Locale SWEDISH
  • @@ -589,7 +589,7 @@ extends
  • RUSSIAN

    -
    public static final Locale RUSSIAN
    +
    public static final Locale RUSSIAN
  • @@ -598,7 +598,7 @@ extends
  • ROMANIAN

    -
    public static final Locale ROMANIAN
    +
    public static final Locale ROMANIAN
  • @@ -607,7 +607,7 @@ extends
  • VIETNAMESE

    -
    public static final Locale VIETNAMESE
    +
    public static final Locale VIETNAMESE
  • @@ -616,7 +616,7 @@ extends
  • THAI

    -
    public static final Locale THAI
    +
    public static final Locale THAI
  • @@ -625,7 +625,7 @@ extends
  • TURKISH

    -
    public static final Locale TURKISH
    +
    public static final Locale TURKISH
  • @@ -634,7 +634,7 @@ extends
  • UKRANIAN

    -
    public static final Locale UKRANIAN
    +
    public static final Locale UKRANIAN
  • @@ -643,7 +643,7 @@ extends
  • ARABIC

    -
    public static final Locale ARABIC
    +
    public static final Locale ARABIC
  • @@ -652,7 +652,7 @@ extends
  • WELSH

    -
    public static final Locale WELSH
    +
    public static final Locale WELSH
  • @@ -661,7 +661,7 @@ extends
  • NORWEGIAN_BOKMAAL

    -
    public static final Locale NORWEGIAN_BOKMAAL
    +
    public static final Locale NORWEGIAN_BOKMAAL
  • @@ -670,7 +670,7 @@ extends
  • NORWEGIAN_NYNORSK

    -
    public static final Locale NORWEGIAN_NYNORSK
    +
    public static final Locale NORWEGIAN_NYNORSK
  • @@ -713,7 +713,7 @@ extends
  • getDefaultLocale

    -
    public Locale getDefaultLocale()
    +
    public Locale getDefaultLocale()
  • @@ -722,7 +722,7 @@ extends
  • setDefaultLocale

    -
    public Locale setDefaultLocale(Locale locale)
    +
    public Locale setDefaultLocale(Locale locale)
  • @@ -741,7 +741,7 @@ extends
  • addMessageBundles

    -
    public void addMessageBundles(String... bundleNames)
    +
    public void addMessageBundles(String... bundleNames)
  • @@ -750,8 +750,8 @@ extends
  • addMessageBundle

    -
    public boolean addMessageBundle(String bundleName,
    -                                Locale locale)
    +
    public boolean addMessageBundle(String bundleName,
    +                                Locale locale)
  • @@ -760,9 +760,9 @@ extends
  • addMessageBundle

    -
    public boolean addMessageBundle(ClassLoader classLoader,
    -                                String bundleName,
    -                                Locale locale)
    +
    public boolean addMessageBundle(ClassLoader classLoader,
    +                                String bundleName,
    +                                Locale locale)
  • @@ -771,9 +771,9 @@ extends
  • addMessageStrings

    -
    public void addMessageStrings(Locale locale,
    +
    public void addMessageStrings(Locale locale,
                                   @NotNull
    -                              @NotNull Map<String,String> messages)
    + @NotNull Map<String,String> messages)
  • @@ -782,9 +782,9 @@ extends
  • addMessages

    -
    public void addMessages(Locale locale,
    +
    public void addMessages(Locale locale,
                             @NotNull
    -                        @NotNull Map<? extends co.aikar.locales.MessageKeyProvider,String> messages)
    + @NotNull Map<? extends co.aikar.locales.MessageKeyProvider,String> messages)
  • @@ -793,9 +793,9 @@ extends
  • addMessage

    -
    public String addMessage(Locale locale,
    +
    public String addMessage(Locale locale,
                              co.aikar.locales.MessageKeyProvider key,
    -                         String message)
    + String message)
  • @@ -804,7 +804,7 @@ extends
  • getMessage

    -
    public String getMessage(CommandIssuer issuer,
    +
    public String getMessage(CommandIssuer issuer,
                              co.aikar.locales.MessageKeyProvider key)
  • @@ -814,7 +814,7 @@ extends
  • replaceI18NStrings

    -
    public String replaceI18NStrings(String message)
    +
    public String replaceI18NStrings(String message)
  • @@ -823,7 +823,7 @@ extends
  • addBundleClassLoader

    -
    public boolean addBundleClassLoader(ClassLoader classLoader)
    +
    public boolean addBundleClassLoader(ClassLoader classLoader)
  • diff --git a/docs/acf-core/co/aikar/commands/MessageFormatter.html b/docs/acf-core/co/aikar/commands/MessageFormatter.html index e8dfb9a2..1d8ded90 100644 --- a/docs/acf-core/co/aikar/commands/MessageFormatter.html +++ b/docs/acf-core/co/aikar/commands/MessageFormatter.html @@ -96,7 +96,7 @@ var activeTableTab = "activeTableTab";
    @@ -202,7 +202,7 @@ extends
  • MessageFormatter

    -
    @SafeVarargs
    +
    @SafeVarargs
     public MessageFormatter(FT... colors)
  • @@ -250,8 +250,8 @@ public 
  • format

    -
    public String format(int index,
    -                     String message)
    +
    public String format(int index,
    +                     String message)
  • @@ -260,7 +260,7 @@ public 
  • format

    -
    public String format(String message)
    +
    public String format(String message)
  • diff --git a/docs/acf-core/co/aikar/commands/MessageKeys.html b/docs/acf-core/co/aikar/commands/MessageKeys.html index 3613f678..be703c7e 100644 --- a/docs/acf-core/co/aikar/commands/MessageKeys.html +++ b/docs/acf-core/co/aikar/commands/MessageKeys.html @@ -96,10 +96,10 @@ var activeTableTab = "activeTableTab";
  • -

    Methods inherited from class java.lang.Enum

    -clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
  • +

    Methods inherited from class java.lang.Enum

    +clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf @@ -521,7 +521,7 @@ for (MessageKeys c : MessageKeys.values()) diff --git a/docs/acf-core/co/aikar/commands/MessageType.html b/docs/acf-core/co/aikar/commands/MessageType.html index ed5b1eb4..c39594ce 100644 --- a/docs/acf-core/co/aikar/commands/MessageType.html +++ b/docs/acf-core/co/aikar/commands/MessageType.html @@ -96,7 +96,7 @@ var activeTableTab = "activeTableTab";
    @@ -178,7 +178,7 @@ extends boolean -equals(Object o)  +equals(Object o)  int @@ -189,8 +189,8 @@ extends -

    Methods inherited from class java.lang.Object

    -clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait +

    Methods inherited from class java.lang.Object

    +clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait @@ -276,7 +276,7 @@ extends hashCode()
    Overrides:
    -
    hashCode in class Object
    +
    hashCode in class Object
    @@ -286,10 +286,10 @@ extends
  • equals

    -
    public boolean equals(Object o)
    +
    public boolean equals(Object o)
    Overrides:
    -
    equals in class Object
    +
    equals in class Object
  • diff --git a/docs/acf-core/co/aikar/commands/RegisteredCommand.html b/docs/acf-core/co/aikar/commands/RegisteredCommand.html index dfa2c621..af7dae84 100644 --- a/docs/acf-core/co/aikar/commands/RegisteredCommand.html +++ b/docs/acf-core/co/aikar/commands/RegisteredCommand.html @@ -96,7 +96,7 @@ var activeTableTab = "activeTableTab";
    @@ -129,7 +129,7 @@ extends Field and Description -String +String helpSearchTags  @@ -149,32 +149,32 @@ extends void -addSubcommand(String cmd)  +addSubcommand(String cmd)  void -addSubcommands(Collection<String> cmd)  +addSubcommands(Collection<String> cmd)  -String +String getCommand()  -String +String getPermission()
    Deprecated.  
    -String +String getPrefSubCommand()  -Set<String> +Set<String> getRequiredPermissions()  -String +String getSyntaxText()  @@ -187,15 +187,15 @@ extends boolean -requiresPermission(String permission)  +requiresPermission(String permission)  @@ -217,7 +217,7 @@ extends
  • helpSearchTags

    -
    public String helpSearchTags
    +
    public String helpSearchTags
  • @@ -252,8 +252,8 @@ extends
  • getPermission

    -
    @Deprecated
    -public String getPermission()
    +
    @Deprecated
    +public String getPermission()
    Deprecated. 
    See Also:
    @@ -267,7 +267,7 @@ public 
  • getRequiredPermissions

    -
    public Set<StringgetRequiredPermissions()
    +
    public Set<StringgetRequiredPermissions()
  • @@ -276,7 +276,7 @@ public 
  • requiresPermission

    -
    public boolean requiresPermission(String permission)
    +
    public boolean requiresPermission(String permission)
  • @@ -285,7 +285,7 @@ public 
  • getPrefSubCommand

    -
    public String getPrefSubCommand()
    +
    public String getPrefSubCommand()
  • @@ -294,7 +294,7 @@ public 
  • getSyntaxText

    -
    public String getSyntaxText()
    +
    public String getSyntaxText()
  • @@ -303,7 +303,7 @@ public 
  • getCommand

    -
    public String getCommand()
    +
    public String getCommand()
  • @@ -312,7 +312,7 @@ public 
  • addSubcommand

    -
    public void addSubcommand(String cmd)
    +
    public void addSubcommand(String cmd)
  • @@ -321,7 +321,7 @@ public 
  • addSubcommands

    -
    public void addSubcommands(Collection<String> cmd)
    +
    public void addSubcommands(Collection<String> cmd)
  • diff --git a/docs/acf-core/co/aikar/commands/ShowCommandHelp.html b/docs/acf-core/co/aikar/commands/ShowCommandHelp.html index 281cb78c..b255acf2 100644 --- a/docs/acf-core/co/aikar/commands/ShowCommandHelp.html +++ b/docs/acf-core/co/aikar/commands/ShowCommandHelp.html @@ -90,13 +90,13 @@

    -
    @Deprecated
    - @Retention(value=RUNTIME)
    - @Target(value=METHOD)
    +
    @Deprecated
    + @Retention(value=RUNTIME)
    + @Target(value=METHOD)
     public @interface CatchAll
    diff --git a/docs/acf-core/co/aikar/commands/annotation/CatchUnknown.html b/docs/acf-core/co/aikar/commands/annotation/CatchUnknown.html index 6252d5f4..0f6749f9 100644 --- a/docs/acf-core/co/aikar/commands/annotation/CatchUnknown.html +++ b/docs/acf-core/co/aikar/commands/annotation/CatchUnknown.html @@ -92,8 +92,8 @@


  • -
    @Retention(value=RUNTIME)
    - @Target(value=METHOD)
    +
    @Retention(value=RUNTIME)
    + @Target(value=METHOD)
     public @interface CatchUnknown
  • diff --git a/docs/acf-core/co/aikar/commands/annotation/CommandAlias.html b/docs/acf-core/co/aikar/commands/annotation/CommandAlias.html index 0fb7387a..b8588576 100644 --- a/docs/acf-core/co/aikar/commands/annotation/CommandAlias.html +++ b/docs/acf-core/co/aikar/commands/annotation/CommandAlias.html @@ -92,8 +92,8 @@


  • -
    @Retention(value=RUNTIME)
    - @Target(value={METHOD,TYPE})
    +
    @Retention(value=RUNTIME)
    + @Target(value={METHOD,TYPE})
     public @interface CommandAlias
  • @@ -114,7 +114,7 @@ public @interface Required Element and Description -String +String value  @@ -138,7 +138,7 @@ public @interface
  • value

    -
    public abstract String value
    +
    public abstract String value
  • diff --git a/docs/acf-core/co/aikar/commands/annotation/CommandCompletion.html b/docs/acf-core/co/aikar/commands/annotation/CommandCompletion.html index fe237d04..5e03aadd 100644 --- a/docs/acf-core/co/aikar/commands/annotation/CommandCompletion.html +++ b/docs/acf-core/co/aikar/commands/annotation/CommandCompletion.html @@ -92,8 +92,8 @@


  • -
    @Retention(value=RUNTIME)
    - @Target(value=METHOD)
    +
    @Retention(value=RUNTIME)
    + @Target(value=METHOD)
     public @interface CommandCompletion
  • @@ -114,7 +114,7 @@ public @interface Required Element and Description -String +String value  @@ -138,7 +138,7 @@ public @interface
  • value

    -
    public abstract String value
    +
    public abstract String value
  • diff --git a/docs/acf-core/co/aikar/commands/annotation/CommandPermission.html b/docs/acf-core/co/aikar/commands/annotation/CommandPermission.html index c4b9d4a3..35d9c4ca 100644 --- a/docs/acf-core/co/aikar/commands/annotation/CommandPermission.html +++ b/docs/acf-core/co/aikar/commands/annotation/CommandPermission.html @@ -92,8 +92,8 @@


  • -
    @Retention(value=RUNTIME)
    - @Target(value={METHOD,TYPE})
    +
    @Retention(value=RUNTIME)
    + @Target(value={METHOD,TYPE})
     public @interface CommandPermission
  • @@ -114,7 +114,7 @@ public @interface Required Element and Description -String +String value  @@ -138,7 +138,7 @@ public @interface
  • value

    -
    public abstract String value
    +
    public abstract String value
  • diff --git a/docs/acf-core/co/aikar/commands/annotation/Conditions.html b/docs/acf-core/co/aikar/commands/annotation/Conditions.html index dc8b0080..1d0d6a5f 100644 --- a/docs/acf-core/co/aikar/commands/annotation/Conditions.html +++ b/docs/acf-core/co/aikar/commands/annotation/Conditions.html @@ -92,8 +92,8 @@


  • -
    @Retention(value=RUNTIME)
    - @Target(value={METHOD,PARAMETER,TYPE})
    +
    @Retention(value=RUNTIME)
    + @Target(value={METHOD,PARAMETER,TYPE})
     public @interface Conditions
  • @@ -114,7 +114,7 @@ public @interface Required Element and Description -String +String value  @@ -138,7 +138,7 @@ public @interface
  • value

    -
    public abstract String value
    +
    public abstract String value
  • diff --git a/docs/acf-core/co/aikar/commands/annotation/Default.html b/docs/acf-core/co/aikar/commands/annotation/Default.html index b7902875..cf7aa809 100644 --- a/docs/acf-core/co/aikar/commands/annotation/Default.html +++ b/docs/acf-core/co/aikar/commands/annotation/Default.html @@ -92,8 +92,8 @@


  • -
    @Retention(value=RUNTIME)
    - @Target(value={METHOD,PARAMETER})
    +
    @Retention(value=RUNTIME)
    + @Target(value={METHOD,PARAMETER})
     public @interface Default
  • @@ -114,7 +114,7 @@ public @interface Optional Element and Description -String +String value  @@ -138,7 +138,7 @@ public @interface
  • value

    -
    public abstract String value
    +
    public abstract String value
    Default:
    ""
    diff --git a/docs/acf-core/co/aikar/commands/annotation/Dependency.html b/docs/acf-core/co/aikar/commands/annotation/Dependency.html index ebc76b37..5454b377 100644 --- a/docs/acf-core/co/aikar/commands/annotation/Dependency.html +++ b/docs/acf-core/co/aikar/commands/annotation/Dependency.html @@ -92,8 +92,8 @@


  • -
    @Retention(value=RUNTIME)
    - @Target(value=FIELD)
    +
    @Retention(value=RUNTIME)
    + @Target(value=FIELD)
     public @interface Dependency
  • @@ -114,7 +114,7 @@ public @interface Optional Element and Description -String +String value
    The key that should be used to lookup the instances, defaults to \"\"
    @@ -140,7 +140,7 @@ public @interface
  • value

    -
    public abstract String value
    +
    public abstract String value
    The key that should be used to lookup the instances, defaults to \"\"
    Returns:
    diff --git a/docs/acf-core/co/aikar/commands/annotation/Description.html b/docs/acf-core/co/aikar/commands/annotation/Description.html index d4043b99..79bc495d 100644 --- a/docs/acf-core/co/aikar/commands/annotation/Description.html +++ b/docs/acf-core/co/aikar/commands/annotation/Description.html @@ -92,8 +92,8 @@


  • -
    @Retention(value=RUNTIME)
    - @Target(value={METHOD,PARAMETER})
    +
    @Retention(value=RUNTIME)
    + @Target(value={METHOD,PARAMETER})
     public @interface Description
  • @@ -114,7 +114,7 @@ public @interface Required Element and Description -String +String value  @@ -138,7 +138,7 @@ public @interface
  • value

    -
    public abstract String value
    +
    public abstract String value
  • diff --git a/docs/acf-core/co/aikar/commands/annotation/Flags.html b/docs/acf-core/co/aikar/commands/annotation/Flags.html index ee6ac060..9ca76635 100644 --- a/docs/acf-core/co/aikar/commands/annotation/Flags.html +++ b/docs/acf-core/co/aikar/commands/annotation/Flags.html @@ -92,8 +92,8 @@


  • -
    @Retention(value=RUNTIME)
    - @Target(value=PARAMETER)
    +
    @Retention(value=RUNTIME)
    + @Target(value=PARAMETER)
     public @interface Flags
  • @@ -114,7 +114,7 @@ public @interface Required Element and Description -String +String value  @@ -138,7 +138,7 @@ public @interface
  • value

    -
    public abstract String value
    +
    public abstract String value
  • diff --git a/docs/acf-core/co/aikar/commands/annotation/HelpCommand.html b/docs/acf-core/co/aikar/commands/annotation/HelpCommand.html index 8497b15e..5aa4e920 100644 --- a/docs/acf-core/co/aikar/commands/annotation/HelpCommand.html +++ b/docs/acf-core/co/aikar/commands/annotation/HelpCommand.html @@ -92,8 +92,8 @@


  • -
    @Retention(value=RUNTIME)
    - @Target(value=METHOD)
    +
    @Retention(value=RUNTIME)
    + @Target(value=METHOD)
     public @interface HelpCommand
  • @@ -114,7 +114,7 @@ public @interface Optional Element and Description -String +String value  @@ -138,7 +138,7 @@ public @interface
  • value

    -
    public abstract String value
    +
    public abstract String value
    Default:
    "help|?|-help|-h|-?"
    diff --git a/docs/acf-core/co/aikar/commands/annotation/HelpSearchTags.html b/docs/acf-core/co/aikar/commands/annotation/HelpSearchTags.html index b2ab47b0..c76fa70a 100644 --- a/docs/acf-core/co/aikar/commands/annotation/HelpSearchTags.html +++ b/docs/acf-core/co/aikar/commands/annotation/HelpSearchTags.html @@ -92,8 +92,8 @@


  • -
    @Retention(value=RUNTIME)
    - @Target(value=METHOD)
    +
    @Retention(value=RUNTIME)
    + @Target(value=METHOD)
     public @interface HelpSearchTags
  • @@ -114,7 +114,7 @@ public @interface Required Element and Description -String +String value  @@ -138,7 +138,7 @@ public @interface
  • value

    -
    public abstract String value
    +
    public abstract String value
  • diff --git a/docs/acf-core/co/aikar/commands/annotation/Optional.html b/docs/acf-core/co/aikar/commands/annotation/Optional.html index ca2505ca..7fd9d3e3 100644 --- a/docs/acf-core/co/aikar/commands/annotation/Optional.html +++ b/docs/acf-core/co/aikar/commands/annotation/Optional.html @@ -92,8 +92,8 @@


  • -
    @Retention(value=RUNTIME)
    - @Target(value=PARAMETER)
    +
    @Retention(value=RUNTIME)
    + @Target(value=PARAMETER)
     public @interface Optional
  • diff --git a/docs/acf-core/co/aikar/commands/annotation/PreCommand.html b/docs/acf-core/co/aikar/commands/annotation/PreCommand.html index 9681b51a..dd9d1fd0 100644 --- a/docs/acf-core/co/aikar/commands/annotation/PreCommand.html +++ b/docs/acf-core/co/aikar/commands/annotation/PreCommand.html @@ -92,8 +92,8 @@


  • -
    @Retention(value=RUNTIME)
    - @Target(value=METHOD)
    +
    @Retention(value=RUNTIME)
    + @Target(value=METHOD)
     public @interface PreCommand
  • diff --git a/docs/acf-core/co/aikar/commands/annotation/Private.html b/docs/acf-core/co/aikar/commands/annotation/Private.html index 202b243f..439ede07 100644 --- a/docs/acf-core/co/aikar/commands/annotation/Private.html +++ b/docs/acf-core/co/aikar/commands/annotation/Private.html @@ -92,8 +92,8 @@


  • -
    @Retention(value=RUNTIME)
    - @Target(value={METHOD,TYPE})
    +
    @Retention(value=RUNTIME)
    + @Target(value={METHOD,TYPE})
     public @interface Private
    Marks a command to not be included in stuff like tab completion and help pages
  • diff --git a/docs/acf-core/co/aikar/commands/annotation/Single.html b/docs/acf-core/co/aikar/commands/annotation/Single.html index ec3379f4..baa6e5e2 100644 --- a/docs/acf-core/co/aikar/commands/annotation/Single.html +++ b/docs/acf-core/co/aikar/commands/annotation/Single.html @@ -92,8 +92,8 @@


  • -
    @Retention(value=RUNTIME)
    - @Target(value=PARAMETER)
    +
    @Retention(value=RUNTIME)
    + @Target(value=PARAMETER)
     public @interface Single
    Don't join remaining arguments
  • diff --git a/docs/acf-core/co/aikar/commands/annotation/Split.html b/docs/acf-core/co/aikar/commands/annotation/Split.html index b19f82ee..38af2114 100644 --- a/docs/acf-core/co/aikar/commands/annotation/Split.html +++ b/docs/acf-core/co/aikar/commands/annotation/Split.html @@ -92,8 +92,8 @@


  • -
    @Retention(value=RUNTIME)
    - @Target(value=PARAMETER)
    +
    @Retention(value=RUNTIME)
    + @Target(value=PARAMETER)
     public @interface Split
  • @@ -114,7 +114,7 @@ public @interface Optional Element and Description -String +String value  @@ -138,7 +138,7 @@ public @interface
  • value

    -
    public abstract String value
    +
    public abstract String value
    Default:
    ","
    diff --git a/docs/acf-core/co/aikar/commands/annotation/Subcommand.html b/docs/acf-core/co/aikar/commands/annotation/Subcommand.html index 9f5d35e7..87691509 100644 --- a/docs/acf-core/co/aikar/commands/annotation/Subcommand.html +++ b/docs/acf-core/co/aikar/commands/annotation/Subcommand.html @@ -92,8 +92,8 @@


  • -
    @Retention(value=RUNTIME)
    - @Target(value={METHOD,TYPE})
    +
    @Retention(value=RUNTIME)
    + @Target(value={METHOD,TYPE})
     public @interface Subcommand
  • @@ -114,7 +114,7 @@ public @interface Required Element and Description -String +String value  @@ -138,7 +138,7 @@ public @interface
  • value

    -
    public abstract String value
    +
    public abstract String value
  • diff --git a/docs/acf-core/co/aikar/commands/annotation/Syntax.html b/docs/acf-core/co/aikar/commands/annotation/Syntax.html index 2a0910c6..676dd84d 100644 --- a/docs/acf-core/co/aikar/commands/annotation/Syntax.html +++ b/docs/acf-core/co/aikar/commands/annotation/Syntax.html @@ -92,8 +92,8 @@


  • -
    @Retention(value=RUNTIME)
    - @Target(value={METHOD,PARAMETER})
    +
    @Retention(value=RUNTIME)
    + @Target(value={METHOD,PARAMETER})
     public @interface Syntax
  • @@ -114,7 +114,7 @@ public @interface Required Element and Description -String +String value  @@ -138,7 +138,7 @@ public @interface
  • value

    -
    public abstract String value
    +
    public abstract String value
  • diff --git a/docs/acf-core/co/aikar/commands/annotation/UnknownHandler.html b/docs/acf-core/co/aikar/commands/annotation/UnknownHandler.html index ece8b7a9..00486989 100644 --- a/docs/acf-core/co/aikar/commands/annotation/UnknownHandler.html +++ b/docs/acf-core/co/aikar/commands/annotation/UnknownHandler.html @@ -95,9 +95,9 @@
    -
    @Deprecated
    - @Retention(value=RUNTIME)
    - @Target(value=METHOD)
    +
    @Deprecated
    + @Retention(value=RUNTIME)
    + @Target(value=METHOD)
     public @interface UnknownHandler
    diff --git a/docs/acf-core/co/aikar/commands/annotation/Values.html b/docs/acf-core/co/aikar/commands/annotation/Values.html index 2b293e42..a8e7670d 100644 --- a/docs/acf-core/co/aikar/commands/annotation/Values.html +++ b/docs/acf-core/co/aikar/commands/annotation/Values.html @@ -92,8 +92,8 @@


  • -
    @Retention(value=RUNTIME)
    - @Target(value=PARAMETER)
    +
    @Retention(value=RUNTIME)
    + @Target(value=PARAMETER)
     public @interface Values
  • @@ -114,7 +114,7 @@ public @interface Required Element and Description -String +String value  @@ -138,7 +138,7 @@ public @interface
  • value

    -
    public abstract String value
    +
    public abstract String value
  • diff --git a/docs/acf-core/co/aikar/commands/annotation/package-tree.html b/docs/acf-core/co/aikar/commands/annotation/package-tree.html index 7b253dd5..87129779 100644 --- a/docs/acf-core/co/aikar/commands/annotation/package-tree.html +++ b/docs/acf-core/co/aikar/commands/annotation/package-tree.html @@ -78,27 +78,27 @@

    Annotation Type Hierarchy

    diff --git a/docs/acf-core/co/aikar/commands/apachecommonslang/ApacheCommonsExceptionUtil.Nestable.html b/docs/acf-core/co/aikar/commands/apachecommonslang/ApacheCommonsExceptionUtil.Nestable.html index 6b313b4d..32ee0c00 100644 --- a/docs/acf-core/co/aikar/commands/apachecommonslang/ApacheCommonsExceptionUtil.Nestable.html +++ b/docs/acf-core/co/aikar/commands/apachecommonslang/ApacheCommonsExceptionUtil.Nestable.html @@ -105,7 +105,7 @@ var activeTableTab = "activeTableTab";

    public static interface ApacheCommonsExceptionUtil.Nestable
    -
    An interface to be implemented by Throwable +
    An interface to be implemented by Throwable extensions which would like to be able to nest root exceptions inside themselves.
    @@ -135,35 +135,35 @@ var activeTableTab = "activeTableTab"; Method and Description -Throwable +Throwable getCause()
    Returns the reference to the exception or error that caused the exception implementing the Nestable to be thrown.
    -String +String getMessage()
    Returns the error message of this and any nested Throwable.
    -String +String getMessage(int index)
    Returns the error message of the Throwable in the chain of Throwables at the specified index, numbered from 0.
    -String[] +String[] getMessages()
    Returns the error message of this and any nested Throwables in an array of Strings, one element for each message.
    -Throwable +Throwable getThrowable(int index)
    Returns the Throwable in the chain of Throwables at the specified index, numbered from 0.
    @@ -177,7 +177,7 @@ var activeTableTab = "activeTableTab"; -Throwable[] +Throwable[] getThrowables()
    Returns this Nestable and any nested Throwables in an array of Throwables, one element for each @@ -186,14 +186,14 @@ var activeTableTab = "activeTableTab"; int -indexOfThrowable(Class type) +indexOfThrowable(Class type)
    Returns the index, numbered from 0, of the first occurrence of the specified type, or a subclass, in the chain of Throwables.
    int -indexOfThrowable(Class type, +indexOfThrowable(Class type, int fromIndex)
    Returns the index, numbered from 0, of the first Throwable that matches the specified type, or a subclass, in the chain of Throwables @@ -202,21 +202,21 @@ var activeTableTab = "activeTableTab"; void -printPartialStackTrace(PrintWriter out) +printPartialStackTrace(PrintWriter out)
    Prints the stack trace for this exception only--root cause not included--using the provided writer.
    void -printStackTrace(PrintStream out) +printStackTrace(PrintStream out)
    Prints the stack trace of this exception to the specified print stream.
    void -printStackTrace(PrintWriter out) +printStackTrace(PrintWriter out)
    Prints the stack trace of this exception to the specified print writer.
    @@ -242,7 +242,7 @@ var activeTableTab = "activeTableTab";
    • getCause

      -
      Throwable getCause()
      +
      Throwable getCause()
      Returns the reference to the exception or error that caused the exception implementing the Nestable to be thrown.
      @@ -257,7 +257,7 @@ var activeTableTab = "activeTableTab";
      • getMessage

        -
        String getMessage()
        +
        String getMessage()
        Returns the error message of this and any nested Throwable.
        @@ -272,7 +272,7 @@ var activeTableTab = "activeTableTab";
        • getMessage

          -
          String getMessage(int index)
          +
          String getMessage(int index)
          Returns the error message of the Throwable in the chain of Throwables at the specified index, numbered from 0.
          @@ -283,7 +283,7 @@ var activeTableTab = "activeTableTab";
          the error message, or null if the Throwable at the specified index in the chain does not contain a message
          Throws:
          -
          IndexOutOfBoundsException - if the index argument is +
          IndexOutOfBoundsException - if the index argument is negative or not less than the count of Throwables in the chain
          @@ -295,7 +295,7 @@ var activeTableTab = "activeTableTab";
          • getMessages

            -
            String[] getMessages()
            +
            String[] getMessages()
            Returns the error message of this and any nested Throwables in an array of Strings, one element for each message. Any Throwable not containing a message is represented in the @@ -314,7 +314,7 @@ var activeTableTab = "activeTableTab";
            • getThrowable

              -
              Throwable getThrowable(int index)
              +
              Throwable getThrowable(int index)
              Returns the Throwable in the chain of Throwables at the specified index, numbered from 0.
              @@ -324,7 +324,7 @@ var activeTableTab = "activeTableTab";
              Returns:
              the Throwable
              Throws:
              -
              IndexOutOfBoundsException - if the index argument is +
              IndexOutOfBoundsException - if the index argument is negative or not less than the count of Throwables in the chain
              @@ -351,7 +351,7 @@ var activeTableTab = "activeTableTab";
              • getThrowables

                -
                Throwable[] getThrowables()
                +
                Throwable[] getThrowables()
                Returns this Nestable and any nested Throwables in an array of Throwables, one element for each Throwable.
                @@ -367,7 +367,7 @@ var activeTableTab = "activeTableTab";
                • indexOfThrowable

                  -
                  int indexOfThrowable(Class type)
                  +
                  int indexOfThrowable(Class type)
                  Returns the index, numbered from 0, of the first occurrence of the specified type, or a subclass, in the chain of Throwables. The method returns -1 if the specified type is not found in the chain. @@ -391,7 +391,7 @@ var activeTableTab = "activeTableTab";
                  • indexOfThrowable

                    -
                    int indexOfThrowable(Class type,
                    +
                    int indexOfThrowable(Class type,
                                          int fromIndex)
                    Returns the index, numbered from 0, of the first Throwable that matches the specified type, or a subclass, in the chain of Throwables @@ -411,7 +411,7 @@ var activeTableTab = "activeTableTab";
                    index of the first occurrence of the type in the chain, or -1 if the type is not found
                    Throws:
                    -
                    IndexOutOfBoundsException - if the fromIndex argument +
                    IndexOutOfBoundsException - if the fromIndex argument is negative or not less than the count of Throwables in the chain
        @@ -423,7 +423,7 @@ var activeTableTab = "activeTableTab";
        • printStackTrace

          -
          void printStackTrace(PrintWriter out)
          +
          void printStackTrace(PrintWriter out)
          Prints the stack trace of this exception to the specified print writer. Includes information from the exception, if any, which caused this exception.
          @@ -439,7 +439,7 @@ var activeTableTab = "activeTableTab";
          • printStackTrace

            -
            void printStackTrace(PrintStream out)
            +
            void printStackTrace(PrintStream out)
            Prints the stack trace of this exception to the specified print stream. Includes information from the exception, if any, which caused this exception.
            @@ -455,7 +455,7 @@ var activeTableTab = "activeTableTab";
            • printPartialStackTrace

              -
              void printPartialStackTrace(PrintWriter out)
              +
              void printPartialStackTrace(PrintWriter out)
              Prints the stack trace for this exception only--root cause not included--using the provided writer. Used by individual stack traces to a buffer. The implementation of diff --git a/docs/acf-core/co/aikar/commands/apachecommonslang/ApacheCommonsExceptionUtil.html b/docs/acf-core/co/aikar/commands/apachecommonslang/ApacheCommonsExceptionUtil.html index 0a4cc427..8fecc26a 100644 --- a/docs/acf-core/co/aikar/commands/apachecommonslang/ApacheCommonsExceptionUtil.html +++ b/docs/acf-core/co/aikar/commands/apachecommonslang/ApacheCommonsExceptionUtil.html @@ -96,7 +96,7 @@ var activeTableTab = "activeTableTab";

    Provides utilities for manipulating and examining Throwable objects.

    @@ -141,7 +141,7 @@ extends static interface  ApacheCommonsExceptionUtil.Nestable -
    An interface to be implemented by Throwable +
    An interface to be implemented by Throwable extensions which would like to be able to nest root exceptions inside themselves.
    @@ -184,75 +184,75 @@ extends static void -addCauseMethodName(String methodName) +addCauseMethodName(String methodName)
    Adds to the list of method names used in the search for Throwable objects.
    -static Throwable -getCause(Throwable throwable) +static Throwable +getCause(Throwable throwable)
    Introspects the Throwable to obtain the cause.
    -static Throwable -getCause(Throwable throwable, - String[] methodNames) +static Throwable +getCause(Throwable throwable, + String[] methodNames)
    Introspects the Throwable to obtain the cause.
    -static String -getFullStackTrace(Throwable throwable) +static String +getFullStackTrace(Throwable throwable)
    A way to get the entire nested stack-trace of an throwable.
    -static Throwable -getRootCause(Throwable throwable) +static Throwable +getRootCause(Throwable throwable)
    Introspects the Throwable to obtain the root cause.
    -static String -getStackTrace(Throwable throwable) +static String +getStackTrace(Throwable throwable)
    Gets the stack trace from a Throwable as a String.
    static int -getThrowableCount(Throwable throwable) +getThrowableCount(Throwable throwable)
    Counts the number of Throwable objects in the exception chain.
    -static List -getThrowableList(Throwable throwable) +static List +getThrowableList(Throwable throwable)
    Returns the list of Throwable objects in the exception chain.
    -static Throwable[] -getThrowables(Throwable throwable) +static Throwable[] +getThrowables(Throwable throwable)
    Returns the list of Throwable objects in the exception chain.
    static int -indexOfThrowable(Throwable throwable, - Class clazz) +indexOfThrowable(Throwable throwable, + Class clazz)
    Returns the (zero based) index of the first Throwable that matches the specified class (exactly) in the exception chain.
    static int -indexOfThrowable(Throwable throwable, - Class clazz, +indexOfThrowable(Throwable throwable, + Class clazz, int fromIndex)
    Returns the (zero based) index of the first Throwable that matches the specified type in the exception chain from @@ -261,16 +261,16 @@ extends static int -indexOfType(Throwable throwable, - Class type) +indexOfType(Throwable throwable, + Class type)
    Returns the (zero based) index of the first Throwable that matches the specified class or subclass in the exception chain.
    static int -indexOfType(Throwable throwable, - Class type, +indexOfType(Throwable throwable, + Class type, int fromIndex)
    Returns the (zero based) index of the first Throwable that matches the specified type in the exception chain from @@ -279,14 +279,14 @@ extends static boolean -isCauseMethodName(String methodName) +isCauseMethodName(String methodName)
    Tests if the list of method names used in the search for Throwable objects include the given name.
    static boolean -isNestedThrowable(Throwable throwable) +isNestedThrowable(Throwable throwable)
    Checks whether this Throwable class can store a cause.
    @@ -298,22 +298,22 @@ extends static void -removeCauseMethodName(String methodName) +removeCauseMethodName(String methodName)
    Removes from the list of method names used in the search for Throwable objects.
    static void -removeCommonFrames(List causeFrames, - List wrapperFrames) +removeCommonFrames(List causeFrames, + List wrapperFrames)
    Removes common frames from the cause trace given the two stack traces.
    static boolean -setCause(Throwable target, - Throwable cause) +setCause(Throwable target, + Throwable cause)
    Sets the cause of a Throwable using introspection, allowing source code compatibility between pre-1.4 and post-1.4 Java releases.
    @@ -323,8 +323,8 @@ extends -

    Methods inherited from class java.lang.Object

    -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait @@ -367,7 +367,7 @@ extends
  • addCauseMethodName

    -
    public static void addCauseMethodName(String methodName)
    +
    public static void addCauseMethodName(String methodName)

    Adds to the list of method names used in the search for Throwable objects.

    @@ -385,7 +385,7 @@ extends
  • removeCauseMethodName

    -
    public static void removeCauseMethodName(String methodName)
    +
    public static void removeCauseMethodName(String methodName)

    Removes from the list of method names used in the search for Throwable objects.

    @@ -403,8 +403,8 @@ extends
  • setCause

    -
    public static boolean setCause(Throwable target,
    -                               Throwable cause)
    +
    public static boolean setCause(Throwable target,
    +                               Throwable cause)

    Sets the cause of a Throwable using introspection, allowing source code compatibility between pre-1.4 and post-1.4 Java releases.

    @@ -443,7 +443,7 @@ extends
  • isCauseMethodName

    -
    public static boolean isCauseMethodName(String methodName)
    +
    public static boolean isCauseMethodName(String methodName)

    Tests if the list of method names used in the search for Throwable objects include the given name.

    @@ -463,7 +463,7 @@ extends
  • getCause

    -
    public static Throwable getCause(Throwable throwable)
    +
    public static Throwable getCause(Throwable throwable)

    Introspects the Throwable to obtain the cause.

    The method searches for methods with specific names that return a @@ -504,8 +504,8 @@ extends

  • getCause

    -
    public static Throwable getCause(Throwable throwable,
    -                                 String[] methodNames)
    +
    public static Throwable getCause(Throwable throwable,
    +                                 String[] methodNames)

    Introspects the Throwable to obtain the cause.

      @@ -534,7 +534,7 @@ extends
    1. getRootCause

      -
      public static Throwable getRootCause(Throwable throwable)
      +
      public static Throwable getRootCause(Throwable throwable)

      Introspects the Throwable to obtain the root cause.

      This method walks through the exception chain to the last element, @@ -579,7 +579,7 @@ extends

    2. isNestedThrowable

      -
      public static boolean isNestedThrowable(Throwable throwable)
      +
      public static boolean isNestedThrowable(Throwable throwable)

      Checks whether this Throwable class can store a cause.

      This method does not check whether it actually does store a cause.

      @@ -599,7 +599,7 @@ extends
    3. getThrowableCount

      -
      public static int getThrowableCount(Throwable throwable)
      +
      public static int getThrowableCount(Throwable throwable)

      Counts the number of Throwable objects in the exception chain.

      @@ -625,7 +625,7 @@ extends
    4. getThrowables

      -
      public static Throwable[] getThrowables(Throwable throwable)
      +
      public static Throwable[] getThrowables(Throwable throwable)

      Returns the list of Throwable objects in the exception chain.

      @@ -655,7 +655,7 @@ extends
    5. getThrowableList

      -
      public static List getThrowableList(Throwable throwable)
      +
      public static List getThrowableList(Throwable throwable)

      Returns the list of Throwable objects in the exception chain.

      @@ -685,8 +685,8 @@ extends
    6. indexOfThrowable

      -
      public static int indexOfThrowable(Throwable throwable,
      -                                   Class clazz)
      +
      public static int indexOfThrowable(Throwable throwable,
      +                                   Class clazz)

      Returns the (zero based) index of the first Throwable that matches the specified class (exactly) in the exception chain. Subclasses of the specified class do not match - see @@ -710,8 +710,8 @@ extends

    7. indexOfThrowable

      -
      public static int indexOfThrowable(Throwable throwable,
      -                                   Class clazz,
      +
      public static int indexOfThrowable(Throwable throwable,
      +                                   Class clazz,
                                          int fromIndex)

      Returns the (zero based) index of the first Throwable that matches the specified type in the exception chain from @@ -741,8 +741,8 @@ extends

    8. indexOfType

      -
      public static int indexOfType(Throwable throwable,
      -                              Class type)
      +
      public static int indexOfType(Throwable throwable,
      +                              Class type)

      Returns the (zero based) index of the first Throwable that matches the specified class or subclass in the exception chain. Subclasses of the specified class do match - see @@ -768,8 +768,8 @@ extends

    9. indexOfType

      -
      public static int indexOfType(Throwable throwable,
      -                              Class type,
      +
      public static int indexOfType(Throwable throwable,
      +                              Class type,
                                     int fromIndex)

      Returns the (zero based) index of the first Throwable that matches the specified type in the exception chain from @@ -801,15 +801,15 @@ extends

    10. removeCommonFrames

      -
      public static void removeCommonFrames(List causeFrames,
      -                                      List wrapperFrames)
      +
      public static void removeCommonFrames(List causeFrames,
      +                                      List wrapperFrames)

      Removes common frames from the cause trace given the two stack traces.

      Parameters:
      causeFrames - stack trace of a cause throwable
      wrapperFrames - stack trace of a wrapper throwable
      Throws:
      -
      IllegalArgumentException - if either argument is null
      +
      IllegalArgumentException - if either argument is null
      Since:
      2.0
      @@ -821,7 +821,7 @@ extends
    11. getFullStackTrace

      -
      public static String getFullStackTrace(Throwable throwable)
      +
      public static String getFullStackTrace(Throwable throwable)

      A way to get the entire nested stack-trace of an throwable.

      The result of this method is highly dependent on the JDK version @@ -842,11 +842,11 @@ extends

    12. getStackTrace

      -
      public static String getStackTrace(Throwable throwable)
      +
      public static String getStackTrace(Throwable throwable)

      Gets the stack trace from a Throwable as a String.

      The result of this method vary by JDK version as this method - uses Throwable.printStackTrace(java.io.PrintWriter). + uses Throwable.printStackTrace(java.io.PrintWriter). On JDK1.3 and earlier, the cause exception will not be shown unless the specified throwable alters printStackTrace.

      diff --git a/docs/acf-core/co/aikar/commands/apachecommonslang/ApacheCommonsLangUtil.html b/docs/acf-core/co/aikar/commands/apachecommonslang/ApacheCommonsLangUtil.html index 9666efd2..29fb39c8 100644 --- a/docs/acf-core/co/aikar/commands/apachecommonslang/ApacheCommonsLangUtil.html +++ b/docs/acf-core/co/aikar/commands/apachecommonslang/ApacheCommonsLangUtil.html @@ -96,7 +96,7 @@ var activeTableTab = "activeTableTab";
    13. Select methods copied from Apache Commons to avoid importing entire lib No changes to logic
    14. @@ -131,7 +131,7 @@ extends Field and Description -static String +static String EMPTY
      The empty String "".
      @@ -182,29 +182,29 @@ extends -static String -capitalize(String str) +static String +capitalize(String str)
      Capitalizes all the whitespace separated words in a String.
      -static String -capitalize(String str, +static String +capitalize(String str, char... delimiters)
      Capitalizes all the delimiter separated words in a String.
      -static String -capitalizeFully(String str) +static String +capitalizeFully(String str)
      Converts all the whitespace separated words in a String into capitalized words, that is each word is made up of a titlecase character and then a series of lowercase characters.
      -static String -capitalizeFully(String str, +static String +capitalizeFully(String str, char... delimiters)
      Converts all the delimiter separated words in a String into capitalized words, that is each word is made up of a titlecase character and then a series of @@ -220,15 +220,15 @@ extends static int -indexOf(Object[] array, - Object objectToFind) +indexOf(Object[] array, + Object objectToFind)
      Finds the index of the given object in the array.
      static int -indexOf(Object[] array, - Object objectToFind, +indexOf(Object[] array, + Object objectToFind, int startIndex)
      Finds the index of the given object in the array starting at the given index.
      @@ -242,12 +242,12 @@ extends static boolean -isNumeric(CharSequence cs) +isNumeric(CharSequence cs)
      Checks if the CharSequence contains only Unicode digits.
      -static String +static String join(byte[] array, char separator)
      @@ -255,7 +255,7 @@ extends -static String +static String join(byte[] array, char separator, int startIndex, @@ -265,7 +265,7 @@ extends -static String +static String join(char[] array, char separator)
      @@ -273,7 +273,7 @@ extends -static String +static String join(char[] array, char separator, int startIndex, @@ -283,7 +283,7 @@ extends -static String +static String join(double[] array, char separator)
      @@ -291,7 +291,7 @@ extends -static String +static String join(double[] array, char separator, int startIndex, @@ -301,7 +301,7 @@ extends -static String +static String join(float[] array, char separator)
      @@ -309,7 +309,7 @@ extends -static String +static String join(float[] array, char separator, int startIndex, @@ -319,7 +319,7 @@ extends -static String +static String join(int[] array, char separator)
      @@ -327,7 +327,7 @@ extends -static String +static String join(int[] array, char separator, int startIndex, @@ -337,39 +337,39 @@ extends -static String -join(Iterable<?> iterable, +static String +join(Iterable<?> iterable, char separator)
      Joins the elements of the provided Iterable into a single String containing the provided elements.
      -static String -join(Iterable<?> iterable, - String separator) +static String +join(Iterable<?> iterable, + String separator)
      Joins the elements of the provided Iterable into a single String containing the provided elements.
      -static String -join(Iterator<?> iterator, +static String +join(Iterator<?> iterator, char separator)
      Joins the elements of the provided Iterator into a single String containing the provided elements.
      -static String -join(Iterator<?> iterator, - String separator) +static String +join(Iterator<?> iterator, + String separator)
      Joins the elements of the provided Iterator into a single String containing the provided elements.
      -static String +static String join(long[] array, char separator)
      @@ -377,7 +377,7 @@ extends -static String +static String join(long[] array, char separator, int startIndex, @@ -387,16 +387,16 @@ extends -static String -join(Object[] array, +static String +join(Object[] array, char separator)
      Joins the elements of the provided array into a single String containing the provided list of elements.
      -static String -join(Object[] array, +static String +join(Object[] array, char separator, int startIndex, int endIndex) @@ -405,17 +405,17 @@ extends -static String -join(Object[] array, - String separator) +static String +join(Object[] array, + String separator)
      Joins the elements of the provided array into a single String containing the provided list of elements.
      -static String -join(Object[] array, - String separator, +static String +join(Object[] array, + String separator, int startIndex, int endIndex)
      Joins the elements of the provided array into a single String @@ -423,7 +423,7 @@ extends -static String +static String join(short[] array, char separator)
      @@ -431,7 +431,7 @@ extends -static String +static String join(short[] array, char separator, int startIndex, @@ -441,7 +441,7 @@ extends -static <T> String +static <T> String join(T... elements)
      Joins the elements of the provided array into a single String containing the provided list of elements.
      @@ -449,15 +449,15 @@ extends static boolean -startsWith(CharSequence str, - CharSequence prefix) +startsWith(CharSequence str, + CharSequence prefix)
      Check if a CharSequence starts with a specified prefix.
      static boolean -startsWithIgnoreCase(CharSequence str, - CharSequence prefix) +startsWithIgnoreCase(CharSequence str, + CharSequence prefix)
      Case insensitive check if a CharSequence starts with a specified prefix.
      @@ -466,8 +466,8 @@ extends -

      Methods inherited from class java.lang.Object

      -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    15. +

      Methods inherited from class java.lang.Object

      +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait @@ -489,7 +489,7 @@ extends
    16. EMPTY

      -
      public static final String EMPTY
      +
      public static final String EMPTY
      The empty String "".
      Since:
      @@ -508,7 +508,7 @@ extends INDEX_NOT_FOUND
  • The index value when an element is not found in a list or array: -1. This value is returned by methods in this class and can also be used in comparisons with values returned by - various method from List.
    + various method from List.
    See Also:
    Constant Field Values
    @@ -600,7 +600,7 @@ extends Throws: -
    IllegalArgumentException - if the array types are incompatible
    +
    IllegalArgumentException - if the array types are incompatible
    Since:
    2.1
    @@ -612,12 +612,12 @@ extends
  • capitalizeFully

    -
    public static String capitalizeFully(String str)
    +
    public static String capitalizeFully(String str)

    Converts all the whitespace separated words in a String into capitalized words, that is each word is made up of a titlecase character and then a series of lowercase characters.

    -

    Whitespace is defined by Character.isWhitespace(char). +

    Whitespace is defined by Character.isWhitespace(char). A null input String returns null. Capitalization uses the Unicode title case, normally equivalent to upper case.

    @@ -641,7 +641,7 @@ extends
  • capitalizeFully

    -
    public static String capitalizeFully(String str,
    +
    public static String capitalizeFully(String str,
                                          char... delimiters)

    Converts all the delimiter separated words in a String into capitalized words, that is each word is made up of a titlecase character and then a series of @@ -679,13 +679,13 @@ extends

  • capitalize

    -
    public static String capitalize(String str)
    +
    public static String capitalize(String str)

    Capitalizes all the whitespace separated words in a String. Only the first character of each word is changed. To convert the rest of each word to lowercase at the same time, use capitalizeFully(String).

    -

    Whitespace is defined by Character.isWhitespace(char). +

    Whitespace is defined by Character.isWhitespace(char). A null input String returns null. Capitalization uses the Unicode title case, normally equivalent to upper case.

    @@ -711,7 +711,7 @@ extends
  • capitalize

    -
    public static String capitalize(String str,
    +
    public static String capitalize(String str,
                                     char... delimiters)

    Capitalizes all the delimiter separated words in a String. Only the first character of each word is changed. To convert the @@ -772,8 +772,8 @@ extends

  • join

    -
    @SafeVarargs
    -public static <T> String join(T... elements)
    +
    @SafeVarargs
    +public static <T> String join(T... elements)

    Joins the elements of the provided array into a single String containing the provided list of elements.

    @@ -806,7 +806,7 @@ public static <T> 
  • join

    -
    public static String join(Object[] array,
    +
    public static String join(Object[] array,
                               char separator)

    Joins the elements of the provided array into a single String containing the provided list of elements.

    @@ -840,7 +840,7 @@ public static <T> 
  • join

    -
    public static String join(long[] array,
    +
    public static String join(long[] array,
                               char separator)

    Joins the elements of the provided array into a single String containing the provided list of elements. @@ -875,7 +875,7 @@ public static <T> 

  • join

    -
    public static String join(int[] array,
    +
    public static String join(int[] array,
                               char separator)

    Joins the elements of the provided array into a single String containing the provided list of elements. @@ -910,7 +910,7 @@ public static <T> 

  • join

    -
    public static String join(short[] array,
    +
    public static String join(short[] array,
                               char separator)

    Joins the elements of the provided array into a single String containing the provided list of elements. @@ -945,7 +945,7 @@ public static <T> 

  • join

    -
    public static String join(byte[] array,
    +
    public static String join(byte[] array,
                               char separator)

    Joins the elements of the provided array into a single String containing the provided list of elements. @@ -980,7 +980,7 @@ public static <T> 

  • join

    -
    public static String join(char[] array,
    +
    public static String join(char[] array,
                               char separator)

    Joins the elements of the provided array into a single String containing the provided list of elements. @@ -1015,7 +1015,7 @@ public static <T> 

  • join

    -
    public static String join(float[] array,
    +
    public static String join(float[] array,
                               char separator)

    Joins the elements of the provided array into a single String containing the provided list of elements. @@ -1050,7 +1050,7 @@ public static <T> 

  • join

    -
    public static String join(double[] array,
    +
    public static String join(double[] array,
                               char separator)

    Joins the elements of the provided array into a single String containing the provided list of elements. @@ -1085,7 +1085,7 @@ public static <T> 

  • join

    -
    public static String join(Object[] array,
    +
    public static String join(Object[] array,
                               char separator,
                               int startIndex,
                               int endIndex)
    @@ -1125,7 +1125,7 @@ public static <T> 
  • join

    -
    public static String join(long[] array,
    +
    public static String join(long[] array,
                               char separator,
                               int startIndex,
                               int endIndex)
    @@ -1166,7 +1166,7 @@ public static <T> 
  • join

    -
    public static String join(int[] array,
    +
    public static String join(int[] array,
                               char separator,
                               int startIndex,
                               int endIndex)
    @@ -1207,7 +1207,7 @@ public static <T> 
  • join

    -
    public static String join(byte[] array,
    +
    public static String join(byte[] array,
                               char separator,
                               int startIndex,
                               int endIndex)
    @@ -1248,7 +1248,7 @@ public static <T> 
  • join

    -
    public static String join(short[] array,
    +
    public static String join(short[] array,
                               char separator,
                               int startIndex,
                               int endIndex)
    @@ -1289,7 +1289,7 @@ public static <T> 
  • join

    -
    public static String join(char[] array,
    +
    public static String join(char[] array,
                               char separator,
                               int startIndex,
                               int endIndex)
    @@ -1330,7 +1330,7 @@ public static <T> 
  • join

    -
    public static String join(double[] array,
    +
    public static String join(double[] array,
                               char separator,
                               int startIndex,
                               int endIndex)
    @@ -1371,7 +1371,7 @@ public static <T> 
  • join

    -
    public static String join(float[] array,
    +
    public static String join(float[] array,
                               char separator,
                               int startIndex,
                               int endIndex)
    @@ -1412,8 +1412,8 @@ public static <T> 
  • join

    -
    public static String join(Object[] array,
    -                          String separator)
    +
    public static String join(Object[] array,
    +                          String separator)

    Joins the elements of the provided array into a single String containing the provided list of elements.

    @@ -1446,8 +1446,8 @@ public static <T> 
  • join

    -
    public static String join(Object[] array,
    -                          String separator,
    +
    public static String join(Object[] array,
    +                          String separator,
                               int startIndex,
                               int endIndex)

    Joins the elements of the provided array into a single String @@ -1481,7 +1481,7 @@ public static <T> Throws: -

    ArrayIndexOutOfBoundsException - ife
    +
    ArrayIndexOutOfBoundsException - ife
    startIndex < 0 or
    startIndex >= array.length() or
    endIndex < 0 or
    @@ -1495,7 +1495,7 @@ public static <T> 
  • join

    -
    public static String join(Iterator<?> iterator,
    +
    public static String join(Iterator<?> iterator,
                               char separator)

    Joins the elements of the provided Iterator into a single String containing the provided elements.

    @@ -1521,8 +1521,8 @@ public static <T> 
  • join

    -
    public static String join(Iterator<?> iterator,
    -                          String separator)
    +
    public static String join(Iterator<?> iterator,
    +                          String separator)

    Joins the elements of the provided Iterator into a single String containing the provided elements.

    @@ -1545,7 +1545,7 @@ public static <T> 
  • join

    -
    public static String join(Iterable<?> iterable,
    +
    public static String join(Iterable<?> iterable,
                               char separator)

    Joins the elements of the provided Iterable into a single String containing the provided elements.

    @@ -1571,8 +1571,8 @@ public static <T> 
  • join

    -
    public static String join(Iterable<?> iterable,
    -                          String separator)
    +
    public static String join(Iterable<?> iterable,
    +                          String separator)

    Joins the elements of the provided Iterable into a single String containing the provided elements.

    @@ -1597,7 +1597,7 @@ public static <T> 
  • isNumeric

    -
    public static boolean isNumeric(CharSequence cs)
    +
    public static boolean isNumeric(CharSequence cs)

    Checks if the CharSequence contains only Unicode digits. A decimal point is not a Unicode digit and returns false.

    @@ -1638,8 +1638,8 @@ public static <T> 
  • startsWith

    -
    public static boolean startsWith(CharSequence str,
    -                                 CharSequence prefix)
    +
    public static boolean startsWith(CharSequence str,
    +                                 CharSequence prefix)

    Check if a CharSequence starts with a specified prefix.

    nulls are handled without exceptions. Two null @@ -1662,7 +1662,7 @@ public static <T> Since:

    2.4, 3.0 Changed signature from startsWith(String, String) to startsWith(CharSequence, CharSequence)
    See Also:
    -
    String.startsWith(String)
    +
    String.startsWith(String)
  • @@ -1672,8 +1672,8 @@ public static <T> 
  • startsWithIgnoreCase

    -
    public static boolean startsWithIgnoreCase(CharSequence str,
    -                                           CharSequence prefix)
    +
    public static boolean startsWithIgnoreCase(CharSequence str,
    +                                           CharSequence prefix)

    Case insensitive check if a CharSequence starts with a specified prefix.

    nulls are handled without exceptions. Two null @@ -1696,7 +1696,7 @@ public static <T> Since:

    2.4, 3.0 Changed signature from startsWithIgnoreCase(String, String) to startsWithIgnoreCase(CharSequence, CharSequence)
    See Also:
    -
    String.startsWith(String)
    +
    String.startsWith(String)
  • @@ -1706,8 +1706,8 @@ public static <T> 
  • indexOf

    -
    public static int indexOf(Object[] array,
    -                          Object objectToFind)
    +
    public static int indexOf(Object[] array,
    +                          Object objectToFind)

    Finds the index of the given object in the array.

    This method returns INDEX_NOT_FOUND (-1) for a null input array.

    @@ -1727,8 +1727,8 @@ public static <T> 
  • indexOf

    -
    public static int indexOf(Object[] array,
    -                          Object objectToFind,
    +
    public static int indexOf(Object[] array,
    +                          Object objectToFind,
                               int startIndex)

    Finds the index of the given object in the array starting at the given index.

    diff --git a/docs/acf-core/co/aikar/commands/apachecommonslang/package-summary.html b/docs/acf-core/co/aikar/commands/apachecommonslang/package-summary.html index ee4965f3..8875b066 100644 --- a/docs/acf-core/co/aikar/commands/apachecommonslang/package-summary.html +++ b/docs/acf-core/co/aikar/commands/apachecommonslang/package-summary.html @@ -84,7 +84,7 @@ ApacheCommonsExceptionUtil.Nestable -
    An interface to be implemented by Throwable +
    An interface to be implemented by Throwable extensions which would like to be able to nest root exceptions inside themselves.
    diff --git a/docs/acf-core/co/aikar/commands/apachecommonslang/package-tree.html b/docs/acf-core/co/aikar/commands/apachecommonslang/package-tree.html index 2f344118..88c0d516 100644 --- a/docs/acf-core/co/aikar/commands/apachecommonslang/package-tree.html +++ b/docs/acf-core/co/aikar/commands/apachecommonslang/package-tree.html @@ -78,7 +78,7 @@

    Class Hierarchy


    -
    @Deprecated
    +
    @Deprecated
     public interface SenderAwareContextResolver<T,C extends CommandExecutionContext<?,? extends CommandIssuer>>
     extends IssuerAwareContextResolver<T,C>
    Wrapper for IssuerAwareContextResolver
    diff --git a/docs/acf-core/co/aikar/commands/contexts/class-use/ContextResolver.html b/docs/acf-core/co/aikar/commands/contexts/class-use/ContextResolver.html index 2b697628..5c3b41d8 100644 --- a/docs/acf-core/co/aikar/commands/contexts/class-use/ContextResolver.html +++ b/docs/acf-core/co/aikar/commands/contexts/class-use/ContextResolver.html @@ -106,7 +106,7 @@ -protected Map<Class<?>,ContextResolver<?,R>> +protected Map<Class<?>,ContextResolver<?,R>> CommandContexts.contextMap  @@ -124,7 +124,7 @@ ContextResolver<?,R> -CommandContexts.getResolver(Class<?> type)  +CommandContexts.getResolver(Class<?> type)  @@ -137,7 +137,7 @@ <T> void -CommandContexts.registerContext(Class<T> context, +CommandContexts.registerContext(Class<T> context, ContextResolver<T,R> supplier)
    Registers a context that requires input from the command issuer to resolve.
    diff --git a/docs/acf-core/co/aikar/commands/contexts/class-use/IssuerAwareContextResolver.html b/docs/acf-core/co/aikar/commands/contexts/class-use/IssuerAwareContextResolver.html index 0c61977c..3ee5486f 100644 --- a/docs/acf-core/co/aikar/commands/contexts/class-use/IssuerAwareContextResolver.html +++ b/docs/acf-core/co/aikar/commands/contexts/class-use/IssuerAwareContextResolver.html @@ -107,7 +107,7 @@ <T> void -CommandContexts.registerIssuerAwareContext(Class<T> context, +CommandContexts.registerIssuerAwareContext(Class<T> context, IssuerAwareContextResolver<T,R> supplier)
    Registers a context resolver that may conditionally consume input, falling back to using the context of the issuer to potentially fulfill this context.
    @@ -115,7 +115,7 @@ <T> void -CommandContexts.registerSenderAwareContext(Class<T> context, +CommandContexts.registerSenderAwareContext(Class<T> context, IssuerAwareContextResolver<T,R> supplier)
    Deprecated. 
    Please switch to CommandContexts.registerIssuerAwareContext(Class, IssuerAwareContextResolver) diff --git a/docs/acf-core/co/aikar/commands/contexts/class-use/IssuerOnlyContextResolver.html b/docs/acf-core/co/aikar/commands/contexts/class-use/IssuerOnlyContextResolver.html index 03695aa2..5cf9c298 100644 --- a/docs/acf-core/co/aikar/commands/contexts/class-use/IssuerOnlyContextResolver.html +++ b/docs/acf-core/co/aikar/commands/contexts/class-use/IssuerOnlyContextResolver.html @@ -103,7 +103,7 @@ <T> void -CommandContexts.registerIssuerOnlyContext(Class<T> context, +CommandContexts.registerIssuerOnlyContext(Class<T> context, IssuerOnlyContextResolver<T,R> supplier)
    Registers a context resolver that will never consume input.
    diff --git a/docs/acf-core/co/aikar/commands/contexts/class-use/OptionalContextResolver.html b/docs/acf-core/co/aikar/commands/contexts/class-use/OptionalContextResolver.html index d608461c..d6439663 100644 --- a/docs/acf-core/co/aikar/commands/contexts/class-use/OptionalContextResolver.html +++ b/docs/acf-core/co/aikar/commands/contexts/class-use/OptionalContextResolver.html @@ -103,7 +103,7 @@ <T> void -CommandContexts.registerOptionalContext(Class<T> context, +CommandContexts.registerOptionalContext(Class<T> context, OptionalContextResolver<T,R> supplier)
    Registers a context that can safely accept a null input from the command issuer to resolve.
    diff --git a/docs/acf-core/co/aikar/commands/package-summary.html b/docs/acf-core/co/aikar/commands/package-summary.html index 7d5d7e2e..b2d0cb31 100644 --- a/docs/acf-core/co/aikar/commands/package-summary.html +++ b/docs/acf-core/co/aikar/commands/package-summary.html @@ -82,7 +82,7 @@ -AnnotationProcessor<T extends Annotation> +AnnotationProcessor<T extends Annotation> Deprecated diff --git a/docs/acf-core/co/aikar/commands/package-tree.html b/docs/acf-core/co/aikar/commands/package-tree.html index b57a5635..f055ae77 100644 --- a/docs/acf-core/co/aikar/commands/package-tree.html +++ b/docs/acf-core/co/aikar/commands/package-tree.html @@ -78,7 +78,7 @@

    Class Hierarchy

    Deprecated. 
    Specified by:
    diff --git a/docs/acf-core/co/aikar/commands/processors/package-tree.html b/docs/acf-core/co/aikar/commands/processors/package-tree.html index edccdadf..d3dfc1f1 100644 --- a/docs/acf-core/co/aikar/commands/processors/package-tree.html +++ b/docs/acf-core/co/aikar/commands/processors/package-tree.html @@ -78,7 +78,7 @@

    Class Hierarchy

      -
    • java.lang.Object +
    • java.lang.Object diff --git a/docs/acf-core/constant-values.html b/docs/acf-core/constant-values.html index 942ec958..3e65ee8f 100644 --- a/docs/acf-core/constant-values.html +++ b/docs/acf-core/constant-values.html @@ -92,14 +92,14 @@ -public static final String +public static final String CATCHUNKNOWN "__catchunknown" -public static final String +public static final String DEFAULT "__default" @@ -120,7 +120,7 @@ -public static final String +public static final String EMPTY "" diff --git a/docs/acf-core/index-all.html b/docs/acf-core/index-all.html index 2cc79846..04ea61e3 100644 --- a/docs/acf-core/index-all.html +++ b/docs/acf-core/index-all.html @@ -116,7 +116,7 @@
  • AFRIKAANS - Static variable in class co.aikar.commands.Locales
     
    -
    AnnotationProcessor<T extends Annotation> - Interface in co.aikar.commands
    +
    AnnotationProcessor<T extends Annotation> - Interface in co.aikar.commands
    Deprecated.
    @@ -133,7 +133,7 @@
    ApacheCommonsExceptionUtil.Nestable - Interface in co.aikar.commands.apachecommonslang
    -
    An interface to be implemented by Throwable +
    An interface to be implemented by Throwable extensions which would like to be able to nest root exceptions inside themselves.
    diff --git a/docs/acf-core/overview-tree.html b/docs/acf-core/overview-tree.html index 31d226cb..353b3a73 100644 --- a/docs/acf-core/overview-tree.html +++ b/docs/acf-core/overview-tree.html @@ -82,7 +82,7 @@

    Class Hierarchy

  • diff --git a/docs/acf-jda/co/aikar/commands/CommandPermissionResolver.html b/docs/acf-jda/co/aikar/commands/CommandPermissionResolver.html index 318b4cd4..352b4039 100644 --- a/docs/acf-jda/co/aikar/commands/CommandPermissionResolver.html +++ b/docs/acf-jda/co/aikar/commands/CommandPermissionResolver.html @@ -122,7 +122,7 @@ var activeTableTab = "activeTableTab"; boolean hasPermission(JDACommandEvent event, - String permission)  + String permission) 
  • @@ -146,7 +146,7 @@ var activeTableTab = "activeTableTab";
  • hasPermission

    boolean hasPermission(JDACommandEvent event,
    -                      String permission)
    + String permission)
  • diff --git a/docs/acf-jda/co/aikar/commands/JDACommandCompletions.html b/docs/acf-jda/co/aikar/commands/JDACommandCompletions.html index 5348f439..e53df14b 100644 --- a/docs/acf-jda/co/aikar/commands/JDACommandCompletions.html +++ b/docs/acf-jda/co/aikar/commands/JDACommandCompletions.html @@ -96,7 +96,7 @@ var activeTableTab = "activeTableTab";
  • @@ -220,7 +220,7 @@ extends co.aikar.commands.CommandCompletions<co.aikar.commands.CommandComplet
    • registerCompletion

      -
      public co.aikar.commands.CommandCompletions.CommandCompletionHandler registerCompletion(String id,
      +
      public co.aikar.commands.CommandCompletions.CommandCompletionHandler registerCompletion(String id,
                                                                                               co.aikar.commands.CommandCompletions.CommandCompletionHandler<co.aikar.commands.CommandCompletionContext<?>> handler)
      Overrides:
      @@ -234,7 +234,7 @@ extends co.aikar.commands.CommandCompletions<co.aikar.commands.CommandComplet
      • registerAsyncCompletion

        -
        public co.aikar.commands.CommandCompletions.CommandCompletionHandler registerAsyncCompletion(String id,
        +
        public co.aikar.commands.CommandCompletions.CommandCompletionHandler registerAsyncCompletion(String id,
                                                                                                      co.aikar.commands.CommandCompletions.AsyncCommandCompletionHandler<co.aikar.commands.CommandCompletionContext<?>> handler)
        Overrides:
        diff --git a/docs/acf-jda/co/aikar/commands/JDACommandConfig.html b/docs/acf-jda/co/aikar/commands/JDACommandConfig.html index c3646764..bd441f54 100644 --- a/docs/acf-jda/co/aikar/commands/JDACommandConfig.html +++ b/docs/acf-jda/co/aikar/commands/JDACommandConfig.html @@ -96,7 +96,7 @@ var activeTableTab = "activeTableTab";
  • @@ -244,7 +244,7 @@ protected @NotNull

    getCommandPrefixes

    @NotNull
    -public @NotNull List<StringgetCommandPrefixes()
    +public @NotNull List<StringgetCommandPrefixes()
    Specified by:
    getCommandPrefixes in interface CommandConfig
    diff --git a/docs/acf-jda/co/aikar/commands/JDACommandContexts.html b/docs/acf-jda/co/aikar/commands/JDACommandContexts.html index e286b44e..bf002005 100644 --- a/docs/acf-jda/co/aikar/commands/JDACommandContexts.html +++ b/docs/acf-jda/co/aikar/commands/JDACommandContexts.html @@ -90,7 +90,7 @@
  • diff --git a/docs/acf-jda/co/aikar/commands/JDACommandEvent.html b/docs/acf-jda/co/aikar/commands/JDACommandEvent.html index b2c9df7c..95e47a51 100644 --- a/docs/acf-jda/co/aikar/commands/JDACommandEvent.html +++ b/docs/acf-jda/co/aikar/commands/JDACommandEvent.html @@ -96,7 +96,7 @@ var activeTableTab = "activeTableTab";
      -
    • java.lang.Object
    • +
    • java.lang.Object
      • co.aikar.commands.JDACommandEvent
      • @@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab";

        public class JDACommandEvent
        -extends Object
        +extends Object
         implements co.aikar.commands.CommandIssuer
      @@ -164,12 +164,12 @@ implements co.aikar.commands.CommandIssuer
    getManager()  -@NotNull UUID +@NotNull UUID getUniqueId()  boolean -hasPermission(String permission)  +hasPermission(String permission)  boolean @@ -185,15 +185,15 @@ implements co.aikar.commands.CommandIssuer
  • void -sendMessageInternal(String message)  +sendMessageInternal(String message) 
  • getUniqueId

    @NotNull
    -public @NotNull UUID getUniqueId()
    +public @NotNull UUID getUniqueId()
  • Specified by:
    getUniqueId in interface co.aikar.commands.CommandIssuer
    @@ -302,7 +302,7 @@ public @NotNull
  • hasPermission

    -
    public boolean hasPermission(String permission)
    +
    public boolean hasPermission(String permission)
    Specified by:
    hasPermission in interface co.aikar.commands.CommandIssuer
    @@ -315,7 +315,7 @@ public @NotNull
  • sendMessageInternal

    -
    public void sendMessageInternal(String message)
    +
    public void sendMessageInternal(String message)
    Specified by:
    sendMessageInternal in interface co.aikar.commands.CommandIssuer
    diff --git a/docs/acf-jda/co/aikar/commands/JDACommandExecutionContext.html b/docs/acf-jda/co/aikar/commands/JDACommandExecutionContext.html index 4ca7904d..0f95bcdc 100644 --- a/docs/acf-jda/co/aikar/commands/JDACommandExecutionContext.html +++ b/docs/acf-jda/co/aikar/commands/JDACommandExecutionContext.html @@ -90,7 +90,7 @@
  • diff --git a/docs/acf-jda/co/aikar/commands/JDACommandManager.html b/docs/acf-jda/co/aikar/commands/JDACommandManager.html index 3d506c89..8072db84 100644 --- a/docs/acf-jda/co/aikar/commands/JDACommandManager.html +++ b/docs/acf-jda/co/aikar/commands/JDACommandManager.html @@ -96,10 +96,10 @@ var activeTableTab = "activeTableTab";
  • @@ -134,7 +134,7 @@ extends co.aikar.commands.CommandManager<net.dv8tion.jda.core.events.message. Field and Description -protected Map<String,JDARootCommand> +protected Map<String,JDARootCommand> commands  @@ -197,21 +197,21 @@ extends co.aikar.commands.CommandManager<net.dv8tion.jda.core.events.message. createCommandContext(co.aikar.commands.RegisteredCommand command, co.aikar.commands.CommandParameter parameter, co.aikar.commands.CommandIssuer sender, - List<String> args, + List<String> args, int i, - Map<String,Object> passedArgs)  + Map<String,Object> passedArgs)  co.aikar.commands.CommandCompletionContext createCompletionContext(co.aikar.commands.RegisteredCommand command, co.aikar.commands.CommandIssuer sender, - String input, - String config, - String[] args)  + String input, + String config, + String[] args)  co.aikar.commands.RootCommand -createRootCommand(String cmd)  +createRootCommand(String cmd)  co.aikar.commands.CommandCompletions<?> @@ -223,10 +223,10 @@ extends co.aikar.commands.CommandManager<net.dv8tion.jda.core.events.message. JDACommandEvent -getCommandIssuer(Object issuer)  +getCommandIssuer(Object issuer)  -String +String getCommandPrefix(co.aikar.commands.CommandIssuer issuer)  @@ -246,7 +246,7 @@ extends co.aikar.commands.CommandManager<net.dv8tion.jda.core.events.message. getLocales()  -Logger +Logger getLogger()  @@ -259,13 +259,13 @@ extends co.aikar.commands.CommandManager<net.dv8tion.jda.core.events.message. boolean -isCommandIssuer(Class<?> type)  +isCommandIssuer(Class<?> type)  void log(co.aikar.commands.LogLevel level, - String message, - Throwable throwable)  + String message, + Throwable throwable)  static JDAOptions @@ -285,7 +285,7 @@ extends co.aikar.commands.CommandManager<net.dv8tion.jda.core.events.message. void -setLogger(Logger logger)  +setLogger(Logger logger)  void @@ -303,8 +303,8 @@ extends co.aikar.commands.CommandManager<net.dv8tion.jda.core.events.message.
  • -

    Methods inherited from class java.lang.Object

    -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • @@ -353,7 +353,7 @@ extends co.aikar.commands.CommandManager<net.dv8tion.jda.core.events.message. @@ -415,7 +415,7 @@ extends co.aikar.commands.CommandManager<net.dv8tion.jda.core.events.message. @@ -424,7 +424,7 @@ extends co.aikar.commands.CommandManager<net.dv8tion.jda.core.events.message. @@ -491,7 +491,7 @@ extends co.aikar.commands.CommandManager<net.dv8tion.jda.core.events.message.
    public co.aikar.commands.CommandContexts<?> getCommandContexts()
    Specified by:
    -
    getCommandContexts in class co.aikar.commands.CommandManager<net.dv8tion.jda.core.events.message.MessageReceivedEvent,JDACommandEvent,String,co.aikar.commands.MessageFormatter<String>,JDACommandExecutionContext,JDAConditionContext>
    +
    getCommandContexts in class co.aikar.commands.CommandManager<net.dv8tion.jda.core.events.message.MessageReceivedEvent,JDACommandEvent,String,co.aikar.commands.MessageFormatter<String>,JDACommandExecutionContext,JDAConditionContext>
    @@ -504,7 +504,7 @@ extends co.aikar.commands.CommandManager<net.dv8tion.jda.core.events.message.
    public co.aikar.commands.CommandCompletions<?> getCommandCompletions()
    Specified by:
    -
    getCommandCompletions in class co.aikar.commands.CommandManager<net.dv8tion.jda.core.events.message.MessageReceivedEvent,JDACommandEvent,String,co.aikar.commands.MessageFormatter<String>,JDACommandExecutionContext,JDAConditionContext>
    +
    getCommandCompletions in class co.aikar.commands.CommandManager<net.dv8tion.jda.core.events.message.MessageReceivedEvent,JDACommandEvent,String,co.aikar.commands.MessageFormatter<String>,JDACommandExecutionContext,JDAConditionContext>
    @@ -517,7 +517,7 @@ extends co.aikar.commands.CommandManager<net.dv8tion.jda.core.events.message.
    public void registerCommand(co.aikar.commands.BaseCommand command)
    Specified by:
    -
    registerCommand in class co.aikar.commands.CommandManager<net.dv8tion.jda.core.events.message.MessageReceivedEvent,JDACommandEvent,String,co.aikar.commands.MessageFormatter<String>,JDACommandExecutionContext,JDAConditionContext>
    +
    registerCommand in class co.aikar.commands.CommandManager<net.dv8tion.jda.core.events.message.MessageReceivedEvent,JDACommandEvent,String,co.aikar.commands.MessageFormatter<String>,JDACommandExecutionContext,JDAConditionContext>
    @@ -530,7 +530,7 @@ extends co.aikar.commands.CommandManager<net.dv8tion.jda.core.events.message.
    public boolean hasRegisteredCommands()
    Specified by:
    -
    hasRegisteredCommands in class co.aikar.commands.CommandManager<net.dv8tion.jda.core.events.message.MessageReceivedEvent,JDACommandEvent,String,co.aikar.commands.MessageFormatter<String>,JDACommandExecutionContext,JDAConditionContext>
    +
    hasRegisteredCommands in class co.aikar.commands.CommandManager<net.dv8tion.jda.core.events.message.MessageReceivedEvent,JDACommandEvent,String,co.aikar.commands.MessageFormatter<String>,JDACommandExecutionContext,JDAConditionContext>
    @@ -540,10 +540,10 @@ extends co.aikar.commands.CommandManager<net.dv8tion.jda.core.events.message. @@ -553,10 +553,10 @@ extends co.aikar.commands.CommandManager<net.dv8tion.jda.core.events.message. @@ -566,10 +566,10 @@ extends co.aikar.commands.CommandManager<net.dv8tion.jda.core.events.message. @@ -582,7 +582,7 @@ extends co.aikar.commands.CommandManager<net.dv8tion.jda.core.events.message.
    public co.aikar.commands.Locales getLocales()
    Specified by:
    -
    getLocales in class co.aikar.commands.CommandManager<net.dv8tion.jda.core.events.message.MessageReceivedEvent,JDACommandEvent,String,co.aikar.commands.MessageFormatter<String>,JDACommandExecutionContext,JDAConditionContext>
    +
    getLocales in class co.aikar.commands.CommandManager<net.dv8tion.jda.core.events.message.MessageReceivedEvent,JDACommandEvent,String,co.aikar.commands.MessageFormatter<String>,JDACommandExecutionContext,JDAConditionContext>
    @@ -595,12 +595,12 @@ extends co.aikar.commands.CommandManager<net.dv8tion.jda.core.events.message.
    public co.aikar.commands.CommandExecutionContext createCommandContext(co.aikar.commands.RegisteredCommand command,
                                                                           co.aikar.commands.CommandParameter parameter,
                                                                           co.aikar.commands.CommandIssuer sender,
    -                                                                      List<String> args,
    +                                                                      List<String> args,
                                                                           int i,
    -                                                                      Map<String,Object> passedArgs)
    + Map<String,Object> passedArgs)
    Specified by:
    -
    createCommandContext in class co.aikar.commands.CommandManager<net.dv8tion.jda.core.events.message.MessageReceivedEvent,JDACommandEvent,String,co.aikar.commands.MessageFormatter<String>,JDACommandExecutionContext,JDAConditionContext>
    +
    createCommandContext in class co.aikar.commands.CommandManager<net.dv8tion.jda.core.events.message.MessageReceivedEvent,JDACommandEvent,String,co.aikar.commands.MessageFormatter<String>,JDACommandExecutionContext,JDAConditionContext>
    @@ -612,12 +612,12 @@ extends co.aikar.commands.CommandManager<net.dv8tion.jda.core.events.message.

    createCompletionContext

    public co.aikar.commands.CommandCompletionContext createCompletionContext(co.aikar.commands.RegisteredCommand command,
                                                                               co.aikar.commands.CommandIssuer sender,
    -                                                                          String input,
    -                                                                          String config,
    -                                                                          String[] args)
    + String input, + String config, + String[] args)
    Specified by:
    -
    createCompletionContext in class co.aikar.commands.CommandManager<net.dv8tion.jda.core.events.message.MessageReceivedEvent,JDACommandEvent,String,co.aikar.commands.MessageFormatter<String>,JDACommandExecutionContext,JDAConditionContext>
    +
    createCompletionContext in class co.aikar.commands.CommandManager<net.dv8tion.jda.core.events.message.MessageReceivedEvent,JDACommandEvent,String,co.aikar.commands.MessageFormatter<String>,JDACommandExecutionContext,JDAConditionContext>
    @@ -628,11 +628,11 @@ extends co.aikar.commands.CommandManager<net.dv8tion.jda.core.events.message.
  • log

    public void log(co.aikar.commands.LogLevel level,
    -                String message,
    -                Throwable throwable)
    + String message, + Throwable throwable)
    Specified by:
    -
    log in class co.aikar.commands.CommandManager<net.dv8tion.jda.core.events.message.MessageReceivedEvent,JDACommandEvent,String,co.aikar.commands.MessageFormatter<String>,JDACommandExecutionContext,JDAConditionContext>
    +
    log in class co.aikar.commands.CommandManager<net.dv8tion.jda.core.events.message.MessageReceivedEvent,JDACommandEvent,String,co.aikar.commands.MessageFormatter<String>,JDACommandExecutionContext,JDAConditionContext>
  • @@ -642,10 +642,10 @@ extends co.aikar.commands.CommandManager<net.dv8tion.jda.core.events.message. diff --git a/docs/acf-jda/co/aikar/commands/JDAConditionContext.html b/docs/acf-jda/co/aikar/commands/JDAConditionContext.html index 24f433e8..76ca07ff 100644 --- a/docs/acf-jda/co/aikar/commands/JDAConditionContext.html +++ b/docs/acf-jda/co/aikar/commands/JDAConditionContext.html @@ -90,7 +90,7 @@
    diff --git a/docs/acf-jda/co/aikar/commands/JDAListener.html b/docs/acf-jda/co/aikar/commands/JDAListener.html index 68a15232..b81690d0 100644 --- a/docs/acf-jda/co/aikar/commands/JDAListener.html +++ b/docs/acf-jda/co/aikar/commands/JDAListener.html @@ -96,7 +96,7 @@ var activeTableTab = "activeTableTab";
    diff --git a/docs/acf-jda/co/aikar/commands/JDALocales.html b/docs/acf-jda/co/aikar/commands/JDALocales.html index 0defd4b5..f6b1854a 100644 --- a/docs/acf-jda/co/aikar/commands/JDALocales.html +++ b/docs/acf-jda/co/aikar/commands/JDALocales.html @@ -90,7 +90,7 @@
    diff --git a/docs/acf-jda/co/aikar/commands/JDAMessageFormatter.html b/docs/acf-jda/co/aikar/commands/JDAMessageFormatter.html index aaef4bdb..ebe99b92 100644 --- a/docs/acf-jda/co/aikar/commands/JDAMessageFormatter.html +++ b/docs/acf-jda/co/aikar/commands/JDAMessageFormatter.html @@ -90,10 +90,10 @@
    @@ -149,8 +149,8 @@ extends co.aikar.commands.MessageFormatter< -

    Methods inherited from class java.lang.Object

    -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait diff --git a/docs/acf-jda/co/aikar/commands/JDAOptions.html b/docs/acf-jda/co/aikar/commands/JDAOptions.html index 9fbb3ef0..4306bbdc 100644 --- a/docs/acf-jda/co/aikar/commands/JDAOptions.html +++ b/docs/acf-jda/co/aikar/commands/JDAOptions.html @@ -96,7 +96,7 @@ var activeTableTab = "activeTableTab";
    @@ -166,8 +166,8 @@ extends -

    Methods inherited from class java.lang.Object

    -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait diff --git a/docs/acf-jda/co/aikar/commands/JDARootCommand.html b/docs/acf-jda/co/aikar/commands/JDARootCommand.html index f23df94c..3f140b41 100644 --- a/docs/acf-jda/co/aikar/commands/JDARootCommand.html +++ b/docs/acf-jda/co/aikar/commands/JDARootCommand.html @@ -96,7 +96,7 @@ var activeTableTab = "activeTableTab";
    @@ -134,26 +134,26 @@ extends default void -addChildShared(List<co.aikar.commands.BaseCommand> arg0, - com.google.common.collect.SetMultimap<String,co.aikar.commands.RegisteredCommand> arg1, +addChildShared(List<co.aikar.commands.BaseCommand> arg0, + com.google.common.collect.SetMultimap<String,co.aikar.commands.RegisteredCommand> arg1, co.aikar.commands.BaseCommand arg2)  default co.aikar.commands.BaseCommand execute(co.aikar.commands.CommandIssuer arg0, - String arg1, - String[] arg2)  + String arg1, + String[] arg2)  default co.aikar.commands.BaseCommand -getBaseCommand(String[] arg0)  +getBaseCommand(String[] arg0)  -List<co.aikar.commands.BaseCommand> +List<co.aikar.commands.BaseCommand> getChildren()  -String +String getCommandName()  @@ -165,7 +165,7 @@ extends getDefCommand()  -default String +default String getDescription()  @@ -173,24 +173,24 @@ extends getManager()  -com.google.common.collect.SetMultimap<String,co.aikar.commands.RegisteredCommand> +com.google.common.collect.SetMultimap<String,co.aikar.commands.RegisteredCommand> getSubCommands()  -default List<String> +default List<String> getTabCompletions(co.aikar.commands.CommandIssuer arg0, - String arg1, - String[] arg2)  + String arg1, + String[] arg2)
      -default List<String> +default List<String> getTabCompletions(co.aikar.commands.CommandIssuer arg0, - String arg1, - String[] arg2, + String arg1, + String[] arg2, boolean arg3)  -default String +default String getUsage()  @@ -198,8 +198,8 @@ extends -

    Methods inherited from class java.lang.Object

    -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait @@ -239,7 +239,7 @@ extends
  • getSubCommands

    -
    public com.google.common.collect.SetMultimap<String,co.aikar.commands.RegisteredCommand> getSubCommands()
    +
    public com.google.common.collect.SetMultimap<String,co.aikar.commands.RegisteredCommand> getSubCommands()
  • @@ -248,7 +248,7 @@ extends
  • getChildren

    -
    public List<co.aikar.commands.BaseCommand> getChildren()
    +
    public List<co.aikar.commands.BaseCommand> getChildren()
  • @@ -257,7 +257,7 @@ extends
  • getCommandName

    -
    public String getCommandName()
    +
    public String getCommandName()
  • @@ -275,8 +275,8 @@ extends
  • addChildShared

    -
    public void addChildShared(List<co.aikar.commands.BaseCommand> arg0,
    -                           com.google.common.collect.SetMultimap<String,co.aikar.commands.RegisteredCommand> arg1,
    +
    public void addChildShared(List<co.aikar.commands.BaseCommand> arg0,
    +                           com.google.common.collect.SetMultimap<String,co.aikar.commands.RegisteredCommand> arg1,
                                co.aikar.commands.BaseCommand arg2)
  • @@ -287,8 +287,8 @@ extends

    execute

    public co.aikar.commands.BaseCommand execute(co.aikar.commands.CommandIssuer arg0,
    -                                             String arg1,
    -                                             String[] arg2)
    + String arg1, + String[] arg2) @@ -297,7 +297,7 @@ extends
  • getBaseCommand

    -
    public co.aikar.commands.BaseCommand getBaseCommand(String[] arg0)
    +
    public co.aikar.commands.BaseCommand getBaseCommand(String[] arg0)
  • @@ -306,9 +306,9 @@ extends
  • getTabCompletions

    -
    public List<StringgetTabCompletions(co.aikar.commands.CommandIssuer arg0,
    -                                      String arg1,
    -                                      String[] arg2)
    +
    public List<StringgetTabCompletions(co.aikar.commands.CommandIssuer arg0,
    +                                      String arg1,
    +                                      String[] arg2)
  • @@ -317,9 +317,9 @@ extends
  • getTabCompletions

    -
    public List<StringgetTabCompletions(co.aikar.commands.CommandIssuer arg0,
    -                                      String arg1,
    -                                      String[] arg2,
    +
    public List<StringgetTabCompletions(co.aikar.commands.CommandIssuer arg0,
    +                                      String arg1,
    +                                      String[] arg2,
                                           boolean arg3)
  • @@ -338,7 +338,7 @@ extends
  • getDescription

    -
    public String getDescription()
    +
    public String getDescription()
  • @@ -347,7 +347,7 @@ extends
  • getUsage

    -
    public String getUsage()
    +
    public String getUsage()
  • diff --git a/docs/acf-jda/co/aikar/commands/annotation/Author.html b/docs/acf-jda/co/aikar/commands/annotation/Author.html index fa86e2a0..5f13e321 100644 --- a/docs/acf-jda/co/aikar/commands/annotation/Author.html +++ b/docs/acf-jda/co/aikar/commands/annotation/Author.html @@ -92,8 +92,8 @@


  • -
    @Target(value=PARAMETER)
    - @Retention(value=RUNTIME)
    +
    @Target(value=PARAMETER)
    + @Retention(value=RUNTIME)
     public @interface Author
    The Author annotation is to define whether the parameter should be the author object from the event or parsed from the user's input. diff --git a/docs/acf-jda/co/aikar/commands/annotation/SelfUser.html b/docs/acf-jda/co/aikar/commands/annotation/SelfUser.html index a1821eaa..b0b4e242 100644 --- a/docs/acf-jda/co/aikar/commands/annotation/SelfUser.html +++ b/docs/acf-jda/co/aikar/commands/annotation/SelfUser.html @@ -92,8 +92,8 @@


  • -
    @Target(value=PARAMETER)
    - @Retention(value=RUNTIME)
    +
    @Target(value=PARAMETER)
    + @Retention(value=RUNTIME)
     public @interface SelfUser
  • diff --git a/docs/acf-jda/co/aikar/commands/annotation/package-tree.html b/docs/acf-jda/co/aikar/commands/annotation/package-tree.html index 3fa7220e..043ada9b 100644 --- a/docs/acf-jda/co/aikar/commands/annotation/package-tree.html +++ b/docs/acf-jda/co/aikar/commands/annotation/package-tree.html @@ -78,8 +78,8 @@

    Annotation Type Hierarchy

    diff --git a/docs/acf-jda/co/aikar/commands/class-use/JDACommandEvent.html b/docs/acf-jda/co/aikar/commands/class-use/JDACommandEvent.html index 42a77f47..f38bd339 100644 --- a/docs/acf-jda/co/aikar/commands/class-use/JDACommandEvent.html +++ b/docs/acf-jda/co/aikar/commands/class-use/JDACommandEvent.html @@ -103,7 +103,7 @@ JDACommandEvent -JDACommandManager.getCommandIssuer(Object issuer)  +JDACommandManager.getCommandIssuer(Object issuer)  @@ -117,7 +117,7 @@ boolean CommandPermissionResolver.hasPermission(JDACommandEvent event, - String permission)  + String permission)  diff --git a/docs/acf-jda/co/aikar/commands/class-use/JDARootCommand.html b/docs/acf-jda/co/aikar/commands/class-use/JDARootCommand.html index 3d3ba4c4..a5069142 100644 --- a/docs/acf-jda/co/aikar/commands/class-use/JDARootCommand.html +++ b/docs/acf-jda/co/aikar/commands/class-use/JDARootCommand.html @@ -102,7 +102,7 @@ -protected Map<String,JDARootCommand> +protected Map<String,JDARootCommand> JDACommandManager.commands  diff --git a/docs/acf-jda/co/aikar/commands/package-tree.html b/docs/acf-jda/co/aikar/commands/package-tree.html index b71104fc..92e67a0f 100644 --- a/docs/acf-jda/co/aikar/commands/package-tree.html +++ b/docs/acf-jda/co/aikar/commands/package-tree.html @@ -78,7 +78,7 @@

    Class Hierarchy

      -
    • java.lang.Object +
    • java.lang.Object
      • co.aikar.commands.CommandCompletions<C>
          diff --git a/docs/acf-jda/overview-tree.html b/docs/acf-jda/overview-tree.html index 02e18f33..0c63646f 100644 --- a/docs/acf-jda/overview-tree.html +++ b/docs/acf-jda/overview-tree.html @@ -79,7 +79,7 @@

          Class Hierarchy

            -
          • java.lang.Object +
          • java.lang.Object
            • co.aikar.commands.CommandCompletions<C>
                @@ -139,8 +139,8 @@

              Annotation Type Hierarchy

          diff --git a/docs/acf-paper/co/aikar/commands/PaperCommandCompletions.html b/docs/acf-paper/co/aikar/commands/PaperCommandCompletions.html index af085b0e..bcd94e6d 100644 --- a/docs/acf-paper/co/aikar/commands/PaperCommandCompletions.html +++ b/docs/acf-paper/co/aikar/commands/PaperCommandCompletions.html @@ -89,7 +89,7 @@
      -
    • java.lang.Object
    • +
    • java.lang.Object
      • co.aikar.commands.CommandCompletions<co.aikar.commands.BukkitCommandCompletionContext>
      • @@ -168,8 +168,8 @@ extends co.aikar.commands.BukkitCommandCompletions
  • -

    Methods inherited from class java.lang.Object

    -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait diff --git a/docs/acf-paper/co/aikar/commands/PaperCommandContexts.html b/docs/acf-paper/co/aikar/commands/PaperCommandContexts.html index 19da79c1..ae44edc9 100644 --- a/docs/acf-paper/co/aikar/commands/PaperCommandContexts.html +++ b/docs/acf-paper/co/aikar/commands/PaperCommandContexts.html @@ -89,7 +89,7 @@
    diff --git a/docs/acf-paper/co/aikar/commands/PaperCommandManager.html b/docs/acf-paper/co/aikar/commands/PaperCommandManager.html index 0e4944b6..7e74d6dc 100644 --- a/docs/acf-paper/co/aikar/commands/PaperCommandManager.html +++ b/docs/acf-paper/co/aikar/commands/PaperCommandManager.html @@ -95,7 +95,7 @@ var activeTableTab = "activeTableTab";
    diff --git a/docs/acf-paper/co/aikar/commands/package-tree.html b/docs/acf-paper/co/aikar/commands/package-tree.html index 7c5b1454..cfc9dd4c 100644 --- a/docs/acf-paper/co/aikar/commands/package-tree.html +++ b/docs/acf-paper/co/aikar/commands/package-tree.html @@ -73,7 +73,7 @@

    Class Hierarchy

      -
    • java.lang.Object +
    • java.lang.Object
      • co.aikar.commands.CommandCompletions<C>
          diff --git a/docs/acf-paper/overview-tree.html b/docs/acf-paper/overview-tree.html index 4f34067a..86b21468 100644 --- a/docs/acf-paper/overview-tree.html +++ b/docs/acf-paper/overview-tree.html @@ -77,7 +77,7 @@

          Class Hierarchy

            -
          • java.lang.Object +
          • java.lang.Object
            • co.aikar.commands.CommandCompletions<C>
                diff --git a/docs/acf-sponge/co/aikar/commands/ACFSpongeListener.html b/docs/acf-sponge/co/aikar/commands/ACFSpongeListener.html index 1c560f51..7741a4b0 100644 --- a/docs/acf-sponge/co/aikar/commands/ACFSpongeListener.html +++ b/docs/acf-sponge/co/aikar/commands/ACFSpongeListener.html @@ -96,7 +96,7 @@ var activeTableTab = "activeTableTab";
          @@ -160,8 +160,8 @@ extends -

          Methods inherited from class java.lang.Object

          -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait +

          Methods inherited from class java.lang.Object

          +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      diff --git a/docs/acf-sponge/co/aikar/commands/ACFSpongeUtil.html b/docs/acf-sponge/co/aikar/commands/ACFSpongeUtil.html index 858cd412..b1421d66 100644 --- a/docs/acf-sponge/co/aikar/commands/ACFSpongeUtil.html +++ b/docs/acf-sponge/co/aikar/commands/ACFSpongeUtil.html @@ -96,7 +96,7 @@ var activeTableTab = "activeTableTab";
    @@ -148,23 +148,23 @@ extends static org.spongepowered.api.entity.living.player.Player findPlayerSmart(co.aikar.commands.CommandIssuer issuer, - String search)  + String search)  static boolean -isValidName(String name)  +isValidName(String name)  -static List<org.spongepowered.api.entity.living.player.Player> -matchPlayer(String partialName)  +static List<org.spongepowered.api.entity.living.player.Player> +matchPlayer(String partialName)  @@ -204,7 +204,7 @@ extends

    findPlayerSmart

    public static org.spongepowered.api.entity.living.player.Player findPlayerSmart(co.aikar.commands.CommandIssuer issuer,
    -                                                                                String search)
    + String search) @@ -213,7 +213,7 @@ extends
  • matchPlayer

    -
    public static List<org.spongepowered.api.entity.living.player.Player> matchPlayer(String partialName)
    +
    public static List<org.spongepowered.api.entity.living.player.Player> matchPlayer(String partialName)
  • @@ -222,7 +222,7 @@ extends
  • isValidName

    -
    public static boolean isValidName(String name)
    +
    public static boolean isValidName(String name)
  • diff --git a/docs/acf-sponge/co/aikar/commands/MinecraftMessageKeys.html b/docs/acf-sponge/co/aikar/commands/MinecraftMessageKeys.html index 471eb792..1aea6396 100644 --- a/docs/acf-sponge/co/aikar/commands/MinecraftMessageKeys.html +++ b/docs/acf-sponge/co/aikar/commands/MinecraftMessageKeys.html @@ -96,10 +96,10 @@ var activeTableTab = "activeTableTab";
  • -

    Methods inherited from class java.lang.Enum

    -clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
  • +

    Methods inherited from class java.lang.Enum

    +clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf @@ -328,7 +328,7 @@ for (MinecraftMessageKeys c : MinecraftMessageKeys.values()) diff --git a/docs/acf-sponge/co/aikar/commands/SpongeCommandCompletionContext.html b/docs/acf-sponge/co/aikar/commands/SpongeCommandCompletionContext.html index 9a9bb32f..72dee02b 100644 --- a/docs/acf-sponge/co/aikar/commands/SpongeCommandCompletionContext.html +++ b/docs/acf-sponge/co/aikar/commands/SpongeCommandCompletionContext.html @@ -96,7 +96,7 @@ var activeTableTab = "activeTableTab";
    diff --git a/docs/acf-sponge/co/aikar/commands/SpongeCommandCompletions.html b/docs/acf-sponge/co/aikar/commands/SpongeCommandCompletions.html index ba27830c..2609d5a7 100644 --- a/docs/acf-sponge/co/aikar/commands/SpongeCommandCompletions.html +++ b/docs/acf-sponge/co/aikar/commands/SpongeCommandCompletions.html @@ -90,7 +90,7 @@
    diff --git a/docs/acf-sponge/co/aikar/commands/SpongeCommandContexts.html b/docs/acf-sponge/co/aikar/commands/SpongeCommandContexts.html index fdd12241..4c78ae78 100644 --- a/docs/acf-sponge/co/aikar/commands/SpongeCommandContexts.html +++ b/docs/acf-sponge/co/aikar/commands/SpongeCommandContexts.html @@ -90,7 +90,7 @@
    diff --git a/docs/acf-sponge/co/aikar/commands/SpongeCommandExecutionContext.html b/docs/acf-sponge/co/aikar/commands/SpongeCommandExecutionContext.html index 52329651..5f288e37 100644 --- a/docs/acf-sponge/co/aikar/commands/SpongeCommandExecutionContext.html +++ b/docs/acf-sponge/co/aikar/commands/SpongeCommandExecutionContext.html @@ -96,7 +96,7 @@ var activeTableTab = "activeTableTab";
    diff --git a/docs/acf-sponge/co/aikar/commands/SpongeCommandIssuer.html b/docs/acf-sponge/co/aikar/commands/SpongeCommandIssuer.html index 1036ac08..22b9149b 100644 --- a/docs/acf-sponge/co/aikar/commands/SpongeCommandIssuer.html +++ b/docs/acf-sponge/co/aikar/commands/SpongeCommandIssuer.html @@ -96,7 +96,7 @@ var activeTableTab = "activeTableTab";
    diff --git a/docs/acf-sponge/co/aikar/commands/SpongeCommandManager.html b/docs/acf-sponge/co/aikar/commands/SpongeCommandManager.html index c90c2eb2..abd95162 100644 --- a/docs/acf-sponge/co/aikar/commands/SpongeCommandManager.html +++ b/docs/acf-sponge/co/aikar/commands/SpongeCommandManager.html @@ -96,7 +96,7 @@ var activeTableTab = "activeTableTab";
    @@ -315,7 +315,7 @@ extends co.aikar.commands.CommandManager<org.spongepowered.api.command.Comman @@ -385,7 +385,7 @@ extends co.aikar.commands.CommandManager<org.spongepowered.api.command.Comman
    diff --git a/docs/acf-sponge/co/aikar/commands/SpongeConditionContext.html b/docs/acf-sponge/co/aikar/commands/SpongeConditionContext.html index 82ac40b2..b7ba86aa 100644 --- a/docs/acf-sponge/co/aikar/commands/SpongeConditionContext.html +++ b/docs/acf-sponge/co/aikar/commands/SpongeConditionContext.html @@ -96,7 +96,7 @@ var activeTableTab = "activeTableTab";
    diff --git a/docs/acf-sponge/co/aikar/commands/SpongeLocales.html b/docs/acf-sponge/co/aikar/commands/SpongeLocales.html index 7186c5b9..be8bf34d 100644 --- a/docs/acf-sponge/co/aikar/commands/SpongeLocales.html +++ b/docs/acf-sponge/co/aikar/commands/SpongeLocales.html @@ -96,7 +96,7 @@ var activeTableTab = "activeTableTab";
    diff --git a/docs/acf-sponge/co/aikar/commands/SpongeMessageFormatter.html b/docs/acf-sponge/co/aikar/commands/SpongeMessageFormatter.html index e1ed71b1..45507a64 100644 --- a/docs/acf-sponge/co/aikar/commands/SpongeMessageFormatter.html +++ b/docs/acf-sponge/co/aikar/commands/SpongeMessageFormatter.html @@ -96,7 +96,7 @@ var activeTableTab = "activeTableTab";
      -
    • java.lang.Object
    • +
    • java.lang.Object
    • @@ -207,8 +207,8 @@ extends co.aikar.commands.MessageFormatter<org.spongepowered.api.text.format.
      • format

        -
        public String format(org.spongepowered.api.text.format.TextColor color,
        -                     String message)
        +
        public String format(org.spongepowered.api.text.format.TextColor color,
        +                     String message)
        Specified by:
        format in class co.aikar.commands.MessageFormatter<org.spongepowered.api.text.format.TextColor>
        diff --git a/docs/acf-sponge/co/aikar/commands/SpongeRegisteredCommand.html b/docs/acf-sponge/co/aikar/commands/SpongeRegisteredCommand.html index 538537bb..19b84d9e 100644 --- a/docs/acf-sponge/co/aikar/commands/SpongeRegisteredCommand.html +++ b/docs/acf-sponge/co/aikar/commands/SpongeRegisteredCommand.html @@ -96,7 +96,7 @@ var activeTableTab = "activeTableTab";
    diff --git a/docs/acf-sponge/co/aikar/commands/SpongeRootCommand.html b/docs/acf-sponge/co/aikar/commands/SpongeRootCommand.html index 0f236c69..d5c6263e 100644 --- a/docs/acf-sponge/co/aikar/commands/SpongeRootCommand.html +++ b/docs/acf-sponge/co/aikar/commands/SpongeRootCommand.html @@ -96,7 +96,7 @@ var activeTableTab = "activeTableTab";
    @@ -253,7 +253,7 @@ implements org.spongepowered.api.command.CommandCallable @@ -265,7 +265,7 @@ implements org.spongepowered.api.command.CommandCallable
    public org.spongepowered.api.command.CommandResult process(@NotNull
                                                                @NotNull org.spongepowered.api.command.CommandSource source,
                                                                @NotNull
    -                                                           @NotNull String arguments)
    +                                                           @NotNull String arguments)
                                                         throws org.spongepowered.api.command.CommandException
    Specified by:
    @@ -281,11 +281,11 @@ implements org.spongepowered.api.command.CommandCallable
    @@ -159,15 +159,15 @@ implements -

    Methods inherited from class java.lang.Object

    -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait @@ -209,7 +209,7 @@ implements accept(org.spongepowered.api.command.CommandResult commandResult)
    Specified by:
    -
    accept in interface Consumer<org.spongepowered.api.command.CommandResult>
    +
    accept in interface Consumer<org.spongepowered.api.command.CommandResult>
    diff --git a/docs/acf-sponge/co/aikar/commands/contexts/OnlinePlayer.html b/docs/acf-sponge/co/aikar/commands/contexts/OnlinePlayer.html index 88002115..4d6e5ff0 100644 --- a/docs/acf-sponge/co/aikar/commands/contexts/OnlinePlayer.html +++ b/docs/acf-sponge/co/aikar/commands/contexts/OnlinePlayer.html @@ -96,7 +96,7 @@ var activeTableTab = "activeTableTab";
    @@ -166,7 +166,7 @@ extends boolean -equals(Object o)  +equals(Object o)  org.spongepowered.api.entity.living.player.Player @@ -177,7 +177,7 @@ extends hashCode()  -String +String toString()  @@ -185,8 +185,8 @@ extends -

    Methods inherited from class java.lang.Object

    -clone, finalize, getClass, notify, notifyAll, wait, wait, wait +

    Methods inherited from class java.lang.Object

    +clone, finalize, getClass, notify, notifyAll, wait, wait, wait @@ -251,10 +251,10 @@ extends
  • equals

    -
    public boolean equals(Object o)
    +
    public boolean equals(Object o)
    Overrides:
    -
    equals in class Object
    +
    equals in class Object
  • @@ -267,7 +267,7 @@ extends hashCode()
    Overrides:
    -
    hashCode in class Object
    +
    hashCode in class Object
    @@ -277,10 +277,10 @@ extends
  • toString

    -
    public String toString()
    +
    public String toString()
    Overrides:
    -
    toString in class Object
    +
    toString in class Object
  • diff --git a/docs/acf-sponge/co/aikar/commands/contexts/package-tree.html b/docs/acf-sponge/co/aikar/commands/contexts/package-tree.html index 4aad8001..f43a4062 100644 --- a/docs/acf-sponge/co/aikar/commands/contexts/package-tree.html +++ b/docs/acf-sponge/co/aikar/commands/contexts/package-tree.html @@ -78,9 +78,9 @@

    Class Hierarchy