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";
public class ACFBukkitUtil -extends Object+extends Object
static Stringstatic StringblockLocationToString(org.bukkit.Location loc) static Stringcolor(String message) static Stringcolor(String message) static doublestatic org.bukkit.entity.PlayerfindPlayerSmart(co.aikar.commands.CommandIssuer issuer,
- String search) static org.bukkit.entity.PlayerfindPlayerSmart(org.bukkit.command.CommandSender requester,
- String search)
+ String search)
static Stringstatic StringformatLocation(org.bukkit.Location loc) static Stringstatic StringfullBlockLocationToString(org.bukkit.Location loc) static Stringstatic StringfullLocationToString(org.bukkit.Location loc) static booleanisValidName(String name) isValidName(String name) static booleanstatic StringremoveColors(String msg) static StringremoveColors(String msg) static StringreplaceChatString(String message,
- Pattern replace,
- String with) static StringreplaceChatString(String message,
+ Pattern replace,
+ String with) static StringreplaceChatString(String message,
- String replace,
- String with) static StringreplaceChatString(String message,
+ String replace,
+ String with) static voidsendMsg(org.bukkit.command.CommandSender player,
- String message)
+ String message)
static org.bukkit.LocationstringToLocation(String storedLoc) stringToLocation(String storedLoc) static org.bukkit.LocationstringToLocation(String storedLoc,
+stringToLocation(String storedLoc,
org.bukkit.World forcedWorld)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
@@ -323,7 +323,7 @@ extends
public static String formatLocation(org.bukkit.Location loc)+
public static String formatLocation(org.bukkit.Location loc)
public static String color(String message)+
public static String color(String message)
@Deprecated +@Deprecated public static void sendMsg(org.bukkit.command.CommandSender player, - String message)+ String message)
public static org.bukkit.Location stringToLocation(String storedLoc)+
public static org.bukkit.Location stringToLocation(String storedLoc)
public static org.bukkit.Location stringToLocation(String storedLoc, +public static org.bukkit.Location stringToLocation(String storedLoc, org.bukkit.World forcedWorld)
public static String fullLocationToString(org.bukkit.Location loc)+
public static String fullLocationToString(org.bukkit.Location loc)
public static String fullBlockLocationToString(org.bukkit.Location loc)+
public static String fullBlockLocationToString(org.bukkit.Location loc)
public static String blockLocationToString(org.bukkit.Location loc)+
public static String blockLocationToString(org.bukkit.Location loc)
public static String removeColors(String msg)+
public static String removeColors(String msg)
public static String replaceChatString(String message, - String replace, - String with)+
public static String replaceChatString(String message, + String replace, + String with)
public static String replaceChatString(String message, - Pattern replace, - String with)+
public static String replaceChatString(String message, + Pattern replace, + String with)
public static org.bukkit.entity.Player findPlayerSmart(org.bukkit.command.CommandSender requester, - String search)+ String search)
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
public static boolean isValidName(String name)+
public static boolean isValidName(String name)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public class BukkitCommandIssuer -extends Object +extends Object implements co.aikar.commands.CommandIssuer
booleanequals(Object o) equals(Object o) org.bukkit.command.CommandSendergetPlayer() @NotNull UUID@NotNull UUIDgetUniqueId() booleanhasPermission(String name) hasPermission(String name) booleanvoidsendMessageInternal(String message) sendMessageInternal(String message) clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitclone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
@NotNull -public @NotNull UUID getUniqueId()+public @NotNull UUID getUniqueId()
getUniqueId in interface co.aikar.commands.CommandIssuerpublic void sendMessageInternal(String message)+
public void sendMessageInternal(String message)
sendMessageInternal in interface co.aikar.commands.CommandIssuerpublic boolean hasPermission(String name)+
public boolean hasPermission(String name)
contexts
protected Map<String,org.bukkit.command.Command>protected Map<String,org.bukkit.command.Command>knownCommands plugin
protected Map<String,BukkitRootCommand>protected Map<String,BukkitRootCommand>registeredCommands 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)
BukkitCommandCompletionContextcreateCompletionContext(co.aikar.commands.RegisteredCommand command,
co.aikar.commands.CommandIssuer sender,
- String input,
- String config,
- String[] args) BukkitConditionContextcreateConditionContext(co.aikar.commands.CommandIssuer issuer,
- String config) co.aikar.commands.RegisteredCommandcreateRegisteredCommand(co.aikar.commands.BaseCommand command,
- String cmdName,
- Method method,
- String prefSubCommand) co.aikar.commands.RootCommandcreateRootCommand(String cmd) createRootCommand(String cmd) co.aikar.commands.CommandCompletions<BukkitCommandCompletionContext>BukkitCommandIssuergetCommandIssuer(Object issuer) getCommandIssuer(Object issuer) StringStringgetCommandPrefix(co.aikar.commands.CommandIssuer issuer) booleanisCommandIssuer(Class<?> type) isCommandIssuer(Class<?> type) voidlog(co.aikar.commands.LogLevel level,
- String message,
- Throwable throwable) voidLocaleLocalesetPlayerLocale(org.bukkit.entity.Player player,
- Locale locale) voidclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
@@ -354,7 +354,7 @@ extends co.aikar.commands.CommandManager<org.bukkit.command.CommandSender,
protected Map<String,org.bukkit.command.Command> knownCommands+
protected Map<String,org.bukkit.command.Command> knownCommands
protected Map<String,BukkitRootCommand> registeredCommands+
protected Map<String,BukkitRootCommand> registeredCommands
public boolean isCommandIssuer(Class<?> type)+
public boolean isCommandIssuer(Class<?> type)
isCommandIssuer in class co.aikar.commands.CommandManager<org.bukkit.command.CommandSender,BukkitCommandIssuer,org.bukkit.ChatColor,BukkitMessageFormatter,BukkitCommandExecutionContext,BukkitConditionContext>@Deprecated +@Deprecated public void unregisterCommand(BukkitRootCommand command)Deprecated. Use unregisterCommand(BaseCommand) - this will be visibility reduced later.
public Locale setPlayerLocale(org.bukkit.entity.Player player, - Locale locale)+
public Locale setPlayerLocale(org.bukkit.entity.Player player, + Locale locale)
public co.aikar.commands.RootCommand createRootCommand(String cmd)+
public co.aikar.commands.RootCommand createRootCommand(String cmd)
createRootCommand in class co.aikar.commands.CommandManager<org.bukkit.command.CommandSender,BukkitCommandIssuer,org.bukkit.ChatColor,BukkitMessageFormatter,BukkitCommandExecutionContext,BukkitConditionContext>public BukkitCommandIssuer getCommandIssuer(Object issuer)+
public BukkitCommandIssuer getCommandIssuer(Object issuer)
getCommandIssuer in class co.aikar.commands.CommandManager<org.bukkit.command.CommandSender,BukkitCommandIssuer,org.bukkit.ChatColor,BukkitMessageFormatter,BukkitCommandExecutionContext,BukkitConditionContext>createCommandContext in class co.aikar.commands.CommandManager<org.bukkit.command.CommandSender,BukkitCommandIssuer,org.bukkit.ChatColor,BukkitMessageFormatter,BukkitCommandExecutionContext,BukkitConditionContext>createCompletionContext in class co.aikar.commands.CommandManager<org.bukkit.command.CommandSender,BukkitCommandIssuer,org.bukkit.ChatColor,BukkitMessageFormatter,BukkitCommandExecutionContext,BukkitConditionContext>public co.aikar.commands.RegisteredCommand createRegisteredCommand(co.aikar.commands.BaseCommand command, - String cmdName, - Method method, - String prefSubCommand)+ String cmdName, + Method method, + String prefSubCommand)
createRegisteredCommand in class co.aikar.commands.CommandManager<org.bukkit.command.CommandSender,BukkitCommandIssuer,org.bukkit.ChatColor,BukkitMessageFormatter,BukkitCommandExecutionContext,BukkitConditionContext>public BukkitConditionContext createConditionContext(co.aikar.commands.CommandIssuer issuer, - String config)+ String config)
createConditionContext in class co.aikar.commands.CommandManager<org.bukkit.command.CommandSender,BukkitCommandIssuer,org.bukkit.ChatColor,BukkitMessageFormatter,BukkitCommandExecutionContext,BukkitConditionContext>public void log(co.aikar.commands.LogLevel level, - String message, - Throwable throwable)+ String message, + Throwable throwable)
log in class co.aikar.commands.CommandManager<org.bukkit.command.CommandSender,BukkitCommandIssuer,org.bukkit.ChatColor,BukkitMessageFormatter,BukkitCommandExecutionContext,BukkitConditionContext>public String getCommandPrefix(co.aikar.commands.CommandIssuer issuer)+
public String getCommandPrefix(co.aikar.commands.CommandIssuer issuer)
getCommandPrefix in class co.aikar.commands.CommandManager<org.bukkit.command.CommandSender,BukkitCommandIssuer,org.bukkit.ChatColor,BukkitMessageFormatter,BukkitCommandExecutionContext,BukkitConditionContext>booleanloadLanguage(org.bukkit.configuration.file.FileConfiguration config,
- Locale locale)
+ Locale locale)
booleanloadYamlLanguageFile(File file,
- Locale locale)
+loadYamlLanguageFile(File file,
+ Locale locale)
booleanloadYamlLanguageFile(String file,
- Locale locale)
+loadYamlLanguageFile(String file,
+ Locale locale)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
@@ -255,9 +255,9 @@ extends co.aikar.commands.Locales
public boolean loadYamlLanguageFile(File file, - Locale locale) - throws IOException, +public boolean loadYamlLanguageFile(File file, + Locale locale) + throws IOException, org.bukkit.configuration.InvalidConfigurationExceptionLoads the given file
IOExceptionIOExceptionorg.bukkit.configuration.InvalidConfigurationExceptionpublic boolean loadYamlLanguageFile(String file, - Locale locale) - throws IOException, +public boolean loadYamlLanguageFile(String file, + Locale locale) + throws IOException, org.bukkit.configuration.InvalidConfigurationExceptionLoads a file out of the plugins data folder by the given name
IOExceptionIOExceptionorg.bukkit.configuration.InvalidConfigurationExceptionpublic boolean loadLanguage(org.bukkit.configuration.file.FileConfiguration config, - Locale locale)+ Locale locale)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdefault voidaddChildShared(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.BaseCommandexecute(co.aikar.commands.CommandIssuer arg0,
- String arg1,
- String[] arg2) booleanexecute(org.bukkit.command.CommandSender sender,
- String commandLabel,
- String[] args) default co.aikar.commands.BaseCommandgetBaseCommand(String[] arg0) getBaseCommand(String[] arg0) List<co.aikar.commands.BaseCommand>List<co.aikar.commands.BaseCommand>getChildren() StringStringgetCommandName() getDefCommand() default Stringdefault StringgetDescription() 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) default List<String>default List<String>getTabCompletions(co.aikar.commands.CommandIssuer arg0,
- String arg1,
- String[] arg2,
+ String arg1,
+ String[] arg2,
boolean arg3) default Stringdefault StringgetUsage() List<String>List<String>tabComplete(org.bukkit.command.CommandSender sender,
- String alias,
- String[] args) clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public String getCommandName()+
public String getCommandName()
public List<String> tabComplete(org.bukkit.command.CommandSender sender, - String alias, - String[] args) - throws IllegalArgumentException+
public List<String> tabComplete(org.bukkit.command.CommandSender sender, + String alias, + String[] args) + throws IllegalArgumentException
tabComplete in class org.bukkit.command.CommandIllegalArgumentExceptionIllegalArgumentExceptionpublic boolean execute(org.bukkit.command.CommandSender sender, - String commandLabel, - String[] args)+ String commandLabel, + String[] args)
execute in class org.bukkit.command.Commandpublic com.google.common.collect.SetMultimap<String,co.aikar.commands.RegisteredCommand> getSubCommands()+
public com.google.common.collect.SetMultimap<String,co.aikar.commands.RegisteredCommand> getSubCommands()
public List<co.aikar.commands.BaseCommand> getChildren()+
public List<co.aikar.commands.BaseCommand> getChildren()
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)
public co.aikar.commands.BaseCommand execute(co.aikar.commands.CommandIssuer arg0, - String arg1, - String[] arg2)+ String arg1, + String[] arg2)
public co.aikar.commands.BaseCommand getBaseCommand(String[] arg0)+
public co.aikar.commands.BaseCommand getBaseCommand(String[] arg0)
public List<String> getTabCompletions(co.aikar.commands.CommandIssuer arg0, - String arg1, - String[] arg2)+
public List<String> getTabCompletions(co.aikar.commands.CommandIssuer arg0, + String arg1, + String[] arg2)
public List<String> getTabCompletions(co.aikar.commands.CommandIssuer arg0, - String arg1, - String[] arg2, +public List<String> getTabCompletions(co.aikar.commands.CommandIssuer arg0, + String arg1, + String[] arg2, boolean arg3)
public String getDescription()+
public String getDescription()
public enum MinecraftMessageKeys -extends Enum<MinecraftMessageKeys> +extends Enum<MinecraftMessageKeys> implements co.aikar.locales.MessageKeyProvider
static MinecraftMessageKeysvalueOf(String name)
+valueOf(String name)
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfclone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
getClass, notify, notifyAll, wait, wait, waitgetClass, notify, notifyAll, wait, wait, wait
public static MinecraftMessageKeys valueOf(String name)+
public static MinecraftMessageKeys valueOf(String name)
IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullIllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullBukkitCommandCompletionContextcreateCompletionContext(co.aikar.commands.RegisteredCommand command,
co.aikar.commands.CommandIssuer sender,
- String input,
- String config,
- String[] args) 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) BukkitCommandIssuergetCommandIssuer(Object issuer) getCommandIssuer(Object issuer) BukkitConditionContextcreateConditionContext(co.aikar.commands.CommandIssuer issuer,
- String config) protected Map<String,BukkitRootCommand>protected Map<String,BukkitRootCommand>registeredCommands static MinecraftMessageKeysvalueOf(String name)
+valueOf(String name)
public class OnlinePlayer -extends Object+extends Object
booleanequals(Object o) equals(Object o) org.bukkit.entity.PlayerhashCode()
StringStringtoString() clone, finalize, getClass, notify, notifyAll, wait, wait, wait
+clone, finalize, getClass, notify, notifyAll, wait, wait, wait
@@ -251,10 +251,10 @@ extends
public boolean equals(Object o)+
public boolean equals(Object o)
hashCode in class ObjecthashCode in class Objectpublic String toString()+
public String toString()
public class ACFBungeeListener -extends Object +extends Object implements net.md_5.bungee.api.plugin.Listener
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
diff --git a/docs/acf-bungee/co/aikar/commands/ACFBungeeUtil.html b/docs/acf-bungee/co/aikar/commands/ACFBungeeUtil.html
index 3fbb5e53..360fb0d7 100644
--- a/docs/acf-bungee/co/aikar/commands/ACFBungeeUtil.html
+++ b/docs/acf-bungee/co/aikar/commands/ACFBungeeUtil.html
@@ -96,7 +96,7 @@ var activeTableTab = "activeTableTab";
public class ACFBungeeUtil -extends Object+extends Object
static Stringcolor(String message) static Stringcolor(String message) static net.md_5.bungee.api.connection.ProxiedPlayerfindPlayerSmart(co.aikar.commands.CommandIssuer issuer,
- String search) static net.md_5.bungee.api.connection.ProxiedPlayerfindPlayerSmart(net.md_5.bungee.api.CommandSender requester,
- String search)
+ String search)
static StringgetLastColors(String input) static StringgetLastColors(String input) static booleanstatic booleanisValidName(String name) isValidName(String name) static StringremoveColors(String msg) static StringremoveColors(String msg) static StringreplaceChatString(String message,
- Pattern replace,
- String with) static StringreplaceChatString(String message,
+ Pattern replace,
+ String with) static StringreplaceChatString(String message,
- String replace,
- String with) static StringreplaceChatString(String message,
+ String replace,
+ String with) static voidsendMsg(net.md_5.bungee.api.CommandSender player,
- String message)
+ String message)
static <T> Tvalidate(T object,
- String message,
- Object... values) public static String color(String message)+
public static String color(String message)
@Deprecated +@Deprecated public static void sendMsg(net.md_5.bungee.api.CommandSender player, - String message)+ String message)
public static String removeColors(String msg)+
public static String removeColors(String msg)
public static String replaceChatString(String message, - String replace, - String with)+
public static String replaceChatString(String message, + String replace, + String with)
public static String replaceChatString(String message, - Pattern replace, - String with)+
public static String replaceChatString(String message, + Pattern replace, + String with)
public static String getLastColors(String input)+
public static String getLastColors(String input)
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
public static net.md_5.bungee.api.connection.ProxiedPlayer findPlayerSmart(net.md_5.bungee.api.CommandSender requester, - String search)+ String search)
public static boolean isValidName(String name)+
public static boolean isValidName(String name)
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";
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public class BungeeCommandIssuer -extends Object +extends Object implements co.aikar.commands.CommandIssuer
booleanequals(Object o) equals(Object o) net.md_5.bungee.api.CommandSendergetPlayer() @NotNull UUID@NotNull UUIDgetUniqueId() booleanhasPermission(String name) hasPermission(String name) booleanvoidsendMessageInternal(String message) sendMessageInternal(String message) clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitclone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
@NotNull -public @NotNull UUID getUniqueId()+public @NotNull UUID getUniqueId()
getUniqueId in interface co.aikar.commands.CommandIssuerpublic void sendMessageInternal(String message)+
public void sendMessageInternal(String message)
sendMessageInternal in interface co.aikar.commands.CommandIssuerpublic boolean hasPermission(String name)+
public boolean hasPermission(String name)
plugin
protected Map<String,BungeeRootCommand>protected Map<String,BungeeRootCommand>registeredCommands 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.CommandCompletionContextcreateCompletionContext(co.aikar.commands.RegisteredCommand command,
co.aikar.commands.CommandIssuer sender,
- String input,
- String config,
- String[] args) BungeeConditionContextcreateConditionContext(co.aikar.commands.CommandIssuer issuer,
- String config) co.aikar.commands.RegisteredCommandcreateRegisteredCommand(co.aikar.commands.BaseCommand command,
- String cmdName,
- Method method,
- String prefSubCommand) co.aikar.commands.RootCommandcreateRootCommand(String cmd) createRootCommand(String cmd) co.aikar.commands.CommandCompletions<BungeeCommandCompletionContext>BungeeCommandIssuergetCommandIssuer(Object issuer) getCommandIssuer(Object issuer) StringStringgetCommandPrefix(co.aikar.commands.CommandIssuer issuer) booleanisCommandIssuer(Class<?> aClass) isCommandIssuer(Class<?> aClass) voidlog(co.aikar.commands.LogLevel level,
- String message,
- Throwable throwable) voidclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
@@ -327,7 +327,7 @@ extends co.aikar.commands.CommandManager<net.md_5.bungee.api.CommandSender,
protected Map<String,BungeeRootCommand> registeredCommands+
protected Map<String,BungeeRootCommand> registeredCommands
public boolean isCommandIssuer(Class<?> aClass)+
public boolean isCommandIssuer(Class<?> aClass)
isCommandIssuer in class co.aikar.commands.CommandManager<net.md_5.bungee.api.CommandSender,BungeeCommandIssuer,net.md_5.bungee.api.ChatColor,BungeeMessageFormatter,BungeeCommandExecutionContext,BungeeConditionContext>public BungeeCommandIssuer getCommandIssuer(Object issuer)+
public BungeeCommandIssuer getCommandIssuer(Object issuer)
getCommandIssuer in class co.aikar.commands.CommandManager<net.md_5.bungee.api.CommandSender,BungeeCommandIssuer,net.md_5.bungee.api.ChatColor,BungeeMessageFormatter,BungeeCommandExecutionContext,BungeeConditionContext>public co.aikar.commands.RootCommand createRootCommand(String cmd)+
public co.aikar.commands.RootCommand createRootCommand(String cmd)
createRootCommand in class co.aikar.commands.CommandManager<net.md_5.bungee.api.CommandSender,BungeeCommandIssuer,net.md_5.bungee.api.ChatColor,BungeeMessageFormatter,BungeeCommandExecutionContext,BungeeConditionContext>createCommandContext in class co.aikar.commands.CommandManager<net.md_5.bungee.api.CommandSender,BungeeCommandIssuer,net.md_5.bungee.api.ChatColor,BungeeMessageFormatter,BungeeCommandExecutionContext,BungeeConditionContext>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)
createCompletionContext in class co.aikar.commands.CommandManager<net.md_5.bungee.api.CommandSender,BungeeCommandIssuer,net.md_5.bungee.api.ChatColor,BungeeMessageFormatter,BungeeCommandExecutionContext,BungeeConditionContext>public co.aikar.commands.RegisteredCommand createRegisteredCommand(co.aikar.commands.BaseCommand command, - String cmdName, - Method method, - String prefSubCommand)+ String cmdName, + Method method, + String prefSubCommand)
createRegisteredCommand in class co.aikar.commands.CommandManager<net.md_5.bungee.api.CommandSender,BungeeCommandIssuer,net.md_5.bungee.api.ChatColor,BungeeMessageFormatter,BungeeCommandExecutionContext,BungeeConditionContext>public BungeeConditionContext createConditionContext(co.aikar.commands.CommandIssuer issuer, - String config)+ String config)
createConditionContext in class co.aikar.commands.CommandManager<net.md_5.bungee.api.CommandSender,BungeeCommandIssuer,net.md_5.bungee.api.ChatColor,BungeeMessageFormatter,BungeeCommandExecutionContext,BungeeConditionContext>public void log(co.aikar.commands.LogLevel level, - String message, - Throwable throwable)+ String message, + Throwable throwable)
log in class co.aikar.commands.CommandManager<net.md_5.bungee.api.CommandSender,BungeeCommandIssuer,net.md_5.bungee.api.ChatColor,BungeeMessageFormatter,BungeeCommandExecutionContext,BungeeConditionContext>public String getCommandPrefix(co.aikar.commands.CommandIssuer issuer)+
public String getCommandPrefix(co.aikar.commands.CommandIssuer issuer)
getCommandPrefix in class co.aikar.commands.CommandManager<net.md_5.bungee.api.CommandSender,BungeeCommandIssuer,net.md_5.bungee.api.ChatColor,BungeeMessageFormatter,BungeeCommandExecutionContext,BungeeConditionContext>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdefault voidaddChildShared(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.BaseCommandexecute(co.aikar.commands.CommandIssuer arg0,
- String arg1,
- String[] arg2) voidexecute(net.md_5.bungee.api.CommandSender sender,
- String[] args) default co.aikar.commands.BaseCommandgetBaseCommand(String[] arg0) getBaseCommand(String[] arg0) List<co.aikar.commands.BaseCommand>List<co.aikar.commands.BaseCommand>getChildren() StringStringgetCommandName() getDefCommand() default Stringdefault StringgetDescription() 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) default List<String>default List<String>getTabCompletions(co.aikar.commands.CommandIssuer arg0,
- String arg1,
- String[] arg2,
+ String arg1,
+ String[] arg2,
boolean arg3) default Stringdefault StringgetUsage() Iterable<String>Iterable<String>onTabComplete(net.md_5.bungee.api.CommandSender commandSender,
- String[] strings) clone, finalize, getClass, notify, notifyAll, wait, wait, waitclone, finalize, getClass, notify, notifyAll, wait, wait, wait
public String getCommandName()+
public String getCommandName()
public com.google.common.collect.SetMultimap<String,co.aikar.commands.RegisteredCommand> getSubCommands()+
public com.google.common.collect.SetMultimap<String,co.aikar.commands.RegisteredCommand> getSubCommands()
public List<co.aikar.commands.BaseCommand> getChildren()+
public List<co.aikar.commands.BaseCommand> getChildren()
public void execute(net.md_5.bungee.api.CommandSender sender, - String[] args)+ String[] args)
execute in class net.md_5.bungee.api.plugin.Commandpublic Iterable<String> onTabComplete(net.md_5.bungee.api.CommandSender commandSender, - String[] strings)+
public Iterable<String> onTabComplete(net.md_5.bungee.api.CommandSender commandSender, + String[] strings)
onTabComplete in interface net.md_5.bungee.api.plugin.TabExecutorpublic 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)
public co.aikar.commands.BaseCommand execute(co.aikar.commands.CommandIssuer arg0, - String arg1, - String[] arg2)+ String arg1, + String[] arg2)
public co.aikar.commands.BaseCommand getBaseCommand(String[] arg0)+
public co.aikar.commands.BaseCommand getBaseCommand(String[] arg0)
public List<String> getTabCompletions(co.aikar.commands.CommandIssuer arg0, - String arg1, - String[] arg2)+
public List<String> getTabCompletions(co.aikar.commands.CommandIssuer arg0, + String arg1, + String[] arg2)
public List<String> getTabCompletions(co.aikar.commands.CommandIssuer arg0, - String arg1, - String[] arg2, +public List<String> getTabCompletions(co.aikar.commands.CommandIssuer arg0, + String arg1, + String[] arg2, boolean arg3)
public String getDescription()+
public String getDescription()
public enum MinecraftMessageKeys -extends Enum<MinecraftMessageKeys> +extends Enum<MinecraftMessageKeys> implements co.aikar.locales.MessageKeyProvider
static MinecraftMessageKeysvalueOf(String name)
+valueOf(String name)
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfclone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
getClass, notify, notifyAll, wait, wait, waitgetClass, notify, notifyAll, wait, wait, wait
public static MinecraftMessageKeys valueOf(String name)+
public static MinecraftMessageKeys valueOf(String name)
IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullIllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullcreateCommandContext(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) BungeeCommandIssuergetCommandIssuer(Object issuer) getCommandIssuer(Object issuer) BungeeConditionContextcreateConditionContext(co.aikar.commands.CommandIssuer issuer,
- String config) protected Map<String,BungeeRootCommand>protected Map<String,BungeeRootCommand>registeredCommands static MinecraftMessageKeysvalueOf(String name)
+valueOf(String name)
public class OnlineProxiedPlayer -extends Object+extends Object
booleanequals(Object o) equals(Object o) net.md_5.bungee.api.connection.ProxiedPlayerhashCode()
StringStringtoString() clone, finalize, getClass, notify, notifyAll, wait, wait, wait
+clone, finalize, getClass, notify, notifyAll, wait, wait, wait
@@ -251,10 +251,10 @@ extends
public boolean equals(Object o)+
public boolean equals(Object o)
hashCode in class ObjecthashCode in class Objectpublic String toString()+
public String toString()
public final class ACFUtil -extends Object+extends Object
static Randomstatic RandomRANDOM static Stringcapitalize(String str,
+static String
+capitalize(String str,
char[] delimiters)
static StringcapitalizeFirst(String name) static StringcapitalizeFirst(String name) static StringcapitalizeFirst(String name,
+static String
+capitalizeFirst(String name,
char separator)
static Stringcombine(String[] args) static Stringcombine(String[] args) static Stringcombine(String[] args,
+static String
+combine(String[] args,
int start)
static List<String>enumNames(Class<? extends Enum<?>> cls) static List<String>enumNames(Class<? extends Enum<?>> cls) static List<String>enumNames(Enum<?>[] values) static List<String>enumNames(Enum<?>[] values) static StringformatNumber(Integer balance) static StringformatNumber(Integer balance) static <T extends Enum>
Tstatic <T extends Enum>
TgetEnumFromName(T[] types,
- String name) static <T extends Enum>
Tstatic <T extends Enum>
TgetEnumFromName(T[] types,
- String name,
+ String name,
T def) static <T extends Enum>
Tstatic <T extends Enum>
TgetEnumFromOrdinal(T[] types,
int ordinal) static <T> booleanhasIntersection(Collection<T> list1,
- Collection<T> list2) hasIntersection(Collection<T> list1,
+ Collection<T> list2) static intindexOf(String arg,
- String[] split) indexOf(String arg,
+ String[] split) static <T> Collection<T>intersection(Collection<T> list1,
- Collection<T> list2) static <T> Collection<T>intersection(Collection<T> list1,
+ Collection<T> list2) static Stringstatic StringintToRoman(int integer) static booleanisDouble(String string) isDouble(String string) static booleanisFloat(String string) isFloat(String string) static booleanisInteger(String string) isInteger(String string) static booleanisNumber(String str) isNumber(String str) static booleanisTruthy(String test) isTruthy(String test) static Stringjoin(Collection<String> args) static Stringjoin(Collection<String> args) static Stringjoin(Collection<String> args,
- String sep) static Stringjoin(Collection<String> args,
+ String sep) static Stringjoin(String[] args) static Stringjoin(String[] args) static Stringjoin(String[] args,
+static String
+join(String[] args,
char sep)
static Stringjoin(String[] args,
+static String
+join(String[] args,
int index)
static Stringjoin(String[] args,
+static String
+join(String[] args,
int index,
char sep)
static Stringjoin(String[] args,
- String sep) static Stringjoin(String[] args,
+ String sep) static Stringlimit(String str,
+static String
+limit(String str,
int limit)
static Stringltrim(String s) static Stringltrim(String s) static Stringnormalize(String s) static Stringnormalize(String s) static <T> TnullDefault(Object val,
- Object def) nullDefault(Object val,
+ Object def) static StringpadLeft(String s,
+static String
+padLeft(String s,
int n)
static StringpadRight(String s,
+static String
+padRight(String s,
int n)
static BigDecimalparseBigNumber(String num,
+static BigDecimal
+parseBigNumber(String num,
boolean suffixes)
static DoubleparseDouble(String var) static DoubleparseDouble(String var) static DoubleparseDouble(String var,
- Double def) static DoubleparseDouble(String var,
+ Double def) static FloatparseFloat(String var) static FloatparseFloat(String var) static FloatparseFloat(String var,
- Float def) static FloatparseFloat(String var,
+ Float def) static IntegerparseInt(String var) static IntegerparseInt(String var) static IntegerparseInt(String var,
- Integer def) static IntegerparseInt(String var,
+ Integer def) static LongparseLong(String var) static LongparseLong(String var) static LongparseLong(String var,
- Long def) static LongparseLong(String var,
+ Long def) static NumberparseNumber(String num,
+static Number
+parseNumber(String num,
boolean suffixes)
randBool()
static <T extends Enum<?>>
Trandom(Class<? extends T> enm)
+static <T extends Enum<?>>
Trandom(Class<? extends T> enm)
static <T> Trandom(List<T> arr) random(List<T> arr) static <T> Trandom(T[] arr) static Stringreplace(String string,
- Pattern pattern,
- String repl)
+static Stringreplace(String string,
+ Pattern pattern,
+ String repl)
static Stringreplace(String string,
- String pattern,
- String repl)
+static Stringreplace(String string,
+ String pattern,
+ String repl)
static StringreplacePattern(String string,
- Pattern pattern,
- String repl)
+static StringreplacePattern(String string,
+ Pattern pattern,
+ String repl)
replace(String, Pattern, String)static StringreplacePattern(String string,
- String pattern,
- String repl)
+static StringreplacePattern(String string,
+ String pattern,
+ String repl)
replace(String, String, String)static StringreplacePatternMatch(String string,
- Pattern pattern,
- String repl)
+static StringreplacePatternMatch(String string,
+ Pattern pattern,
+ String repl)
static StringreplacePatternMatch(String string,
- String pattern,
- String repl)
+static StringreplacePatternMatch(String string,
+ String pattern,
+ String repl)
static StringreplacePatterns(String string,
- String... replacements) static StringreplacePatterns(String string,
+ String... replacements) static StringreplaceStrings(String string,
- String... replacements) static StringreplaceStrings(String string,
+ String... replacements) static doublestatic Stringrtrim(String s) static Stringrtrim(String s) static <E extends Enum<E>>
EsimpleMatch(Class<? extends Enum<?>> list,
- String item) static <E extends Enum<E>>
EsimpleMatch(Class<? extends Enum<?>> list,
+ String item) static StringsimplifyString(String str) static StringsimplifyString(String str) static voidsneaky(Throwable t) sneaky(Throwable t) static Stringucfirst(String str) static Stringucfirst(String str) public static final Random RANDOM+
public static final Random RANDOM
public static String padRight(String s, +public static String padRight(String s, int n)
public static String padLeft(String s, +public static String padLeft(String s, int n)
public static String formatNumber(Integer balance)+
public static String formatNumber(Integer balance)
public static <T extends Enum> T getEnumFromName(T[] types, - String name)+
public static <T extends Enum> T getEnumFromName(T[] types, + String name)
public static <T extends Enum> T getEnumFromName(T[] types, - String name, +public static <T extends Enum> T getEnumFromName(T[] types, + String name, T def)
public static <T extends Enum> T getEnumFromOrdinal(T[] types, +public static <T extends Enum> T getEnumFromOrdinal(T[] types, int ordinal)
public static String ucfirst(String str)+
public static String ucfirst(String str)
public static Double parseDouble(String var)+
public static Double parseDouble(String var)
public static Double parseDouble(String var, - Double def)+
public static Double parseDouble(String var, + Double def)
public static Float parseFloat(String var)+
public static Float parseFloat(String var)
public static Float parseFloat(String var, - Float def)+
public static Float parseFloat(String var, + Float def)
public static Long parseLong(String var)+
public static Long parseLong(String var)
public static Long parseLong(String var, - Long def)+
public static Long parseLong(String var, + Long def)
public static Integer parseInt(String var)+
public static Integer parseInt(String var)
public static Integer parseInt(String var, - Integer def)+
public static Integer parseInt(String var, + Integer def)
public static <T> T nullDefault(Object val, - Object def)+
public static <T> T nullDefault(Object val, + Object def)
public static String join(Collection<String> args)+
public static String join(Collection<String> args)
public static String join(Collection<String> args, - String sep)+
public static String join(Collection<String> args, + String sep)
public static String join(String[] args)+
public static String join(String[] args)
public static String join(String[] args, - String sep)+
public static String join(String[] args, + String sep)
public static String join(String[] args, +public static String join(String[] args, char sep)
public static String join(String[] args, +public static String join(String[] args, int index)
public static String join(String[] args, +public static String join(String[] args, int index, char sep)
public static String simplifyString(String str)+
public static String simplifyString(String str)
public static String limit(String str, +public static String limit(String str, int limit)
public static String replace(String string, - Pattern pattern, - String repl)+
public static String replace(String string, + Pattern pattern, + String repl)
public static String replacePattern(String string, - Pattern pattern, - String repl)+
public static String replacePattern(String string, + Pattern pattern, + String repl)
replace(String, Pattern, String)public static String replace(String string, - String pattern, - String repl)+
public static String replace(String string, + String pattern, + String repl)
replacePattern(String, String, String)public static String replacePattern(String string, - String pattern, - String repl)+
public static String replacePattern(String string, + String pattern, + String repl)
replace(String, String, String)public static String replacePatternMatch(String string, - Pattern pattern, - String repl)+
public static String replacePatternMatch(String string, + Pattern pattern, + String repl)
public static String replacePatternMatch(String string, - String pattern, - String repl)+
public static String replacePatternMatch(String string, + String pattern, + String repl)
public static String replaceStrings(String string, - String... replacements)+
public static String replaceStrings(String string, + String... replacements)
public static String replacePatterns(String string, - String... replacements)+
public static String replacePatterns(String string, + String... replacements)
public static String capitalize(String str, +public static String capitalize(String str, char[] delimiters)
public static <T> T random(List<T> arr)+
public static <T> T random(List<T> arr)
@Deprecated -public static <T extends Enum<?>> T random(Class<? extends T> enm)+
@Deprecated +public static <T extends Enum<?>> T random(Class<? extends T> enm)
public static String normalize(String s)+
public static String normalize(String s)
public static int indexOf(String arg, - String[] split)+
public static int indexOf(String arg, + String[] split)
public static String capitalizeFirst(String name)+
public static String capitalizeFirst(String name)
public static String capitalizeFirst(String name, +public static String capitalizeFirst(String name, char separator)
public static String ltrim(String s)+
public static String ltrim(String s)
public static String rtrim(String s)+
public static String rtrim(String s)
public static List<String> enumNames(Enum<?>[] values)+
public static List<String> enumNames(Enum<?>[] values)
public static List<String> enumNames(Class<? extends Enum<?>> cls)+
public static List<String> enumNames(Class<? extends Enum<?>> cls)
public static String combine(String[] args)+
public static String combine(String[] args)
public static String combine(String[] args, +public static String combine(String[] args, int start)
@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)
public static boolean isTruthy(String test)+
public static boolean isTruthy(String test)
public static Number parseNumber(String num, +public static Number parseNumber(String num, boolean suffixes)
public static BigDecimal parseBigNumber(String num, +public static BigDecimal parseBigNumber(String num, boolean suffixes)
public static <T> boolean hasIntersection(Collection<T> list1, - Collection<T> list2)+
public static <T> boolean hasIntersection(Collection<T> list1, + Collection<T> list2)
public static <T> Collection<T> intersection(Collection<T> list1, - Collection<T> list2)+
public static <T> Collection<T> intersection(Collection<T> list1, + Collection<T> list2)
public static boolean isNumber(String str)+
public static boolean isNumber(String str)
public static String intToRoman(int integer)+
public static String intToRoman(int integer)
public static boolean isInteger(String string)+
public static boolean isInteger(String string)
public static boolean isFloat(String string)+
public static boolean isFloat(String string)
public static boolean isDouble(String string)+
public static boolean isDouble(String string)
public static void sneaky(Throwable t)+
public static void sneaky(Throwable t)
@Deprecated -public interface AnnotationProcessor<T extends Annotation>+
@Deprecated +public interface AnnotationProcessor<T extends Annotation>
default @Nullable Set<Class<?>>default @Nullable Set<Class<?>>getApplicableParameters()
default void
onParameterRegistered(RegisteredCommand command,
int parameterIndex,
- Parameter p,
+ Parameter p,
T annotation)
default voidonPostContextResolution(CommandExecutionContext context,
- Object resolvedValue)
+ Object resolvedValue)
@Nullable -default @Nullable Set<Class<?>> getApplicableParameters()+default @Nullable Set<Class<?>> getApplicableParameters()
default void onPostContextResolution(CommandExecutionContext context, - Object resolvedValue)+ Object resolvedValue)
public abstract class BaseCommand -extends Object+extends Object
static Stringstatic StringCATCHUNKNOWN static Stringstatic StringDEFAULT BaseCommand()
BaseCommand(String cmd) BaseCommand(String cmd) voiddoHelp(CommandIssuer issuer,
- String... args) voiddoHelp(Object issuer,
- String... args) doHelp(Object issuer,
+ String... args) voidexecute(CommandIssuer issuer,
- String commandLabel,
- String[] args) CommandHelpStringgetContextFlags(Class<?> cls) StringgetContextFlags(Class<?> cls) CommandIssuergetExceptionHandler()
StringStringgetExecCommandLabel()
StringStringgetExecSubcommand()
StringStringgetName() String[]String[]getOrigArgs()
Set<String>Set<String>getRequiredPermissions() booleanhasPermission(Object issuer) hasPermission(Object issuer) voidhelp(CommandIssuer issuer,
- String[] args) voidhelp(Object issuer,
- String[] args) help(Object issuer,
+ String[] args) booleanrequiresPermission(String permission) requiresPermission(String permission) StringsetContextFlags(Class<?> cls,
- String flags) StringsetContextFlags(Class<?> cls,
+ String flags) BaseCommandList<String>List<String>tabComplete(CommandIssuer issuer,
- String commandLabel,
- String[] args) List<String>List<String>tabComplete(CommandIssuer issuer,
- String commandLabel,
- String[] args,
+ String commandLabel,
+ String[] args,
boolean isAsync) clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static final String CATCHUNKNOWN+
public static final String CATCHUNKNOWN
public static final String DEFAULT+
public static final String DEFAULT
public String getExecCommandLabel()+
public String getExecCommandLabel()
public String getExecSubcommand()+
public String getExecSubcommand()
public String[] getOrigArgs()+
public String[] getOrigArgs()
public List<String> tabComplete(CommandIssuer issuer, - String commandLabel, - String[] args)+
public List<String> tabComplete(CommandIssuer issuer, + String commandLabel, + String[] args)
public List<String> tabComplete(CommandIssuer issuer, - String commandLabel, - String[] args, +public List<String> tabComplete(CommandIssuer issuer, + String commandLabel, + String[] args, boolean isAsync) - throws IllegalArgumentException+ throws IllegalArgumentException
@Deprecated +@Deprecated public CommandHelp getCommandHelp()Deprecated. Unstable API
@Deprecated +@Deprecated public void showCommandHelp()Deprecated. Unstable API
public void help(Object issuer, - String[] args)+
public void help(Object issuer, + String[] args)
public void help(CommandIssuer issuer, - String[] args)+ String[] args)
public void doHelp(Object issuer, - String... args)+
public void doHelp(Object issuer, + String... args)
public void doHelp(CommandIssuer issuer, - String... args)+ String... args)
public boolean hasPermission(Object issuer)+
public boolean hasPermission(Object issuer)
public Set<String> getRequiredPermissions()+
public Set<String> getRequiredPermissions()
public boolean requiresPermission(String permission)+
public boolean requiresPermission(String permission)
public String getName()+
public String getName()
public String setContextFlags(Class<?> cls, - String flags)+
public String setContextFlags(Class<?> cls, + String flags)
public String getContextFlags(Class<?> cls)+
public String getContextFlags(Class<?> cls)
public class CommandCompletionContext<I extends CommandIssuer> -extends Object+extends Object
StringStringgetConfig() StringgetConfig(String key) StringgetConfig(String key) StringgetConfig(String key,
- String def) StringgetConfig(String key,
+ String def) Map<String,String>Map<String,String>getConfigs() <T> TgetContextValue(Class<? extends T> clazz) getContextValue(Class<? extends T> clazz) <T> TgetContextValue(Class<? extends T> clazz,
- Integer paramIdx) getContextValue(Class<? extends T> clazz,
+ Integer paramIdx) StringStringgetInput() booleanhasConfig(String key) hasConfig(String key) booleanclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
@@ -234,7 +234,7 @@ extends
public Map<String,String> getConfigs()+
public Map<String,String> getConfigs()
public String getConfig(String key)+
public String getConfig(String key)
public String getConfig(String key, - String def)+
public String getConfig(String key, + String def)
public boolean hasConfig(String key)+
public boolean hasConfig(String key)
public <T> T getContextValue(Class<? extends T> clazz) +public <T> T getContextValue(Class<? extends T> clazz) throws InvalidCommandArgument
public <T> T getContextValue(Class<? extends T> clazz, - Integer paramIdx) +public <T> T getContextValue(Class<? extends T> clazz, + Integer paramIdx) throws InvalidCommandArgument
public String getInput()+
public String getInput()
public String getConfig()+
public String getConfig()
Collection<String>Collection<String>getCompletions(C context) Collection<String> getCompletions(C context) +Collection<String> getCompletions(C context) throws InvalidCommandArgument
public static class CommandCompletions.SyncCompletionRequired -extends Exception+extends Exception
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic class CommandCompletions<C extends CommandCompletionContext> -extends Object+extends Object
CommandCompletions.CommandCompletionHandlerregisterAsyncCompletion(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";
-- java.lang.Object
+- java.lang.Object
-
- co.aikar.commands.CommandConditions<I,CEC,CC>
@@ -109,7 +109,7 @@ var activeTableTab = "activeTableTab";
public class CommandConditions<I extends CommandIssuer,CEC extends CommandExecutionContext<CEC,I>,CC extends ConditionContext<I>>
-extends Object
+extends Object
@@ -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<I> addCondition(@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";
-- java.lang.Object
+- java.lang.Object
-
- co.aikar.commands.CommandContexts<R>
@@ -109,7 +109,7 @@ var activeTableTab = "activeTableTab";
public class CommandContexts<R extends CommandExecutionContext<?,? extends CommandIssuer>>
-extends Object
+extends Object
@@ -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<?,R> getResolver(Class<?> type)
+public ContextResolver<?,R> getResolver(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";
-- java.lang.Object
+- java.lang.Object
-
- co.aikar.commands.CommandExecutionContext<CEC,I>
@@ -109,7 +109,7 @@ var activeTableTab = "activeTableTab";
public class CommandExecutionContext<CEC extends CommandExecutionContext,I extends CommandIssuer>
-extends Object
+extends Object
@@ -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 Annotation> String getAnnotationValue(Class<T> cls)
+public <T extends Annotation> String getAnnotationValue(Class<T> cls)
@@ -608,7 +608,7 @@ public <T extends
getAnnotationValue
-public <T extends Annotation> String getAnnotationValue(Class<T> cls,
+public <T extends Annotation> String 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<String> getArgs()
+public List<String> getArgs()
@@ -674,7 +674,7 @@ public
getPassedArgs
-public Map<String,Object> getPassedArgs()
+public Map<String,Object> getPassedArgs()
@@ -683,7 +683,7 @@ public
getFlags
-public Map<String,String> getFlags()
+public Map<String,String> getFlags()
@@ -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";
-- java.lang.Object
+- java.lang.Object
-
- co.aikar.commands.CommandHelp
@@ -109,7 +109,7 @@ var activeTableTab = "activeTableTab";
public class CommandHelp
-extends Object
+extends Object
@@ -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<HelpEntry> getHelpEntries()
+public List<HelpEntry> getHelpEntries()
@@ -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<String> getSearch()
+public List<String> getSearch()
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";
-- java.lang.Object
+- java.lang.Object
-
- co.aikar.commands.CommandHelpFormatter
@@ -109,7 +109,7 @@ var activeTableTab = "activeTableTab";
public class CommandHelpFormatter
-extends Object
+extends Object
@@ -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)
-
-
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
@@ -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";
-
sendMessage
-default void sendMessage(String message)
+default void sendMessage(String message)
Send the Command Issuer a message
- Parameters:
@@ -274,7 +274,7 @@ var activeTableTab = "activeTableTab";
-
getUniqueId
@NotNull
-@NotNull UUID getUniqueId()
+@NotNull UUID getUniqueId()
- Returns:
- the unique id of that issuer
@@ -287,7 +287,7 @@ var activeTableTab = "activeTableTab";
-
hasPermission
-boolean hasPermission(String permission)
+boolean hasPermission(String permission)
Has permission node
- Parameters:
@@ -303,7 +303,7 @@ var activeTableTab = "activeTableTab";
-
sendError
default void sendError(co.aikar.locales.MessageKeyProvider key,
- String... replacements)
+ String... replacements)
@@ -313,7 +313,7 @@ var activeTableTab = "activeTableTab";
-
sendSyntax
default void sendSyntax(co.aikar.locales.MessageKeyProvider key,
- String... replacements)
+ String... replacements)
@@ -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";
-
sendMessageInternal
-@Deprecated
-void sendMessageInternal(String message)
+@Deprecated
+void sendMessageInternal(String message)
Deprecated. Do not call this, for internal use. Not considered part of the API and may break.
- Parameters:
diff --git a/docs/acf-core/co/aikar/commands/CommandManager.html b/docs/acf-core/co/aikar/commands/CommandManager.html
index 87b48776..e9e5b482 100644
--- a/docs/acf-core/co/aikar/commands/CommandManager.html
+++ b/docs/acf-core/co/aikar/commands/CommandManager.html
@@ -96,7 +96,7 @@ var activeTableTab = "activeTableTab";
-- java.lang.Object
+- java.lang.Object
-
- co.aikar.commands.CommandManager<IT,I,FT,MF,CEC,CC>
@@ -109,7 +109,7 @@ var activeTableTab = "activeTableTab";
public abstract class CommandManager<IT,I extends CommandIssuer,FT,MF extends MessageFormatter<FT>,CEC extends CommandExecutionContext<CEC,I>,CC extends ConditionContext<I>>
-extends Object
+extends Object
@@ -145,11 +145,11 @@ extends defaultHelpPerPage
-protected co.aikar.util.Table<Class<?>,String,Object>
+protected co.aikar.util.Table<Class<?>,String,Object>
dependencies
-protected Map<MessageType,MF>
+protected Map<MessageType,MF>
formatters
@@ -157,11 +157,11 @@ extends helpFormatter
-protected Map<UUID,Locale>
+protected Map<UUID,Locale>
issuersLocale
-protected List<IssuerLocaleChangedCallback<I>>
+protected List<IssuerLocaleChangedCallback<I>>
localeChangedCallbacks
@@ -169,11 +169,11 @@ extends replacements
-protected Map<String,co.aikar.commands.RootCommand>
+protected Map<String,co.aikar.commands.RootCommand>
rootCommands
-protected Set<Locale>
+protected Set<Locale>
supportedLanguages
@@ -214,7 +214,7 @@ extends
void
-addSupportedLanguage(Locale locale)
+addSupportedLanguage(Locale locale)
Adds a new locale to the list of automatic Locales to load Message Bundles for.
@@ -223,37 +223,37 @@ extends createCommandContext(RegisteredCommand command,
CommandParameter parameter,
CommandIssuer sender,
- List<String> args,
+ List<String> args,
int i,
- Map<String,Object> passedArgs) abstract CommandCompletionContextcreateCompletionContext(RegisteredCommand command,
CommandIssuer sender,
- String input,
- String config,
- String[] args) ConditionContextcreateConditionContext(CommandIssuer issuer,
- String config) RegisteredCommandcreateRegisteredCommand(BaseCommand command,
- String cmdName,
- Method method,
- String prefSubCommand) abstract co.aikar.commands.RootCommandcreateRootCommand(String cmd) createRootCommand(String cmd) voidenableUnstableAPI(String api)
+enableUnstableAPI(String api)
StringStringformatMessage(CommandIssuer issuer,
MessageType type,
co.aikar.locales.MessageKeyProvider key,
- String... replacements) CommandHelpCommandHelpgenerateCommandHelp(CommandIssuer issuer,
- @NotNull String command)
+ @NotNull String command)
CommandHelpgenerateCommandHelp(@NotNull String command)
+generateCommandHelp(@NotNull String command)
abstract IgetCommandIssuer(Object issuer) getCommandIssuer(Object issuer) StringStringgetCommandPrefix(CommandIssuer issuer) LocaleLocalegetIssuerLocale(CommandIssuer issuer) co.aikar.commands.RootCommandgetRootCommand(@NotNull String cmd) getRootCommand(@NotNull String cmd) Set<Locale>Set<Locale>getSupportedLanguages()
handleUncaughtException(BaseCommand scope,
RegisteredCommand registeredCommand,
CommandIssuer sender,
- List<String> args,
- Throwable t)
+ List<String> args,
+ Throwable t)
booleanhasPermission(CommandIssuer issuer,
- String permission) abstract booleanabstract booleanisCommandIssuer(Class<?> type) isCommandIssuer(Class<?> type) voidlog(co.aikar.commands.LogLevel level,
- String message) abstract voidlog(co.aikar.commands.LogLevel level,
- String message,
- Throwable throwable) voidnotifyLocaleChange(I issuer,
- Locale oldLocale,
- Locale newLocale) co.aikar.commands.RootCommandobtainRootCommand(@NotNull String cmd) obtainRootCommand(@NotNull String cmd) void<T> voidregisterDependency(Class<? extends T> clazz,
- String key,
+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
@@ -458,7 +458,7 @@ extends
<T> void
-registerDependency(Class<? extends T> clazz,
+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
@@ -470,14 +470,14 @@ extends sendMessage(CommandIssuer issuer,
MessageType type,
co.aikar.locales.MessageKeyProvider key,
- String... replacements)
+ String... replacements)
voidsendMessage(IT issuerArg,
MessageType type,
co.aikar.locales.MessageKeyProvider key,
- String... replacements) voidLocaleLocalesetIssuerLocale(IT issuer,
- Locale locale) booleanclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
@@ -562,7 +562,7 @@ extends
protected Map<String,co.aikar.commands.RootCommand> rootCommands+
protected Map<String,co.aikar.commands.RootCommand> rootCommands
protected co.aikar.util.Table<Class<?>,String,Object> dependencies+
protected co.aikar.util.Table<Class<?>,String,Object> dependencies
protected List<IssuerLocaleChangedCallback<I extends CommandIssuer>> localeChangedCallbacks+
protected List<IssuerLocaleChangedCallback<I extends CommandIssuer>> localeChangedCallbacks
protected Set<Locale> supportedLanguages+
protected Set<Locale> supportedLanguages
protected Map<MessageType,MF extends MessageFormatter<FT>> formatters+
protected Map<MessageType,MF extends MessageFormatter<FT>> formatters
protected Map<UUID,Locale> issuersLocale+
protected Map<UUID,Locale> issuersLocale
@Deprecated +@Deprecated public CommandHelp generateCommandHelp(@NotNull - @NotNull String command)+ @NotNull String command)
@Deprecated +@Deprecated public CommandHelp generateCommandHelp(CommandIssuer issuer, @NotNull - @NotNull String command)+ @NotNull String command)
@Deprecated +@Deprecated public CommandHelp generateCommandHelp()Deprecated. Unstable API
@Deprecated +@Deprecated public CommandHelp generateCommandHelp(CommandIssuer issuer, co.aikar.commands.RootCommand rootCommand)Deprecated. Unstable API@@ -882,7 +882,7 @@ public@@ -893,7 +893,7 @@ public int getDefaultHelpPerPage
-@Deprecated +@Deprecated public int getDefaultHelpPerPage()Deprecated. Unstable API@@ -904,7 +904,7 @@ public void setDefaultHelpPerPage
-@Deprecated +@Deprecated public void setDefaultHelpPerPage(int defaultHelpPerPage)Deprecated. Unstable API@@ -915,7 +915,7 @@ public void setHelpFormatter
-@Deprecated +@Deprecated public void setHelpFormatter(CommandHelpFormatter helpFormatter)Deprecated. Unstable API@@ -949,7 +949,7 @@ public getHelpFormatter
-@Deprecated +@Deprecated public CommandHelpFormatter getHelpFormatter()Deprecated. Unstable API@@ -958,7 +958,7 @@ public isCommandIssuer
-public abstract boolean isCommandIssuer(Class<?> type)+public abstract boolean isCommandIssuer(Class<?> type)@@ -967,7 +967,7 @@ public getCommandIssuer
-public abstract I getCommandIssuer(Object issuer)+public abstract I getCommandIssuer(Object issuer)@@ -1008,7 +1008,7 @@ public createRootCommand
-public abstract co.aikar.commands.RootCommand createRootCommand(String cmd)+public abstract co.aikar.commands.RootCommand createRootCommand(String cmd)createConditionContext
public ConditionContext createConditionContext(CommandIssuer issuer, - String config)+ String config)
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
public abstract void log(co.aikar.commands.LogLevel level, - String message, - Throwable throwable)+ String message, + Throwable throwable) @@ -1056,7 +1056,7 @@ public
public void log(co.aikar.commands.LogLevel level, - String message)+ String message) @@ -1085,7 +1085,7 @@ public
public boolean hasPermission(CommandIssuer issuer, - String permission)+ String permission) @@ -1095,7 +1095,7 @@ public
public co.aikar.commands.RootCommand getRootCommand(@NotNull - @NotNull String cmd)+ @NotNull String cmd) @@ -1105,7 +1105,7 @@ public
public co.aikar.commands.RootCommand obtainRootCommand(@NotNull - @NotNull String cmd)+ @NotNull String cmd) @@ -1115,9 +1115,9 @@ public
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
public String formatMessage(CommandIssuer issuer, +public String formatMessage(CommandIssuer issuer, MessageType type, co.aikar.locales.MessageKeyProvider key, - String... replacements)+ String... replacements)
public void notifyLocaleChange(I issuer, - Locale oldLocale, - Locale newLocale)+ Locale oldLocale, + Locale newLocale) @@ -1229,8 +1229,8 @@ public
public Locale setIssuerLocale(IT issuer, - Locale locale)+
public Locale setIssuerLocale(IT issuer, + Locale locale)
public Locale getIssuerLocale(CommandIssuer issuer)+
public Locale getIssuerLocale(CommandIssuer issuer)
public Set<Locale> getSupportedLanguages()+
public Set<Locale> getSupportedLanguages()
public void addSupportedLanguage(Locale locale)+
public void addSupportedLanguage(Locale locale)
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 @@ publicclazz- the class the injector should look for when injectinginstance- the instance of the class that should be injected- Throws:
-- +
IllegalStateException- when there is already an instance for the provided class registered- @@ -1301,8 +1301,8 @@ public
IllegalStateException- when there is already an instance for the provided class registeredregisterDependency
-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 @@ publickey- the key which needs to be present if thatinstance- the instance of the class that should be injected- Throws:
-- +
IllegalStateException- when there is already an instance for the provided class registered- @@ -1323,8 +1323,8 @@ public
IllegalStateException- when there is already an instance for the provided class registered- @@ -1335,7 +1335,7 @@ public void
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- 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";
getCommandPrefix
-public String getCommandPrefix(CommandIssuer issuer)+public String getCommandPrefix(CommandIssuer issuer)-
@@ -130,24 +130,24 @@ extends Method and Description- java.lang.Object
+- java.lang.Object
- co.aikar.commands.CommandOperationContext<I>
@@ -109,7 +109,7 @@ var activeTableTab = "activeTableTab";
public class CommandOperationContext<I extends CommandIssuer> -extends Object+extends ObjectHolds information about the currently executing command on this thread
<T extends Annotation>
TgetAnnotation(Class<T> anno)
+<T extends Annotation>
TgetAnnotation(Class<T> anno)
<T extends Annotation>
StringgetAnnotationValue(Class<T> cls) <T extends Annotation>
StringgetAnnotationValue(Class<T> cls) <T extends Annotation>
StringgetAnnotationValue(Class<T> cls,
+<T extends Annotation>
String
+getAnnotationValue(Class<T> cls,
int options)
String[]String[]getArgs() getCommandIssuer()
StringStringgetCommandLabel() booleanhasAnnotation(Class<? extends Annotation> anno) hasAnnotation(Class<? extends Annotation> anno) booleanclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
@@ -237,7 +237,7 @@ extends
public String getCommandLabel()+
public String getCommandLabel()
public String[] getArgs()+
public String[] getArgs()
@Deprecated -public <T extends Annotation> T getAnnotation(Class<T> anno)+
@Deprecated +public <T extends Annotation> T getAnnotation(Class<T> anno)
getAnnotationValue(Class)public <T extends Annotation> String getAnnotationValue(Class<T> cls)+
public <T extends Annotation> String getAnnotationValue(Class<T> cls)
public <T extends Annotation> String getAnnotationValue(Class<T> cls, +public <T extends Annotation> String getAnnotationValue(Class<T> cls, int options)
public boolean hasAnnotation(Class<? extends Annotation> anno)+
public boolean hasAnnotation(Class<? extends Annotation> anno)
public class CommandParameter<CEC extends CommandExecutionContext<CEC,? extends CommandIssuer>> -extends Object+extends Object
CommandParameter(RegisteredCommand<CEC> command,
- Parameter param,
+ Parameter param,
int paramIndex) canConsumeInput()
StringStringgetConditions() StringStringgetDefaultValue() StringStringgetDescription() Map<String,String>Map<String,String>getFlags() getManager()
StringStringgetName() ParameterParametergetParameter() getResolver()
StringStringgetSyntax() Class<?>Class<?>getType() String[]String[]getValues() voidsetConditions(String conditions) setConditions(String conditions) voidsetDefaultValue(String defaultValue) setDefaultValue(String defaultValue) voidsetDescription(String description) setDescription(String description) voidsetFlags(Map<String,String> flags) setFlags(Map<String,String> flags) voidvoidsetSyntax(String syntax) setSyntax(String syntax) voidsetValues(String[] values) setValues(String[] values) clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CommandParameter(RegisteredCommand<CEC> command,
- Parameter param,
+ Parameter param,
int paramIndex)
@@ -310,7 +310,7 @@ extends
public Parameter getParameter()+
public Parameter getParameter()
public Class<?> getType()+
public Class<?> getType()
public String getName()+
public String getName()
public String getDescription()+
public String getDescription()
public void setDescription(String description)+
public void setDescription(String description)
public String getDefaultValue()+
public String getDefaultValue()
public void setDefaultValue(String defaultValue)+
public void setDefaultValue(String defaultValue)
public String[] getValues()+
public String[] getValues()
public void setValues(String[] values)+
public void setValues(String[] values)
public Map<String,String> getFlags()+
public Map<String,String> getFlags()
public void setFlags(Map<String,String> flags)+
public void setFlags(Map<String,String> flags)
public String getSyntax()+
public String getSyntax()
public void setSyntax(String syntax)+
public void setSyntax(String syntax)
public String getConditions()+
public String getConditions()
public void setConditions(String conditions)+
public void setConditions(String conditions)
public class CommandReplacements -extends Object+extends Object
StringaddReplacement(String key,
- String val) StringaddReplacement(String key,
+ String val) voidaddReplacements(String... replacements) addReplacements(String... replacements) Stringreplace(String text) Stringreplace(String text) public void addReplacements(String... replacements)+
public void addReplacements(String... replacements)
public String addReplacement(String key, - String val)+
public String addReplacement(String key, + String val)
public String replace(String text)+
public String replace(String text)
public class ConditionContext<I extends CommandIssuer> -extends Object+extends Object
StringStringgetConfig() IntegergetConfigValue(String flag,
- Integer def) IntegergetConfigValue(String flag,
+ Integer def) StringgetConfigValue(String flag,
- String def) StringgetConfigValue(String flag,
+ String def) IbooleanhasConfig(String flag) hasConfig(String flag) clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public String getConfig()+
public String getConfig()
public boolean hasConfig(String flag)+
public boolean hasConfig(String flag)
public String getConfigValue(String flag, - String def)+
public String getConfigValue(String flag, + String def)
public Integer getConfigValue(String flag, - Integer def)+
public Integer getConfigValue(String flag, + Integer def)
ConditionFailedException(co.aikar.locales.MessageKeyProvider key,
- String... replacements) ConditionFailedException(co.aikar.locales.MessageKey key,
- String... replacements) ConditionFailedException(String message) ConditionFailedException(String message) addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConditionFailedException(co.aikar.locales.MessageKeyProvider key, - String... replacements)+ String... replacements) @@ -221,7 +221,7 @@ extends
public ConditionFailedException(co.aikar.locales.MessageKey key, - String... replacements)+ String... replacements) @@ -230,7 +230,7 @@ extends
public ConditionFailedException(String message)+
public ConditionFailedException(String message)
@FunctionalInterface ++ List<String> args, + Throwable t)@FunctionalInterface public interface ExceptionHandlerFunctional interface to allow plugins to handle uncaught excetpions@@ -130,8 +130,8 @@ public interfaceexecute(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@@ -161,8 +161,8 @@ public interface execute(BaseCommand command, RegisteredCommand registeredCommand, CommandIssuer sender, - List<String> args, - Throwable t)
If an exception handler properly handles an exception, the user will not be noticied by the framework that something went unexceptected.
voidexecute(CommandIssuer issuer,
- String commandLabel,
- String[] args) booleanhasPermission(CommandIssuer sender) List<String>List<String>tabComplete(CommandIssuer issuer,
- String alias,
- String[] args) clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public List<String> tabComplete(CommandIssuer issuer, - String alias, - String[] args) - throws IllegalArgumentException+
public List<String> tabComplete(CommandIssuer issuer, + String alias, + String[] args) + throws IllegalArgumentException
tabComplete in class BaseCommandIllegalArgumentExceptionIllegalArgumentExceptionpublic void execute(CommandIssuer issuer, - String commandLabel, - String[] args)+ String commandLabel, + String[] args)
execute in class BaseCommandpublic class HelpEntry -extends Object+extends Object
StringStringgetCommand() StringStringgetCommandPrefix() StringStringgetDescription() getParameters()
StringStringgetParameterSyntax() getSearchScore()
StringStringgetSearchTags() clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
@@ -192,7 +192,7 @@ extends
public String getCommand()+
public String getCommand()
public String getCommandPrefix()+
public String getCommandPrefix()
public String getParameterSyntax()+
public String getParameterSyntax()
public String getDescription()+
public String getDescription()
public String getSearchTags()+
public String getSearchTags()
public class InvalidCommandArgument -extends Exception+extends Exception
InvalidCommandArgument(co.aikar.locales.MessageKey key,
boolean showSyntax,
- String... replacements) InvalidCommandArgument(co.aikar.locales.MessageKeyProvider key,
boolean showSyntax,
- String... replacements) InvalidCommandArgument(co.aikar.locales.MessageKeyProvider key,
- String... replacements) InvalidCommandArgument(co.aikar.locales.MessageKey key,
- String... replacements) InvalidCommandArgument(String message) InvalidCommandArgument(String message) InvalidCommandArgument(String message,
+InvalidCommandArgument(String message,
boolean showSyntax)
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
+addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public InvalidCommandArgument(co.aikar.locales.MessageKeyProvider key, - String... replacements)+ String... replacements) @@ -246,7 +246,7 @@ extends
public InvalidCommandArgument(co.aikar.locales.MessageKey key, - String... replacements)+ String... replacements) @@ -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
public InvalidCommandArgument(String message)+
public InvalidCommandArgument(String message)
public InvalidCommandArgument(String message, +public InvalidCommandArgument(String message, boolean showSyntax)
public class InvalidCommandContextException -extends RuntimeException+extends RuntimeException
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringvoidonIssuerLocaleChange(I issuer,
- Locale oldLocale,
- Locale newLocale) void onIssuerLocaleChange(I issuer, - Locale oldLocale, - Locale newLocale)+ Locale oldLocale, + Locale newLocale)
public class Locales -extends Object+extends Object
static Localestatic LocaleAFRIKAANS static Localestatic LocaleARABIC static Localestatic LocaleBULGARIAN static Localestatic LocaleCHINESE static Localestatic LocaleCZECH static Localestatic LocaleDANISH static Localestatic LocaleDUTCH static Localestatic LocaleENGLISH static Localestatic LocaleFINNISH static Localestatic LocaleFRENCH static Localestatic LocaleGERMAN static Localestatic LocaleGREEK static Localestatic LocaleHEBREW static Localestatic LocaleHINDI static Localestatic LocaleITALIAN static Localestatic LocaleJAPANESE static Localestatic LocaleKOREAN static Localestatic LocaleLATIN static Localestatic LocaleNORWEGIAN_BOKMAAL static Localestatic LocaleNORWEGIAN_NYNORSK static Localestatic LocalePOLISH static Localestatic LocalePORTUGUESE static Localestatic LocaleROMANIAN static Localestatic LocaleRUSSIAN static Localestatic LocaleSIMPLIFIED_CHINESE static Localestatic LocaleSPANISH static Localestatic LocaleSWEDISH static Localestatic LocaleTHAI static Localestatic LocaleTRADITIONAL_CHINESE static Localestatic LocaleTURKISH static Localestatic LocaleUKRANIAN static Localestatic LocaleVIETNAMESE static Localestatic LocaleWELSH booleanaddBundleClassLoader(ClassLoader classLoader) addBundleClassLoader(ClassLoader classLoader) StringaddMessage(Locale locale,
+String
+addMessage(Locale locale,
co.aikar.locales.MessageKeyProvider key,
- String message)
+ String message) booleanaddMessageBundle(ClassLoader classLoader,
- String bundleName,
- Locale locale) addMessageBundle(ClassLoader classLoader,
+ String bundleName,
+ Locale locale) booleanaddMessageBundle(String bundleName,
- Locale locale) addMessageBundle(String bundleName,
+ Locale locale) voidaddMessageBundles(String... bundleNames) addMessageBundles(String... bundleNames) voidaddMessages(Locale locale,
- @NotNull Map<? extends co.aikar.locales.MessageKeyProvider,String> messages) addMessages(Locale locale,
+ @NotNull Map<? extends co.aikar.locales.MessageKeyProvider,String> messages) voidaddMessageStrings(Locale locale,
- @NotNull Map<String,String> messages) addMessageStrings(Locale locale,
+ @NotNull Map<String,String> messages) LocaleLocalegetDefaultLocale() StringStringgetMessage(CommandIssuer issuer,
co.aikar.locales.MessageKeyProvider key) StringreplaceI18NStrings(String message) StringreplaceI18NStrings(String message) LocalesetDefaultLocale(Locale locale) LocalesetDefaultLocale(Locale locale) clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final Locale ENGLISH+
public static final Locale ENGLISH
public static final Locale GERMAN+
public static final Locale GERMAN
public static final Locale FRENCH+
public static final Locale FRENCH
public static final Locale JAPANESE+
public static final Locale JAPANESE
public static final Locale ITALIAN+
public static final Locale ITALIAN
public static final Locale KOREAN+
public static final Locale KOREAN
public static final Locale CHINESE+
public static final Locale CHINESE
public static final Locale SIMPLIFIED_CHINESE+
public static final Locale SIMPLIFIED_CHINESE
public static final Locale TRADITIONAL_CHINESE+
public static final Locale TRADITIONAL_CHINESE
public static final Locale SPANISH+
public static final Locale SPANISH
public static final Locale DUTCH+
public static final Locale DUTCH
public static final Locale DANISH+
public static final Locale DANISH
public static final Locale CZECH+
public static final Locale CZECH
public static final Locale GREEK+
public static final Locale GREEK
public static final Locale LATIN+
public static final Locale LATIN
public static final Locale BULGARIAN+
public static final Locale BULGARIAN
public static final Locale AFRIKAANS+
public static final Locale AFRIKAANS
public static final Locale HINDI+
public static final Locale HINDI
public static final Locale HEBREW+
public static final Locale HEBREW
public static final Locale POLISH+
public static final Locale POLISH
public static final Locale PORTUGUESE+
public static final Locale PORTUGUESE
public static final Locale FINNISH+
public static final Locale FINNISH
public static final Locale SWEDISH+
public static final Locale SWEDISH
public static final Locale RUSSIAN+
public static final Locale RUSSIAN
public static final Locale ROMANIAN+
public static final Locale ROMANIAN
public static final Locale VIETNAMESE+
public static final Locale VIETNAMESE
public static final Locale THAI+
public static final Locale THAI
public static final Locale TURKISH+
public static final Locale TURKISH
public static final Locale UKRANIAN+
public static final Locale UKRANIAN
public static final Locale ARABIC+
public static final Locale ARABIC
public static final Locale WELSH+
public static final Locale WELSH
public static final Locale NORWEGIAN_BOKMAAL+
public static final Locale NORWEGIAN_BOKMAAL
public static final Locale NORWEGIAN_NYNORSK+
public static final Locale NORWEGIAN_NYNORSK
public Locale getDefaultLocale()+
public Locale getDefaultLocale()
public Locale setDefaultLocale(Locale locale)+
public Locale setDefaultLocale(Locale locale)
public void addMessageBundles(String... bundleNames)+
public void addMessageBundles(String... bundleNames)
public boolean addMessageBundle(String bundleName, - Locale locale)+
public boolean addMessageBundle(String bundleName, + Locale locale)
public boolean addMessageBundle(ClassLoader classLoader, - String bundleName, - Locale locale)+
public boolean addMessageBundle(ClassLoader classLoader, + String bundleName, + Locale locale)
public void addMessageStrings(Locale locale, +public void addMessageStrings(Locale locale, @NotNull - @NotNull Map<String,String> messages)+ @NotNull Map<String,String> messages)
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)
public String addMessage(Locale locale, +public String addMessage(Locale locale, co.aikar.locales.MessageKeyProvider key, - String message)+ String message)
public String getMessage(CommandIssuer issuer, +public String getMessage(CommandIssuer issuer, co.aikar.locales.MessageKeyProvider key)
public String replaceI18NStrings(String message)+
public String replaceI18NStrings(String message)
public boolean addBundleClassLoader(ClassLoader classLoader)+
public boolean addBundleClassLoader(ClassLoader classLoader)
public abstract class MessageFormatter<FT> -extends Object+extends Object
StringStringformat(int index,
- String message) Stringformat(String message) Stringformat(String message) FTclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
@@ -202,7 +202,7 @@ extends
@SafeVarargs +@SafeVarargs public MessageFormatter(FT... colors)
public String format(int index, - String message)+
public String format(int index, + String message)
public String format(String message)+
public String format(String message)
public enum MessageKeys -extends Enum<MessageKeys> +extends Enum<MessageKeys> implements co.aikar.locales.MessageKeyProvider
static MessageKeysvalueOf(String name)
+valueOf(String name)
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfclone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
getClass, notify, notifyAll, wait, wait, waitgetClass, notify, notifyAll, wait, wait, wait
public static MessageKeys valueOf(String name)+
public static MessageKeys valueOf(String name)
IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullIllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic class MessageType -extends Object+extends Object
booleanequals(Object o) equals(Object o) intclone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
+clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
@@ -276,7 +276,7 @@ extends hashCode()
hashCode in class ObjecthashCode in class Objectpublic boolean equals(Object o)+
public boolean equals(Object o)
public class RegisteredCommand<CEC extends CommandExecutionContext<CEC,? extends CommandIssuer>> -extends Object+extends Object
StringStringhelpSearchTags voidaddSubcommand(String cmd) addSubcommand(String cmd) voidaddSubcommands(Collection<String> cmd) addSubcommands(Collection<String> cmd) StringStringgetCommand() StringStringgetPermission()
StringStringgetPrefSubCommand() Set<String>Set<String>getRequiredPermissions() StringStringgetSyntaxText() booleanrequiresPermission(String permission) requiresPermission(String permission) clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public String helpSearchTags+
public String helpSearchTags
@Deprecated -public String getPermission()+
@Deprecated +public String getPermission()
public Set<String> getRequiredPermissions()+
public Set<String> getRequiredPermissions()
public boolean requiresPermission(String permission)+
public boolean requiresPermission(String permission)
public String getPrefSubCommand()+
public String getPrefSubCommand()
public String getSyntaxText()+
public String getSyntaxText()
public String getCommand()+
public String getCommand()
public void addSubcommand(String cmd)+
public void addSubcommand(String cmd)
public void addSubcommands(Collection<String> cmd)+
public void addSubcommands(Collection<String> cmd)
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic class UnresolvedDependencyException -extends RuntimeException+extends RuntimeException
DependencyaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString@Retention(value=RUNTIME) - @Deprecated +@Retention(value=RUNTIME) + @Deprecated public @interface UnstableAPI
@Deprecated - @Retention(value=RUNTIME) - @Target(value=METHOD) +@Deprecated + @Retention(value=RUNTIME) + @Target(value=METHOD) public @interface CatchAlldiff --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
@Retention(value=RUNTIME) - @Target(value={METHOD,TYPE}) +@Retention(value=RUNTIME) + @Target(value={METHOD,TYPE}) public @interface CommandAlias
StringStringvalue public abstract String value+
public abstract String value
@Retention(value=RUNTIME) - @Target(value=METHOD) +@Retention(value=RUNTIME) + @Target(value=METHOD) public @interface CommandCompletion
StringStringvalue public abstract String value+
public abstract String value
@Retention(value=RUNTIME) - @Target(value={METHOD,TYPE}) +@Retention(value=RUNTIME) + @Target(value={METHOD,TYPE}) public @interface CommandPermission
StringStringvalue public abstract String value+
public abstract String value
@Retention(value=RUNTIME) - @Target(value={METHOD,PARAMETER,TYPE}) +@Retention(value=RUNTIME) + @Target(value={METHOD,PARAMETER,TYPE}) public @interface Conditions
StringStringvalue public abstract String value+
public abstract String value
@Retention(value=RUNTIME) - @Target(value={METHOD,PARAMETER}) +@Retention(value=RUNTIME) + @Target(value={METHOD,PARAMETER}) public @interface Default
StringStringvalue public abstract String value+
public abstract String value
@Retention(value=RUNTIME) - @Target(value=FIELD) +@Retention(value=RUNTIME) + @Target(value=FIELD) public @interface Dependency
StringStringvalue
public abstract String value+
public abstract String value
@Retention(value=RUNTIME) - @Target(value={METHOD,PARAMETER}) +@Retention(value=RUNTIME) + @Target(value={METHOD,PARAMETER}) public @interface Description
StringStringvalue public abstract String value+
public abstract String value
@Retention(value=RUNTIME) - @Target(value=PARAMETER) +@Retention(value=RUNTIME) + @Target(value=PARAMETER) public @interface Flags
StringStringvalue public abstract String value+
public abstract String value
@Retention(value=RUNTIME) - @Target(value=METHOD) +@Retention(value=RUNTIME) + @Target(value=METHOD) public @interface HelpCommand
StringStringvalue public abstract String value+
public abstract String value
@Retention(value=RUNTIME) - @Target(value=METHOD) +@Retention(value=RUNTIME) + @Target(value=METHOD) public @interface HelpSearchTags
StringStringvalue public abstract String value+
public abstract String value
@Retention(value=RUNTIME) - @Target(value=PARAMETER) +@Retention(value=RUNTIME) + @Target(value=PARAMETER) public @interface Optional
@Retention(value=RUNTIME) - @Target(value=METHOD) +@Retention(value=RUNTIME) + @Target(value=METHOD) public @interface PreCommand
@Retention(value=RUNTIME) - @Target(value={METHOD,TYPE}) +@Retention(value=RUNTIME) + @Target(value={METHOD,TYPE}) public @interface PrivateMarks a command to not be included in stuff like tab completion and help pages
@Retention(value=RUNTIME) - @Target(value=PARAMETER) +@Retention(value=RUNTIME) + @Target(value=PARAMETER) public @interface SingleDon't join remaining arguments
@Retention(value=RUNTIME) - @Target(value=PARAMETER) +@Retention(value=RUNTIME) + @Target(value=PARAMETER) public @interface Split
StringStringvalue public abstract String value+
public abstract String value
@Retention(value=RUNTIME) - @Target(value={METHOD,TYPE}) +@Retention(value=RUNTIME) + @Target(value={METHOD,TYPE}) public @interface Subcommand
StringStringvalue public abstract String value+
public abstract String value
@Retention(value=RUNTIME) - @Target(value={METHOD,PARAMETER}) +@Retention(value=RUNTIME) + @Target(value={METHOD,PARAMETER}) public @interface Syntax
StringStringvalue public abstract String value+
public abstract String value
@Deprecated - @Retention(value=RUNTIME) - @Target(value=METHOD) +@Deprecated + @Retention(value=RUNTIME) + @Target(value=METHOD) public @interface UnknownHandlerdiff --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
StringStringvalue public abstract String value+
public abstract String value
public static interface ApacheCommonsExceptionUtil.Nestable-
Throwable
+Throwable
extensions which would like to be able to nest root exceptions
inside themselves.ThrowableThrowablegetCause()
Nestable to be thrown.StringStringgetMessage()
Throwable.StringStringgetMessage(int index)
Throwable in the chain
of Throwables at the specified index, numbered from 0.String[]String[]getMessages()
Throwables
in an array of Strings, one element for each message.ThrowableThrowablegetThrowable(int index)
Throwable in the chain of
Throwables at the specified index, numbered from 0.Throwable[]Throwable[]getThrowables()
Nestable and any nested Throwables
in an array of Throwables, one element for each
@@ -186,14 +186,14 @@ var activeTableTab = "activeTableTab";
intindexOfThrowable(Class type)
+indexOfThrowable(Class type)
Throwables.intindexOfThrowable(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";
voidprintPartialStackTrace(PrintWriter out)
+printPartialStackTrace(PrintWriter out)
voidprintStackTrace(PrintStream out)
+printStackTrace(PrintStream out)
voidprintStackTrace(PrintWriter out)
+printStackTrace(PrintWriter out)
Throwable getCause()+
Throwable getCause()
Nestable to be thrown.String getMessage()+
String getMessage()
Throwable.String getMessage(int index)+
String getMessage(int index)
Throwable in the chain
of Throwables at the specified index, numbered from 0.Throwable at the
specified index in the chain does not contain a messageIndexOutOfBoundsException - if the index argument is
+IndexOutOfBoundsException - if the index argument is
negative or not less than the count of Throwables in the
chainString[] getMessages()+
String[] getMessages()
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";
Throwable getThrowable(int index)+
Throwable getThrowable(int index)
Throwable in the chain of
Throwables at the specified index, numbered from 0.ThrowableIndexOutOfBoundsException - if the index argument is
+IndexOutOfBoundsException - if the index argument is
negative or not less than the count of Throwables in the
chainThrowable[] getThrowables()+
Throwable[] getThrowables()
Nestable and any nested Throwables
in an array of Throwables, one element for each
Throwable.int indexOfThrowable(Class type)+
int indexOfThrowable(Class type)
Throwables.
The method returns -1 if the specified type is not found in the chain.
@@ -391,7 +391,7 @@ var activeTableTab = "activeTableTab";
int indexOfThrowable(Class type, +int indexOfThrowable(Class type, int fromIndex)Returns the index, numbered from 0, of the firstThrowablethat matches the specified type, or a subclass, in the chain ofThrowables @@ -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 thefromIndexargument +- @@ -423,7 +423,7 @@ var activeTableTab = "activeTableTab";
IndexOutOfBoundsException- if thefromIndexargument is negative or not less than the count ofThrowables in the chain
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";-
- java.lang.Object
+- java.lang.Object
- co.aikar.commands.apachecommonslang.ApacheCommonsExceptionUtil
@@ -109,7 +109,7 @@ var activeTableTab = "activeTableTab";
public class ApacheCommonsExceptionUtil -extends Object+extends ObjectProvides utilities for manipulating and examining
Throwableobjects.@@ -141,7 +141,7 @@ extends
static interface@@ -184,75 +184,75 @@ extends ApacheCommonsExceptionUtil.Nestable-- static voidaddCauseMethodName(String methodName)+addCauseMethodName(String methodName)Adds to the list of method names used in the search forThrowableobjects.
static ThrowablegetCause(Throwable throwable)
+static ThrowablegetCause(Throwable throwable)
Throwable to obtain the cause.static ThrowablegetCause(Throwable throwable,
- String[] methodNames)
+static ThrowablegetCause(Throwable throwable,
+ String[] methodNames)
Throwable to obtain the cause.static StringgetFullStackTrace(Throwable throwable)
+static StringgetFullStackTrace(Throwable throwable)
static ThrowablegetRootCause(Throwable throwable)
+static ThrowablegetRootCause(Throwable throwable)
Throwable to obtain the root cause.static StringgetStackTrace(Throwable throwable)
+static StringgetStackTrace(Throwable throwable)
static intgetThrowableCount(Throwable throwable)
+getThrowableCount(Throwable throwable)
Throwable objects in the
exception chain.static ListgetThrowableList(Throwable throwable)
+static ListgetThrowableList(Throwable throwable)
Throwable objects in the
exception chain.static Throwable[]getThrowables(Throwable throwable)
+static Throwable[]getThrowables(Throwable throwable)
Throwable objects in the
exception chain.static intindexOfThrowable(Throwable throwable,
- Class clazz)
+indexOfThrowable(Throwable throwable,
+ Class clazz)
Throwable
that matches the specified class (exactly) in the exception chain.static intindexOfThrowable(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 intindexOfType(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 booleanisNestedThrowable(Throwable throwable)
+isNestedThrowable(Throwable throwable)
Throwable class can store a cause.static voidremoveCauseMethodName(String methodName)
+removeCauseMethodName(String methodName)
Throwable
objects.static voidremoveCommonFrames(List causeFrames,
- List wrapperFrames)
+removeCommonFrames(List causeFrames,
+ List wrapperFrames)
static booleansetCause(Throwable target,
- Throwable cause)
+setCause(Throwable target,
+ Throwable cause)
Throwable using introspection, allowing
source code compatibility between pre-1.4 and post-1.4 Java releases.clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
@@ -367,7 +367,7 @@ extends
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.
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.
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.
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.
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
Introspects the Introspects the This method walks through the exception chain to the last element,
@@ -579,7 +579,7 @@ extends
Checks whether this This method does not check whether it actually does store a cause. Counts the number of Returns the list of Returns the list of Returns the (zero based) index of the first Returns the (zero based) index of the first Returns the (zero based) index of the first Returns the (zero based) index of the first Removes common frames from the cause trace given the two stack traces. 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
Gets the stack trace from a Throwable as a String. The result of this method vary by JDK version as this method
- uses getCause
-public static Throwable getCause(Throwable throwable,
- String[] methodNames)
+public static Throwable getCause(Throwable throwable,
+ String[] methodNames)
Throwable to obtain the cause.
@@ -534,7 +534,7 @@ extends
getRootCause
-public static Throwable getRootCause(Throwable throwable)
+public static Throwable getRootCause(Throwable throwable)
Throwable to obtain the root cause.isNestedThrowable
-public static boolean isNestedThrowable(Throwable throwable)
+public static boolean isNestedThrowable(Throwable throwable)
Throwable class can store a cause.getThrowableCount
-public static int getThrowableCount(Throwable throwable)
+public static int getThrowableCount(Throwable throwable)
Throwable objects in the
exception chain.getThrowables
-public static Throwable[] getThrowables(Throwable throwable)
+public static Throwable[] getThrowables(Throwable throwable)
Throwable objects in the
exception chain.getThrowableList
-public static List getThrowableList(Throwable throwable)
+public static List getThrowableList(Throwable throwable)
Throwable objects in the
exception chain.indexOfThrowable
-public static int indexOfThrowable(Throwable throwable,
- Class clazz)
+public static int indexOfThrowable(Throwable throwable,
+ Class clazz)
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
indexOfThrowable
-public static int indexOfThrowable(Throwable throwable,
- Class clazz,
+
public static int indexOfThrowable(Throwable throwable,
+ Class clazz,
int fromIndex)
Throwable
that matches the specified type in the exception chain from
@@ -741,8 +741,8 @@ extends
indexOfType
-public static int indexOfType(Throwable throwable,
- Class type)
+public static int indexOfType(Throwable throwable,
+ Class type)
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
indexOfType
-public static int indexOfType(Throwable throwable,
- Class type,
+
public static int indexOfType(Throwable throwable,
+ Class type,
int fromIndex)
Throwable
that matches the specified type in the exception chain from
@@ -801,15 +801,15 @@ extends
removeCommonFrames
-public static void removeCommonFrames(List causeFrames,
- List wrapperFrames)
+public static void removeCommonFrames(List causeFrames,
+ List wrapperFrames)
@@ -821,7 +821,7 @@ extends
causeFrames - stack trace of a cause throwablewrapperFrames - stack trace of a wrapper throwableIllegalArgumentException - if either argument is nullIllegalArgumentException - if either argument is nullgetFullStackTrace
-public static String getFullStackTrace(Throwable throwable)
+public static String getFullStackTrace(Throwable throwable)
getStackTrace
-public static String getStackTrace(Throwable throwable)
+public static String getStackTrace(Throwable throwable)
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";
-
public class ApacheCommonsLangUtil
-extends Object
+extends Object
static Stringstatic StringEMPTY
"".static Stringcapitalize(String str)
+static Stringcapitalize(String str)
static Stringcapitalize(String str,
+static String
+capitalize(String str,
char... delimiters)
Capitalizes all the delimiter separated words in a String.
static StringcapitalizeFully(String str)
+static StringcapitalizeFully(String str)
static StringcapitalizeFully(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 intindexOf(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 Stringstatic Stringjoin(byte[] array,
char separator)
static Stringstatic Stringjoin(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 Stringjoin(Iterable<?> iterable,
- String separator)
+static Stringjoin(Iterable<?> iterable,
+ String separator)
Iterable into
a single String containing the provided elements.static Stringjoin(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 Stringjoin(Iterator<?> iterator,
- String separator)
+static Stringjoin(Iterator<?> iterator,
+ String separator)
Iterator into
a single String containing the provided elements.static Stringstatic Stringjoin(long[] array,
char separator)
static Stringstatic Stringjoin(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 Stringjoin(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 Stringjoin(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 booleanstartsWithIgnoreCase(CharSequence str,
- CharSequence prefix)
+startsWithIgnoreCase(CharSequence str,
+ CharSequence prefix)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
@@ -489,7 +489,7 @@ extends
public static final String EMPTY+
public static final String EMPTY
"".-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.List.IllegalArgumentException - if the array types are incompatibleIllegalArgumentException - if the array types are incompatiblepublic 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.
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
@@ -711,7 +711,7 @@ extendsCharacter.isWhitespace(char). Anullinput String returnsnull. Capitalization uses the Unicode title case, normally equivalent to upper case.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 < 0or
startIndex >= array.length()or
endIndex < 0or
@@ -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
@@ -1521,8 +1521,8 @@ public static <T>Iteratorinto a single String containing the provided elements.join
-public static String join(Iterator<?> iterator, - String separator)+public static String join(Iterator<?> iterator, + String separator)Joins the elements of the provided
@@ -1545,7 +1545,7 @@ public static <T>Iteratorinto a single String containing the provided elements.join
-public static String join(Iterable<?> iterable, +public static String join(Iterable<?> iterable, char separator)Joins the elements of the provided
@@ -1571,8 +1571,8 @@ public static <T>Iterableinto a single String containing the provided elements.join
-public static String join(Iterable<?> iterable, - String separator)+public static String join(Iterable<?> iterable, + String separator)Joins the elements of the provided
@@ -1597,7 +1597,7 @@ public static <T>Iterableinto a single String containing the provided elements.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. Twonull@@ -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)@@ -1672,8 +1672,8 @@ public static <T> String.startsWith(String)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. Twonull@@ -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)@@ -1706,8 +1706,8 @@ public static <T> String.startsWith(String)indexOf
-public static int indexOf(Object[] array, - Object objectToFind)+public static int indexOf(Object[] array, + Object objectToFind)@@ -1727,8 +1727,8 @@ public static <T>Finds the index of the given object in the array.
This method returns
INDEX_NOT_FOUND(-1) for anullinput array.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 - 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
-
- java.lang.Object +
- java.lang.Object
- co.aikar.commands.apachecommonslang.ApacheCommonsExceptionUtil
- co.aikar.commands.apachecommonslang.ApacheCommonsLangUtil
diff --git a/docs/acf-core/co/aikar/commands/class-use/BaseCommand.html b/docs/acf-core/co/aikar/commands/class-use/BaseCommand.html index 6a7e2f71..581b797a 100644 --- a/docs/acf-core/co/aikar/commands/class-use/BaseCommand.html +++ b/docs/acf-core/co/aikar/commands/class-use/BaseCommand.html @@ -134,17 +134,17 @@RegisteredCommandCommandManager. + String cmdName, + Method method, + String prefSubCommand)createRegisteredCommand(BaseCommand command, - String cmdName, - Method method, - String prefSubCommand)booleanExceptionHandler. 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@@ -155,8 +155,8 @@
If an exception handler properly handles an exception, the user will not be noticied by the framework that something went unexceptected.CommandManager. + List<String> args, + Throwable t)handleUncaughtException(BaseCommand scope, RegisteredCommand registeredCommand, CommandIssuer sender, - List<String> args, - Throwable t)diff --git a/docs/acf-core/co/aikar/commands/class-use/CommandCompletionContext.html b/docs/acf-core/co/aikar/commands/class-use/CommandCompletionContext.html index e705e29b..be3e44be 100644 --- a/docs/acf-core/co/aikar/commands/class-use/CommandCompletionContext.html +++ b/docs/acf-core/co/aikar/commands/class-use/CommandCompletionContext.html @@ -126,9 +126,9 @@ default voidabstract CommandCompletionContextCommandManager. + String input, + String config, + String[] args)createCompletionContext(RegisteredCommand command, CommandIssuer sender, - String input, - String config, - String[] args)
CommandCompletions.CommandCompletionHandlerregisterAsyncCompletion(String id,
+CommandCompletions.registerAsyncCompletion(String id,
CommandCompletions.AsyncCommandCompletionHandler<C> handler)
CommandCompletions.CommandCompletionHandlerregisterAsyncCompletion(String id,
+CommandCompletions.registerAsyncCompletion(String id,
CommandCompletions.AsyncCommandCompletionHandler<C> handler)
CommandCompletions.CommandCompletionHandlerregisterCompletion(String id,
+CommandCompletions.registerCompletion(String id,
CommandCompletions.CommandCompletionHandler<C> handler)
CommandCompletions.CommandCompletionHandlerregisterCompletion(String id,
+CommandCompletions.registerCompletion(String id,
CommandCompletions.CommandCompletionHandler<C> handler)
CommandConditions.Condition<I>addCondition(@NotNull String id,
+CommandConditions.addCondition(@NotNull String id,
@NotNull CommandConditions.Condition<I> handler)
CommandConditions.Condition<I>addCondition(@NotNull String id,
+CommandConditions.addCondition(@NotNull String id,
@NotNull CommandConditions.Condition<I> handler)
<P> CommandConditions.ParameterConditionaddCondition(Class<P> clazz,
- @NotNull String id,
+CommandConditions.addCondition(Class<P> clazz,
+ @NotNull String id,
@NotNull CommandConditions.ParameterCondition<P,CEC,I> handler)
<P> CommandConditions.ParameterConditionaddCondition(Class<P> clazz,
- @NotNull String id,
+CommandConditions.addCondition(Class<P> clazz,
+ @NotNull String id,
@NotNull CommandConditions.ParameterCondition<P,CEC,I> handler)
createCommandContext(RegisteredCommand command,
CommandParameter parameter,
CommandIssuer sender,
- List<String> args,
+ List<String> args,
int i,
- Map<String,Object> passedArgs) default voidonPostContextResolution(CommandExecutionContext context,
- Object resolvedValue)
+ Object resolvedValue)
voidonPostContextResolution(CommandExecutionContext context,
- Object resolvedValue)
+ Object resolvedValue)
CommandHelpgenerateCommandHelp(CommandIssuer issuer,
- @NotNull String command)
+ @NotNull String command)
CommandHelpgenerateCommandHelp(@NotNull String command)
+generateCommandHelp(@NotNull String command)
String[]String[]getEntryFormatReplacements(CommandHelp help,
HelpEntry entry)
String[]String[]getHeaderFooterFormatReplacements(CommandHelp help)
@NotNull String[]@NotNull String[]getParameterFormatReplacements(CommandHelp help,
CommandParameter param,
HelpEntry entry)
@@ -233,7 +233,7 @@
voidshowAllResults(CommandHelp commandHelp,
- List<HelpEntry> entries) voidvoidshowSearchResults(CommandHelp commandHelp,
- List<HelpEntry> entries) createCommandContext(RegisteredCommand command,
CommandParameter parameter,
CommandIssuer sender,
- List<String> args,
+ List<String> args,
int i,
- Map<String,Object> passedArgs) abstract CommandCompletionContextcreateCompletionContext(RegisteredCommand command,
CommandIssuer sender,
- String input,
- String config,
- String[] args) ConditionContextcreateConditionContext(CommandIssuer issuer,
- String config) voiddoHelp(CommandIssuer issuer,
- String... args) booleanexecute(BaseCommand command,
RegisteredCommand registeredCommand,
CommandIssuer sender,
- List<String> args,
- Throwable t)
+ List<String> args,
+ Throwable t)
voidexecute(CommandIssuer issuer,
- String commandLabel,
- String[] args) voidexecute(CommandIssuer issuer,
- String commandLabel,
- String[] args) StringStringformatMessage(CommandIssuer issuer,
MessageType type,
co.aikar.locales.MessageKeyProvider key,
- String... replacements) CommandHelpCommandHelpgenerateCommandHelp(CommandIssuer issuer,
- @NotNull String command)
+ @NotNull String command)
StringStringgetCommandPrefix(CommandIssuer issuer) LocaleLocalegetIssuerLocale(CommandIssuer issuer) StringStringgetMessage(CommandIssuer issuer,
co.aikar.locales.MessageKeyProvider key) handleUncaughtException(BaseCommand scope,
RegisteredCommand registeredCommand,
CommandIssuer sender,
- List<String> args,
- Throwable t) booleanbooleanhasPermission(CommandIssuer issuer,
- String permission) voidhelp(CommandIssuer issuer,
- String[] args) voidsendMessage(CommandIssuer issuer,
MessageType type,
co.aikar.locales.MessageKeyProvider key,
- String... replacements) voidList<String>List<String>tabComplete(CommandIssuer issuer,
- String commandLabel,
- String[] args) List<String>List<String>tabComplete(CommandIssuer issuer,
- String alias,
- String[] args) List<String>List<String>tabComplete(CommandIssuer issuer,
- String commandLabel,
- String[] args,
+ String commandLabel,
+ String[] args,
boolean isAsync) createCommandContext(RegisteredCommand command,
CommandParameter parameter,
CommandIssuer sender,
- List<String> args,
+ List<String> args,
int i,
- Map<String,Object> passedArgs) @NotNull String[]@NotNull String[]getParameterFormatReplacements(CommandHelp help,
CommandParameter param,
HelpEntry entry)
diff --git a/docs/acf-core/co/aikar/commands/class-use/ConditionContext.html b/docs/acf-core/co/aikar/commands/class-use/ConditionContext.html
index 699c61e7..3dbc4191 100644
--- a/docs/acf-core/co/aikar/commands/class-use/ConditionContext.html
+++ b/docs/acf-core/co/aikar/commands/class-use/ConditionContext.html
@@ -121,7 +121,7 @@
ConditionContextcreateConditionContext(CommandIssuer issuer,
- String config) List<HelpEntry>List<HelpEntry>getHelpEntries() String[]String[]getEntryFormatReplacements(CommandHelp help,
HelpEntry entry)
@NotNull String[]@NotNull String[]getParameterFormatReplacements(CommandHelp help,
CommandParameter param,
HelpEntry entry)
@@ -200,12 +200,12 @@
voidshowAllResults(CommandHelp commandHelp,
- List<HelpEntry> entries) voidshowSearchResults(CommandHelp commandHelp,
- List<HelpEntry> entries) Collection<String>Collection<String>getCompletions(C context) <T> TgetContextValue(Class<? extends T> clazz) getContextValue(Class<? extends T> clazz) <T> TgetContextValue(Class<? extends T> clazz,
- Integer paramIdx) getContextValue(Class<? extends T> clazz,
+ Integer paramIdx) voidprotected List<IssuerLocaleChangedCallback<I>>protected List<IssuerLocaleChangedCallback<I>>localeChangedCallbacks static MessageKeysvalueOf(String name)
+valueOf(String name)
protected Map<MessageType,MF>protected Map<MessageType,MF>formatters StringStringformatMessage(CommandIssuer issuer,
MessageType type,
co.aikar.locales.MessageKeyProvider key,
- String... replacements) MFsendMessage(CommandIssuer issuer,
MessageType type,
co.aikar.locales.MessageKeyProvider key,
- String... replacements) voidsendMessage(IT issuerArg,
MessageType type,
co.aikar.locales.MessageKeyProvider key,
- String... replacements) default voidsendMessage(MessageType type,
co.aikar.locales.MessageKeyProvider key,
- String... replacements) default voidsendMessage(MessageType type,
co.aikar.locales.MessageKey key,
- String... replacements) voidRegisteredCommandcreateRegisteredCommand(BaseCommand command,
- String cmdName,
- Method method,
- String prefSubCommand) RegisteredCommandcreateCommandContext(RegisteredCommand command,
CommandParameter parameter,
CommandIssuer sender,
- List<String> args,
+ List<String> args,
int i,
- Map<String,Object> passedArgs) abstract CommandCompletionContextcreateCompletionContext(RegisteredCommand command,
CommandIssuer sender,
- String input,
- String config,
- String[] args) booleanexecute(BaseCommand command,
RegisteredCommand registeredCommand,
CommandIssuer sender,
- List<String> args,
- Throwable t)
+ List<String> args,
+ Throwable t)
handleUncaughtException(BaseCommand scope,
RegisteredCommand registeredCommand,
CommandIssuer sender,
- List<String> args,
- Throwable t) default voiddefault voidonParameterRegistered(RegisteredCommand command,
int parameterIndex,
- Parameter p,
+ Parameter p,
T annotation)
CommandParameter(RegisteredCommand<CEC> command,
- Parameter param,
+ Parameter param,
int paramIndex) CommandHelpgenerateCommandHelp(CommandIssuer issuer,
- @NotNull String command)
+ @NotNull String command)
CommandHelpgenerateCommandHelp(@NotNull String command)
+generateCommandHelp(@NotNull String command)
@FunctionalInterface +@FunctionalInterface public interface ContextResolver<T,C extends CommandExecutionContext<?,? extends CommandIssuer>>diff --git a/docs/acf-core/co/aikar/commands/contexts/SenderAwareContextResolver.html b/docs/acf-core/co/aikar/commands/contexts/SenderAwareContextResolver.html index a6c12d48..58506d41 100644 --- a/docs/acf-core/co/aikar/commands/contexts/SenderAwareContextResolver.html +++ b/docs/acf-core/co/aikar/commands/contexts/SenderAwareContextResolver.html @@ -101,7 +101,7 @@Please useIssuerAwareContextResolver
-@Deprecated +@Deprecated public interface SenderAwareContextResolver<T,C extends CommandExecutionContext<?,? extends CommandIssuer>> extends IssuerAwareContextResolver<T,C>Wrapper for IssuerAwareContextResolverdiff --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>>contextMap ContextResolver<?,R>getResolver(Class<?> type) getResolver(Class<?> type) <T> voidregisterContext(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
-- java.lang.Object
+
- java.lang.Object
- co.aikar.commands.ACFUtil
- co.aikar.commands.BaseCommand
@@ -103,9 +103,9 @@
- co.aikar.commands.MessageFormatter<FT>
- co.aikar.commands.MessageType
- co.aikar.commands.RegisteredCommand<CEC>
-- java.lang.Throwable (implements java.io.Serializable)
+
- java.lang.Throwable (implements java.io.Serializable)
-- java.lang.Exception
+
- java.lang.Exception
- co.aikar.commands.CommandCompletions.SyncCompletionRequired
- co.aikar.commands.InvalidCommandArgument
@@ -114,7 +114,7 @@
- co.aikar.commands.ShowCommandHelp
-- java.lang.RuntimeException
+
- java.lang.RuntimeException
- co.aikar.commands.InvalidCommandContextException
- co.aikar.commands.UnresolvedDependencyException
@@ -143,13 +143,13 @@
Annotation Type Hierarchy
-- co.aikar.commands.UnstableAPI (implements java.lang.annotation.Annotation)
+- co.aikar.commands.UnstableAPI (implements java.lang.annotation.Annotation)
Enum Hierarchy
-- java.lang.Object
+
- java.lang.Object
-- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
+
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
- co.aikar.commands.MessageKeys (implements co.aikar.locales.MessageKeyProvider)
diff --git a/docs/acf-core/co/aikar/commands/processors/ConditionsProcessor.html b/docs/acf-core/co/aikar/commands/processors/ConditionsProcessor.html
index e1054d46..6cc395b6 100644
--- a/docs/acf-core/co/aikar/commands/processors/ConditionsProcessor.html
+++ b/docs/acf-core/co/aikar/commands/processors/ConditionsProcessor.html
@@ -96,7 +96,7 @@ var activeTableTab = "activeTableTab";
-- java.lang.Object
+- java.lang.Object
-
- co.aikar.commands.processors.ConditionsProcessor
@@ -113,9 +113,9 @@ var activeTableTab = "activeTableTab";
Deprecated.
-
@Deprecated
+@Deprecated
public class ConditionsProcessor
-extends Object
+extends Object
implements AnnotationProcessor<Conditions>
@@ -157,7 +157,7 @@ implements
void
onPostContextResolution(CommandExecutionContext context,
- Object resolvedValue)
+ Object resolvedValue)
Deprecated.
@@ -172,8 +172,8 @@ 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
-
@@ -235,7 +235,7 @@ implements
onPostContextResolution
public void onPostContextResolution(CommandExecutionContext context,
- Object resolvedValue)
+ Object resolvedValue)
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
- co.aikar.commands.processors.ConditionsProcessor (implements co.aikar.commands.AnnotationProcessor<T>)
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
-- java.lang.Object
+
- java.lang.Object
- co.aikar.commands.ACFUtil
- co.aikar.commands.apachecommonslang.ApacheCommonsExceptionUtil
@@ -110,9 +110,9 @@
- co.aikar.commands.MessageFormatter<FT>
- co.aikar.commands.MessageType
- co.aikar.commands.RegisteredCommand<CEC>
-- java.lang.Throwable (implements java.io.Serializable)
+
- java.lang.Throwable (implements java.io.Serializable)
-- java.lang.Exception
+
- java.lang.Exception
- co.aikar.commands.CommandCompletions.SyncCompletionRequired
- co.aikar.commands.InvalidCommandArgument
@@ -121,7 +121,7 @@
- co.aikar.commands.ShowCommandHelp
-- java.lang.RuntimeException
+
- java.lang.RuntimeException
- co.aikar.commands.InvalidCommandContextException
- co.aikar.commands.UnresolvedDependencyException
@@ -163,34 +163,34 @@
Annotation Type Hierarchy
-- co.aikar.commands.annotation.CatchAll (implements java.lang.annotation.Annotation)
-- co.aikar.commands.annotation.CatchUnknown (implements java.lang.annotation.Annotation)
-- co.aikar.commands.annotation.CommandAlias (implements java.lang.annotation.Annotation)
-- co.aikar.commands.annotation.CommandCompletion (implements java.lang.annotation.Annotation)
-- co.aikar.commands.annotation.CommandPermission (implements java.lang.annotation.Annotation)
-- co.aikar.commands.annotation.Conditions (implements java.lang.annotation.Annotation)
-- co.aikar.commands.annotation.Default (implements java.lang.annotation.Annotation)
-- co.aikar.commands.annotation.Dependency (implements java.lang.annotation.Annotation)
-- co.aikar.commands.annotation.Description (implements java.lang.annotation.Annotation)
-- co.aikar.commands.annotation.Flags (implements java.lang.annotation.Annotation)
-- co.aikar.commands.annotation.HelpCommand (implements java.lang.annotation.Annotation)
-- co.aikar.commands.annotation.HelpSearchTags (implements java.lang.annotation.Annotation)
-- co.aikar.commands.annotation.Optional (implements java.lang.annotation.Annotation)
-- co.aikar.commands.annotation.PreCommand (implements java.lang.annotation.Annotation)
-- co.aikar.commands.annotation.Private (implements java.lang.annotation.Annotation)
-- co.aikar.commands.annotation.Single (implements java.lang.annotation.Annotation)
-- co.aikar.commands.annotation.Split (implements java.lang.annotation.Annotation)
-- co.aikar.commands.annotation.Subcommand (implements java.lang.annotation.Annotation)
-- co.aikar.commands.annotation.Syntax (implements java.lang.annotation.Annotation)
-- co.aikar.commands.annotation.UnknownHandler (implements java.lang.annotation.Annotation)
-- co.aikar.commands.UnstableAPI (implements java.lang.annotation.Annotation)
-- co.aikar.commands.annotation.Values (implements java.lang.annotation.Annotation)
+- co.aikar.commands.annotation.CatchAll (implements java.lang.annotation.Annotation)
+- co.aikar.commands.annotation.CatchUnknown (implements java.lang.annotation.Annotation)
+- co.aikar.commands.annotation.CommandAlias (implements java.lang.annotation.Annotation)
+- co.aikar.commands.annotation.CommandCompletion (implements java.lang.annotation.Annotation)
+- co.aikar.commands.annotation.CommandPermission (implements java.lang.annotation.Annotation)
+- co.aikar.commands.annotation.Conditions (implements java.lang.annotation.Annotation)
+- co.aikar.commands.annotation.Default (implements java.lang.annotation.Annotation)
+- co.aikar.commands.annotation.Dependency (implements java.lang.annotation.Annotation)
+- co.aikar.commands.annotation.Description (implements java.lang.annotation.Annotation)
+- co.aikar.commands.annotation.Flags (implements java.lang.annotation.Annotation)
+- co.aikar.commands.annotation.HelpCommand (implements java.lang.annotation.Annotation)
+- co.aikar.commands.annotation.HelpSearchTags (implements java.lang.annotation.Annotation)
+- co.aikar.commands.annotation.Optional (implements java.lang.annotation.Annotation)
+- co.aikar.commands.annotation.PreCommand (implements java.lang.annotation.Annotation)
+- co.aikar.commands.annotation.Private (implements java.lang.annotation.Annotation)
+- co.aikar.commands.annotation.Single (implements java.lang.annotation.Annotation)
+- co.aikar.commands.annotation.Split (implements java.lang.annotation.Annotation)
+- co.aikar.commands.annotation.Subcommand (implements java.lang.annotation.Annotation)
+- co.aikar.commands.annotation.Syntax (implements java.lang.annotation.Annotation)
+- co.aikar.commands.annotation.UnknownHandler (implements java.lang.annotation.Annotation)
+- co.aikar.commands.UnstableAPI (implements java.lang.annotation.Annotation)
+- co.aikar.commands.annotation.Values (implements java.lang.annotation.Annotation)
Enum Hierarchy
-- java.lang.Object
+
- java.lang.Object
-- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
+
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
- co.aikar.commands.MessageKeys (implements co.aikar.locales.MessageKeyProvider)
diff --git a/docs/acf-core/serialized-form.html b/docs/acf-core/serialized-form.html
index 7081977e..2ca3b614 100644
--- a/docs/acf-core/serialized-form.html
+++ b/docs/acf-core/serialized-form.html
@@ -79,7 +79,7 @@
-
-
Class co.aikar.commands.CommandCompletions.SyncCompletionRequired extends Exception implements Serializable
+Class co.aikar.commands.CommandCompletions.SyncCompletionRequired extends Exception implements Serializable
-
@@ -89,7 +89,7 @@
-
-
Class co.aikar.commands.InvalidCommandArgument extends Exception implements Serializable
+Class co.aikar.commands.InvalidCommandArgument extends Exception implements Serializable
@@ -113,7 +113,7 @@
-
-
Class co.aikar.commands.InvalidCommandContextException extends RuntimeException implements Serializable
+Class co.aikar.commands.InvalidCommandContextException extends RuntimeException implements Serializable
-
@@ -125,7 +125,7 @@
-
searchArgs
-List<E> searchArgs
+List<E> searchArgs
-
search
@@ -138,7 +138,7 @@
-
-
Class co.aikar.commands.UnresolvedDependencyException extends RuntimeException implements Serializable
+Class co.aikar.commands.UnresolvedDependencyException extends RuntimeException implements Serializable
diff --git a/docs/acf-jda/co/aikar/commands/CommandConfig.html b/docs/acf-jda/co/aikar/commands/CommandConfig.html
index 4d604591..a74e64e5 100644
--- a/docs/acf-jda/co/aikar/commands/CommandConfig.html
+++ b/docs/acf-jda/co/aikar/commands/CommandConfig.html
@@ -129,7 +129,7 @@ extends Method and Description
-@NotNull List<String>
+@NotNull List<String>
getCommandPrefixes()
@@ -158,7 +158,7 @@ extends
getCommandPrefixes
@NotNull
-@NotNull List<String> getCommandPrefixes()
+@NotNull List<String> getCommandPrefixes()
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";
-- java.lang.Object
+- java.lang.Object
-
- co.aikar.commands.CommandCompletions<co.aikar.commands.CommandCompletionContext<?>>
@@ -167,12 +167,12 @@ extends co.aikar.commands.CommandCompletions<co.aikar.commands.CommandComplet
co.aikar.commands.CommandCompletions.CommandCompletionHandler
-registerAsyncCompletion(String id,
+registerAsyncCompletion(String id,
co.aikar.commands.CommandCompletions.AsyncCommandCompletionHandler<co.aikar.commands.CommandCompletionContext<?>> handler)
co.aikar.commands.CommandCompletions.CommandCompletionHandler
-registerCompletion(String id,
+registerCompletion(String id,
co.aikar.commands.CommandCompletions.CommandCompletionHandler<co.aikar.commands.CommandCompletionContext<?>> handler)
@@ -180,8 +180,8 @@ extends co.aikar.commands.CommandCompletions<co.aikar.commands.CommandComplet
-
-
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
@@ -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";
-- java.lang.Object
+- java.lang.Object
-
- co.aikar.commands.JDACommandConfig
@@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab";
public class JDACommandConfig
-extends Object
+extends Object
implements CommandConfig
@@ -134,7 +134,7 @@ implements Field and Description
-protected @NotNull List<String>
+protected @NotNull List<String>
commandPrefixes
@@ -170,7 +170,7 @@ implements Method and Description
-@NotNull List<String>
+@NotNull List<String>
getCommandPrefixes()
@@ -178,8 +178,8 @@ 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
commandPrefixes
@NotNull
-protected @NotNull List<String> commandPrefixes
+protected @NotNull List<String> commandPrefixes
@@ -244,7 +244,7 @@ protected @NotNull
getCommandPrefixes
@NotNull
-public @NotNull List<String> getCommandPrefixes()
+public @NotNull List<String> getCommandPrefixes()
- 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)
-
-
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
-
@@ -289,7 +289,7 @@ implements co.aikar.commands.CommandIssuer
-
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";
-- java.lang.Object
+- java.lang.Object
-
-- co.aikar.commands.CommandManager<net.dv8tion.jda.core.events.message.MessageReceivedEvent,JDACommandEvent,String,co.aikar.commands.MessageFormatter<String>,JDACommandExecutionContext,JDAConditionContext>
+- co.aikar.commands.CommandManager<net.dv8tion.jda.core.events.message.MessageReceivedEvent,JDACommandEvent,String,co.aikar.commands.MessageFormatter<String>,JDACommandExecutionContext,JDAConditionContext>
-
- co.aikar.commands.JDACommandManager
@@ -114,7 +114,7 @@ var activeTableTab = "activeTableTab";
public class JDACommandManager
-extends co.aikar.commands.CommandManager<net.dv8tion.jda.core.events.message.MessageReceivedEvent,JDACommandEvent,String,co.aikar.commands.MessageFormatter<String>,JDACommandExecutionContext,JDAConditionContext>
+extends co.aikar.commands.CommandManager<net.dv8tion.jda.core.events.message.MessageReceivedEvent,JDACommandEvent,String,co.aikar.commands.MessageFormatter<String>,JDACommandExecutionContext,JDAConditionContext>
@@ -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.
-
commands
-protected Map<String,JDARootCommand> commands
+protected Map<String,JDARootCommand> commands
@@ -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.
-
isCommandIssuer
-public boolean isCommandIssuer(Class<?> type)
+public boolean isCommandIssuer(Class<?> type)
- Specified by:
-isCommandIssuer in class co.aikar.commands.CommandManager<net.dv8tion.jda.core.events.message.MessageReceivedEvent,JDACommandEvent,String,co.aikar.commands.MessageFormatter<String>,JDACommandExecutionContext,JDAConditionContext>
+isCommandIssuer in class co.aikar.commands.CommandManager<net.dv8tion.jda.core.events.message.MessageReceivedEvent,JDACommandEvent,String,co.aikar.commands.MessageFormatter<String>,JDACommandExecutionContext,JDAConditionContext>
@@ -553,10 +553,10 @@ extends co.aikar.commands.CommandManager<net.dv8tion.jda.core.events.message.
-
getCommandIssuer
-public JDACommandEvent getCommandIssuer(Object issuer)
+public JDACommandEvent getCommandIssuer(Object issuer)
- Specified by:
-getCommandIssuer in class co.aikar.commands.CommandManager<net.dv8tion.jda.core.events.message.MessageReceivedEvent,JDACommandEvent,String,co.aikar.commands.MessageFormatter<String>,JDACommandExecutionContext,JDAConditionContext>
+getCommandIssuer in class co.aikar.commands.CommandManager<net.dv8tion.jda.core.events.message.MessageReceivedEvent,JDACommandEvent,String,co.aikar.commands.MessageFormatter<String>,JDACommandExecutionContext,JDAConditionContext>
@@ -566,10 +566,10 @@ extends co.aikar.commands.CommandManager<net.dv8tion.jda.core.events.message.
-
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.dv8tion.jda.core.events.message.MessageReceivedEvent,JDACommandEvent,String,co.aikar.commands.MessageFormatter<String>,JDACommandExecutionContext,JDAConditionContext>
+createRootCommand in class co.aikar.commands.CommandManager<net.dv8tion.jda.core.events.message.MessageReceivedEvent,JDACommandEvent,String,co.aikar.commands.MessageFormatter<String>,JDACommandExecutionContext,JDAConditionContext>
@@ -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.
-
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.dv8tion.jda.core.events.message.MessageReceivedEvent,JDACommandEvent,String,co.aikar.commands.MessageFormatter<String>,JDACommandExecutionContext,JDAConditionContext>
+getCommandPrefix in class co.aikar.commands.CommandManager<net.dv8tion.jda.core.events.message.MessageReceivedEvent,JDACommandEvent,String,co.aikar.commands.MessageFormatter<String>,JDACommandExecutionContext,JDAConditionContext>
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";
-- java.lang.Object
+- java.lang.Object
-
- net.dv8tion.jda.core.hooks.ListenerAdapter
@@ -157,8 +157,8 @@ extends net.dv8tion.jda.core.hooks.ListenerAdapter
-
-
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/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 @@
-- java.lang.Object
+- java.lang.Object
-
- co.aikar.commands.Locales
@@ -164,8 +164,8 @@ extends co.aikar.commands.Locales
-
-
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/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 @@
-- java.lang.Object
+- java.lang.Object
-
-- co.aikar.commands.MessageFormatter<String>
+- co.aikar.commands.MessageFormatter<String>
-
- co.aikar.commands.JDAMessageFormatter
@@ -108,7 +108,7 @@
public class JDAMessageFormatter
-extends co.aikar.commands.MessageFormatter<String>
+extends co.aikar.commands.MessageFormatter<String>
@@ -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";
-- java.lang.Object
+- java.lang.Object
-
- co.aikar.commands.JDAOptions
@@ -109,7 +109,7 @@ var activeTableTab = "activeTableTab";
public class JDAOptions
-extends Object
+extends Object
@@ -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";
-- java.lang.Object
+- java.lang.Object
-
- co.aikar.commands.JDARootCommand
@@ -109,7 +109,7 @@ var activeTableTab = "activeTableTab";
public class JDARootCommand
-extends Object
+extends Object
@@ -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<String> getTabCompletions(co.aikar.commands.CommandIssuer arg0,
- String arg1,
- String[] arg2)
+public List<String> getTabCompletions(co.aikar.commands.CommandIssuer arg0,
+ String arg1,
+ String[] arg2)
@@ -317,9 +317,9 @@ extends
-
getTabCompletions
-public List<String> getTabCompletions(co.aikar.commands.CommandIssuer arg0,
- String arg1,
- String[] arg2,
+public List<String> getTabCompletions(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
-- co.aikar.commands.annotation.Author (implements java.lang.annotation.Annotation)
-- co.aikar.commands.annotation.SelfUser (implements java.lang.annotation.Annotation)
+- co.aikar.commands.annotation.Author (implements java.lang.annotation.Annotation)
+- co.aikar.commands.annotation.SelfUser (implements java.lang.annotation.Annotation)
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
-- co.aikar.commands.annotation.Author (implements java.lang.annotation.Annotation)
-- co.aikar.commands.annotation.SelfUser (implements java.lang.annotation.Annotation)
+- co.aikar.commands.annotation.Author (implements java.lang.annotation.Annotation)
+- co.aikar.commands.annotation.SelfUser (implements java.lang.annotation.Annotation)
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 @@
-- java.lang.Object
+- java.lang.Object
-
- co.aikar.commands.CommandContexts<co.aikar.commands.BukkitCommandExecutionContext>
@@ -168,8 +168,8 @@ extends co.aikar.commands.BukkitCommandContexts
-
-
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/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";
-- java.lang.Object
+- java.lang.Object
-
- co.aikar.commands.CommandManager<org.bukkit.command.CommandSender,co.aikar.commands.BukkitCommandIssuer,org.bukkit.ChatColor,co.aikar.commands.BukkitMessageFormatter,co.aikar.commands.BukkitCommandExecutionContext,co.aikar.commands.BukkitConditionContext>
@@ -203,8 +203,8 @@ extends co.aikar.commands.BukkitCommandManager
-
-
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/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";
-- java.lang.Object
+- java.lang.Object
-
- co.aikar.commands.ACFSpongeListener
@@ -109,7 +109,7 @@ var activeTableTab = "activeTableTab";
public class ACFSpongeListener
-extends Object
+extends Object
@@ -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";
-- java.lang.Object
+- java.lang.Object
-
- co.aikar.commands.ACFSpongeUtil
@@ -109,7 +109,7 @@ var activeTableTab = "activeTableTab";
public class ACFSpongeUtil
-extends Object
+extends Object
@@ -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)
-
-
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
@@ -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";
-- java.lang.Object
+- java.lang.Object
-
-- java.lang.Enum<MinecraftMessageKeys>
+- java.lang.Enum<MinecraftMessageKeys>
-
- co.aikar.commands.MinecraftMessageKeys
@@ -113,12 +113,12 @@ var activeTableTab = "activeTableTab";
-
- All Implemented Interfaces:
-- co.aikar.locales.MessageKeyProvider, Serializable, Comparable<MinecraftMessageKeys>
+- co.aikar.locales.MessageKeyProvider, Serializable, Comparable<MinecraftMessageKeys>
public enum MinecraftMessageKeys
-extends Enum<MinecraftMessageKeys>
+extends Enum<MinecraftMessageKeys>
implements co.aikar.locales.MessageKeyProvider
@@ -182,7 +182,7 @@ implements co.aikar.locales.MessageKeyProvider
static MinecraftMessageKeys
-valueOf(String name)
+valueOf(String name)
Returns the enum constant of this type with the specified name.
@@ -198,15 +198,15 @@ the order they are declared.
-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
-
-
Methods inherited from class java.lang.Object
-getClass, notify, notifyAll, wait, wait, wait
+Methods inherited from class java.lang.Object
+getClass, notify, notifyAll, wait, wait, wait
@@ -328,7 +328,7 @@ for (MinecraftMessageKeys c : MinecraftMessageKeys.values())
-
valueOf
-public static MinecraftMessageKeys valueOf(String name)
+public static MinecraftMessageKeys valueOf(String name)
Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
@@ -339,8 +339,8 @@ not permitted.)
- Returns:
- the enum constant with the specified name
- Throws:
-IllegalArgumentException - if this enum type has no constant with the specified name
-NullPointerException - if the argument is null
+IllegalArgumentException - if this enum type has no constant with the specified name
+NullPointerException - if the argument is null
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";
-- java.lang.Object
+- java.lang.Object
-
- co.aikar.commands.CommandExecutionContext<SpongeCommandExecutionContext,SpongeCommandIssuer>
@@ -168,8 +168,8 @@ extends co.aikar.commands.CommandExecutionContext<
-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/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";
-- java.lang.Object
+- java.lang.Object
-
- co.aikar.commands.SpongeCommandIssuer
@@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab";
public class SpongeCommandIssuer
-extends Object
+extends Object
implements co.aikar.commands.CommandIssuer
@@ -135,7 +135,7 @@ implements co.aikar.commands.CommandIssuer
boolean
-equals(Object o)
+equals(Object o)
org.spongepowered.api.command.CommandSource
@@ -150,7 +150,7 @@ implements co.aikar.commands.CommandIssuer
getPlayer()
-@NotNull UUID
+@NotNull UUID
getUniqueId()
@@ -159,7 +159,7 @@ implements co.aikar.commands.CommandIssuer
boolean
-hasPermission(String permission)
+hasPermission(String permission)
boolean
@@ -167,15 +167,15 @@ implements co.aikar.commands.CommandIssuer
void
-sendMessageInternal(String message)
+sendMessageInternal(String message)
-
-
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
-
@@ -231,7 +231,7 @@ implements co.aikar.commands.CommandIssuer
-
getUniqueId
@NotNull
-public @NotNull UUID getUniqueId()
+public @NotNull UUID getUniqueId()
- Specified by:
getUniqueId in interface co.aikar.commands.CommandIssuer
@@ -266,7 +266,7 @@ public @NotNull
-
sendMessageInternal
-public void sendMessageInternal(String message)
+public void sendMessageInternal(String message)
- Specified by:
sendMessageInternal in interface co.aikar.commands.CommandIssuer
@@ -279,7 +279,7 @@ public @NotNull
-
hasPermission
-public boolean hasPermission(String permission)
+public boolean hasPermission(String permission)
@@ -308,7 +308,7 @@ public @NotNull hashCode()
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";
-- java.lang.Object
+- java.lang.Object
-
- co.aikar.commands.CommandManager<org.spongepowered.api.command.CommandSource,SpongeCommandIssuer,org.spongepowered.api.text.format.TextColor,SpongeMessageFormatter,SpongeCommandExecutionContext,SpongeConditionContext>
@@ -150,7 +150,7 @@ extends co.aikar.commands.CommandManager<org.spongepowered.api.command.Comman
plugin
-protected Map<String,SpongeRootCommand>
+protected Map<String,SpongeRootCommand>
registeredCommands
@@ -197,37 +197,37 @@ extends co.aikar.commands.CommandManager<org.spongepowered.api.command.Comman
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)
SpongeConditionContext
createConditionContext(co.aikar.commands.CommandIssuer issuer,
- String config)
+ String config)
co.aikar.commands.RegisteredCommand
createRegisteredCommand(co.aikar.commands.BaseCommand command,
- String cmdName,
- Method method,
- String prefSubCommand)
+ String cmdName,
+ Method method,
+ String prefSubCommand)
co.aikar.commands.RootCommand
-createRootCommand(String cmd)
+createRootCommand(String cmd)
co.aikar.timings.Timing
-createTiming(String name)
+createTiming(String name)
co.aikar.commands.CommandCompletions<SpongeCommandCompletionContext>
@@ -239,10 +239,10 @@ extends co.aikar.commands.CommandManager<org.spongepowered.api.command.Comman
SpongeCommandIssuer
-getCommandIssuer(Object issuer)
+getCommandIssuer(Object issuer)
-String
+String
getCommandPrefix(co.aikar.commands.CommandIssuer issuer)
@@ -259,13 +259,13 @@ extends co.aikar.commands.CommandManager<org.spongepowered.api.command.Comman
boolean
-isCommandIssuer(Class<?> type)
+isCommandIssuer(Class<?> type)
void
log(co.aikar.commands.LogLevel level,
- String message,
- Throwable throwable)
+ String message,
+ Throwable throwable)
void
@@ -283,8 +283,8 @@ extends co.aikar.commands.CommandManager<org.spongepowered.api.command.Comman
-
-
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
@@ -315,7 +315,7 @@ extends co.aikar.commands.CommandManager<org.spongepowered.api.command.Comman
-
registeredCommands
-protected Map<String,SpongeRootCommand> registeredCommands
+protected Map<String,SpongeRootCommand> registeredCommands
@@ -385,7 +385,7 @@ extends co.aikar.commands.CommandManager<org.spongepowered.api.command.Comman
-
isCommandIssuer
-public boolean isCommandIssuer(Class<?> type)
+public boolean isCommandIssuer(Class<?> type)
- Specified by:
isCommandIssuer in class co.aikar.commands.CommandManager<org.spongepowered.api.command.CommandSource,SpongeCommandIssuer,org.spongepowered.api.text.format.TextColor,SpongeMessageFormatter,SpongeCommandExecutionContext,SpongeConditionContext>
@@ -463,7 +463,7 @@ extends co.aikar.commands.CommandManager<org.spongepowered.api.command.Comman
-
createTiming
-public co.aikar.timings.Timing createTiming(String name)
+public co.aikar.timings.Timing createTiming(String name)
@@ -472,7 +472,7 @@ extends co.aikar.commands.CommandManager<org.spongepowered.api.command.Comman
-
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.spongepowered.api.command.CommandSource,SpongeCommandIssuer,org.spongepowered.api.text.format.TextColor,SpongeMessageFormatter,SpongeCommandExecutionContext,SpongeConditionContext>
@@ -485,7 +485,7 @@ extends co.aikar.commands.CommandManager<org.spongepowered.api.command.Comman
-
getCommandIssuer
-public SpongeCommandIssuer getCommandIssuer(Object issuer)
+public SpongeCommandIssuer getCommandIssuer(Object issuer)
- Specified by:
getCommandIssuer in class co.aikar.commands.CommandManager<org.spongepowered.api.command.CommandSource,SpongeCommandIssuer,org.spongepowered.api.text.format.TextColor,SpongeMessageFormatter,SpongeCommandExecutionContext,SpongeConditionContext>
@@ -501,9 +501,9 @@ extends co.aikar.commands.CommandManager<org.spongepowered.api.command.Comman
public SpongeCommandExecutionContext 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.spongepowered.api.command.CommandSource,SpongeCommandIssuer,org.spongepowered.api.text.format.TextColor,SpongeMessageFormatter,SpongeCommandExecutionContext,SpongeConditionContext>
@@ -518,9 +518,9 @@ extends co.aikar.commands.CommandManager<org.spongepowered.api.command.Comman
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<org.spongepowered.api.command.CommandSource,SpongeCommandIssuer,org.spongepowered.api.text.format.TextColor,SpongeMessageFormatter,SpongeCommandExecutionContext,SpongeConditionContext>
@@ -534,9 +534,9 @@ extends co.aikar.commands.CommandManager<org.spongepowered.api.command.Comman
-
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.spongepowered.api.command.CommandSource,SpongeCommandIssuer,org.spongepowered.api.text.format.TextColor,SpongeMessageFormatter,SpongeCommandExecutionContext,SpongeConditionContext>
@@ -550,8 +550,8 @@ extends co.aikar.commands.CommandManager<org.spongepowered.api.command.Comman
-
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.spongepowered.api.command.CommandSource,SpongeCommandIssuer,org.spongepowered.api.text.format.TextColor,SpongeMessageFormatter,SpongeCommandExecutionContext,SpongeConditionContext>
@@ -565,7 +565,7 @@ extends co.aikar.commands.CommandManager<org.spongepowered.api.command.Comman
-
createConditionContext
public SpongeConditionContext createConditionContext(co.aikar.commands.CommandIssuer issuer,
- String config)
+ String config)
- Overrides:
createConditionContext in class co.aikar.commands.CommandManager<org.spongepowered.api.command.CommandSource,SpongeCommandIssuer,org.spongepowered.api.text.format.TextColor,SpongeMessageFormatter,SpongeCommandExecutionContext,SpongeConditionContext>
@@ -578,7 +578,7 @@ extends co.aikar.commands.CommandManager<org.spongepowered.api.command.Comman
-
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.spongepowered.api.command.CommandSource,SpongeCommandIssuer,org.spongepowered.api.text.format.TextColor,SpongeMessageFormatter,SpongeCommandExecutionContext,SpongeConditionContext>
diff --git a/docs/acf-sponge/co/aikar/commands/SpongeCommandOperationContext.html b/docs/acf-sponge/co/aikar/commands/SpongeCommandOperationContext.html
index 25c341b2..375cc569 100644
--- a/docs/acf-sponge/co/aikar/commands/SpongeCommandOperationContext.html
+++ b/docs/acf-sponge/co/aikar/commands/SpongeCommandOperationContext.html
@@ -96,7 +96,7 @@ var activeTableTab = "activeTableTab";
-- java.lang.Object
+- java.lang.Object
-
- co.aikar.commands.CommandOperationContext
@@ -153,8 +153,8 @@ extends co.aikar.commands.CommandOperationContext
-
-
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/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";
-- java.lang.Object
+- java.lang.Object
-
- co.aikar.commands.Locales
@@ -181,8 +181,8 @@ extends co.aikar.commands.Locales
-
-
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/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
-
- co.aikar.commands.MessageFormatter<org.spongepowered.api.text.format.TextColor>
@@ -151,9 +151,9 @@ extends co.aikar.commands.MessageFormatter<org.spongepowered.api.text.format.
Method and Description
-String
+String
format(org.spongepowered.api.text.format.TextColor color,
- String message)
+ String message)
@@ -167,8 +167,8 @@ extends co.aikar.commands.MessageFormatter<org.spongepowered.api.text.format.
-
-
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
@@ -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";
-- java.lang.Object
+- java.lang.Object
-
- co.aikar.commands.SpongeRootCommand
@@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab";
public class SpongeRootCommand
-extends Object
+extends Object
implements org.spongepowered.api.command.CommandCallable
@@ -139,26 +139,26 @@ implements org.spongepowered.api.command.CommandCallable
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()
@@ -170,11 +170,11 @@ implements org.spongepowered.api.command.CommandCallable
getDefCommand()
-default String
+default String
getDescription()
-Optional<org.spongepowered.api.text.Text>
+Optional<org.spongepowered.api.text.Text>
getHelp(@NotNull org.spongepowered.api.command.CommandSource source)
@@ -182,34 +182,34 @@ implements org.spongepowered.api.command.CommandCallable
getManager()
-Optional<org.spongepowered.api.text.Text>
+Optional<org.spongepowered.api.text.Text>
getShortDescription(@NotNull org.spongepowered.api.command.CommandSource source)
-com.google.common.collect.SetMultimap<String,co.aikar.commands.RegisteredCommand>
+com.google.common.collect.SetMultimap<String,co.aikar.commands.RegisteredCommand>
getSubCommands()
-List<String>
+List<String>
getSuggestions(@NotNull org.spongepowered.api.command.CommandSource source,
- @NotNull String arguments,
+ @NotNull String arguments,
org.spongepowered.api.world.Location<org.spongepowered.api.world.World> location)
-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()
@@ -219,7 +219,7 @@ implements org.spongepowered.api.command.CommandCallable
org.spongepowered.api.command.CommandResult
process(@NotNull org.spongepowered.api.command.CommandSource source,
- @NotNull String arguments)
+ @NotNull String arguments)
boolean
@@ -230,8 +230,8 @@ implements org.spongepowered.api.command.CommandCallable
-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
@@ -253,7 +253,7 @@ implements org.spongepowered.api.command.CommandCallable
-
getCommandName
-public String getCommandName()
+public String getCommandName()
@@ -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
-
getSuggestions
-public List<String> getSuggestions(@NotNull
+public List<String> getSuggestions(@NotNull
@NotNull org.spongepowered.api.command.CommandSource source,
@NotNull
- @NotNull String arguments,
- @Nullable
+ @NotNull String arguments,
+ @Nullable
org.spongepowered.api.world.Location<org.spongepowered.api.world.World> location)
throws org.spongepowered.api.command.CommandException
@@ -316,7 +316,7 @@ implements org.spongepowered.api.command.CommandCallable
-
getShortDescription
-public Optional<org.spongepowered.api.text.Text> getShortDescription(@NotNull
+public Optional<org.spongepowered.api.text.Text> getShortDescription(@NotNull
@NotNull org.spongepowered.api.command.CommandSource source)
- Specified by:
@@ -330,7 +330,7 @@ implements org.spongepowered.api.command.CommandCallable
-
getHelp
-public Optional<org.spongepowered.api.text.Text> getHelp(@NotNull
+public Optional<org.spongepowered.api.text.Text> getHelp(@NotNull
@NotNull org.spongepowered.api.command.CommandSource source)
- Specified by:
@@ -385,7 +385,7 @@ implements org.spongepowered.api.command.CommandCallable
-
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()
@@ -394,7 +394,7 @@ implements org.spongepowered.api.command.CommandCallable
-
getChildren
-public List<co.aikar.commands.BaseCommand> getChildren()
+public List<co.aikar.commands.BaseCommand> getChildren()
@@ -403,8 +403,8 @@ implements org.spongepowered.api.command.CommandCallable
-
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)
@@ -415,8 +415,8 @@ implements org.spongepowered.api.command.CommandCallable
-
execute
public co.aikar.commands.BaseCommand execute(co.aikar.commands.CommandIssuer arg0,
- String arg1,
- String[] arg2)
+ String arg1,
+ String[] arg2)
@@ -425,7 +425,7 @@ implements org.spongepowered.api.command.CommandCallable
-
getBaseCommand
-public co.aikar.commands.BaseCommand getBaseCommand(String[] arg0)
+public co.aikar.commands.BaseCommand getBaseCommand(String[] arg0)
@@ -434,9 +434,9 @@ implements org.spongepowered.api.command.CommandCallable
-
getTabCompletions
-public List<String> getTabCompletions(co.aikar.commands.CommandIssuer arg0,
- String arg1,
- String[] arg2)
+public List<String> getTabCompletions(co.aikar.commands.CommandIssuer arg0,
+ String arg1,
+ String[] arg2)
@@ -445,9 +445,9 @@ implements org.spongepowered.api.command.CommandCallable
-
getTabCompletions
-public List<String> getTabCompletions(co.aikar.commands.CommandIssuer arg0,
- String arg1,
- String[] arg2,
+public List<String> getTabCompletions(co.aikar.commands.CommandIssuer arg0,
+ String arg1,
+ String[] arg2,
boolean arg3)
@@ -466,7 +466,7 @@ implements org.spongepowered.api.command.CommandCallable
-
getDescription
-public String getDescription()
+public String getDescription()
@@ -475,7 +475,7 @@ implements org.spongepowered.api.command.CommandCallable
diff --git a/docs/acf-sponge/co/aikar/commands/class-use/MinecraftMessageKeys.html b/docs/acf-sponge/co/aikar/commands/class-use/MinecraftMessageKeys.html
index 29962806..1bb6529c 100644
--- a/docs/acf-sponge/co/aikar/commands/class-use/MinecraftMessageKeys.html
+++ b/docs/acf-sponge/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-sponge/co/aikar/commands/class-use/SpongeCommandExecutionContext.html b/docs/acf-sponge/co/aikar/commands/class-use/SpongeCommandExecutionContext.html
index ab12d0c5..38676193 100644
--- a/docs/acf-sponge/co/aikar/commands/class-use/SpongeCommandExecutionContext.html
+++ b/docs/acf-sponge/co/aikar/commands/class-use/SpongeCommandExecutionContext.html
@@ -106,9 +106,9 @@
SpongeCommandManager.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-sponge/co/aikar/commands/class-use/SpongeCommandIssuer.html b/docs/acf-sponge/co/aikar/commands/class-use/SpongeCommandIssuer.html
index 95960ba6..7ffb43e9 100644
--- a/docs/acf-sponge/co/aikar/commands/class-use/SpongeCommandIssuer.html
+++ b/docs/acf-sponge/co/aikar/commands/class-use/SpongeCommandIssuer.html
@@ -103,7 +103,7 @@
SpongeCommandIssuer
-SpongeCommandManager.getCommandIssuer(Object issuer)
+SpongeCommandManager.getCommandIssuer(Object issuer)
diff --git a/docs/acf-sponge/co/aikar/commands/class-use/SpongeConditionContext.html b/docs/acf-sponge/co/aikar/commands/class-use/SpongeConditionContext.html
index 50b2bca8..41067306 100644
--- a/docs/acf-sponge/co/aikar/commands/class-use/SpongeConditionContext.html
+++ b/docs/acf-sponge/co/aikar/commands/class-use/SpongeConditionContext.html
@@ -104,7 +104,7 @@
SpongeConditionContext
SpongeCommandManager.createConditionContext(co.aikar.commands.CommandIssuer issuer,
- String config)
+ String config)
diff --git a/docs/acf-sponge/co/aikar/commands/class-use/SpongeRootCommand.html b/docs/acf-sponge/co/aikar/commands/class-use/SpongeRootCommand.html
index 9931f67c..78a5a4a2 100644
--- a/docs/acf-sponge/co/aikar/commands/class-use/SpongeRootCommand.html
+++ b/docs/acf-sponge/co/aikar/commands/class-use/SpongeRootCommand.html
@@ -102,7 +102,7 @@
protected Map<String,SpongeRootCommand>protected Map<String,SpongeRootCommand>registeredCommands public class CommandResultSupplier -extends Object -implements Consumer<org.spongepowered.api.command.CommandResult>+extends Object +implements Consumer<org.spongepowered.api.command.CommandResult>
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
andThenandThen
accept in interface Consumer<org.spongepowered.api.command.CommandResult>accept in interface Consumer<org.spongepowered.api.command.CommandResult>public class OnlinePlayer -extends Object+extends Object
booleanequals(Object o) equals(Object o) org.spongepowered.api.entity.living.player.PlayerhashCode()
StringStringtoString() clone, finalize, getClass, notify, notifyAll, wait, wait, wait
+clone, finalize, getClass, notify, notifyAll, wait, wait, wait
@@ -251,10 +251,10 @@ extends
public boolean equals(Object o)+
public boolean equals(Object o)
hashCode in class ObjecthashCode in class Objectpublic String toString()+
public String toString()