diff --git a/docs/acf-core/co/aikar/commands/CommandHelpFormatter.html b/docs/acf-core/co/aikar/commands/CommandHelpFormatter.html index 5dacf2af..d50db0a4 100644 --- a/docs/acf-core/co/aikar/commands/CommandHelpFormatter.html +++ b/docs/acf-core/co/aikar/commands/CommandHelpFormatter.html @@ -18,7 +18,7 @@ catch(err) { } //--> -var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10}; +var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; @@ -168,52 +168,57 @@ extends
voidprintDetailedHelpCommand(CommandHelp help,
+ CommandIssuer issuer,
+ HelpEntry entry) voidprintDetailedHelpFooter(CommandHelp help,
CommandIssuer issuer,
HelpEntry entry) voidprintDetailedHelpHeader(CommandHelp help,
+printDetailedHelpHeader(CommandHelp help,
CommandIssuer issuer,
- String command,
HelpEntry entry)
voidprintDetailedParameter(CommandHelp help,
CommandIssuer issuer,
HelpEntry entry,
CommandParameter param) voidprintHelpEntry(CommandHelp help,
- CommandIssuer issuer,
- HelpEntry entry) voidprintHelpCommand(CommandHelp help,
+ CommandIssuer issuer,
+ HelpEntry entry) voidprintHelpFooter(CommandHelp help,
CommandIssuer issuer) voidprintHelpHeader(CommandHelp help,
CommandIssuer issuer) voidprintSearchEntry(CommandHelp help,
CommandIssuer issuer,
HelpEntry page) voidprintSearchFooter(CommandHelp help,
CommandIssuer issuer) voidprintSearchHeader(CommandHelp help,
CommandIssuer issuer) public void printHelpEntry(CommandHelp help, - CommandIssuer issuer, - HelpEntry entry)+
public void printHelpCommand(CommandHelp help, + CommandIssuer issuer, + HelpEntry entry)
public void printDetailedHelpHeader(CommandHelp help, +public void printDetailedHelpHeader(CommandHelp help, CommandIssuer issuer, - String command, HelpEntry entry)
public void printDetailedHelpCommand(CommandHelp help, + CommandIssuer issuer, + HelpEntry entry)+
public void printDetailedParameter(CommandHelp help, +public void printDetailedParameter(CommandHelp help, CommandIssuer issuer, HelpEntry entry, CommandParameter param)@@ -349,7 +364,7 @@ extends- @@ -360,7 +375,7 @@ extends
printDetailedHelpFooter
-public void printDetailedHelpFooter(CommandHelp help, +public void printDetailedHelpFooter(CommandHelp help, CommandIssuer issuer, HelpEntry entry)getHeaderFooterFormatReplacements
-public String[] getHeaderFooterFormatReplacements(CommandHelp help)+public String[] getHeaderFooterFormatReplacements(CommandHelp help)Override this to control replacements
- Parameters:
@@ -375,7 +390,7 @@ extendsgetEntryFormatReplacements
-public String[] getEntryFormatReplacements(CommandHelp help, +public String[] getEntryFormatReplacements(CommandHelp help, HelpEntry e)Override this to control replacements@@ -393,7 +408,7 @@ extends
getParameterFormatReplacements
@NotNull -public @NotNull String[] getParameterFormatReplacements(CommandHelp help, +public @NotNull String[] getParameterFormatReplacements(CommandHelp help, CommandParameter param, HelpEntry page)Override this to control replacementsdiff --git a/docs/acf-core/co/aikar/commands/MessageKeys.html b/docs/acf-core/co/aikar/commands/MessageKeys.html index bfca4110..3613f678 100644 --- a/docs/acf-core/co/aikar/commands/MessageKeys.html +++ b/docs/acf-core/co/aikar/commands/MessageKeys.html @@ -151,60 +151,63 @@ implements co.aikar.locales.MessageKeyProvider
ERROR_PREFIX HELP_DETAILED_COMMAND_FORMAT HELP_DETAILED_HEADER HELP_DETAILED_PARAMETER_FORMAT HELP_FORMAT HELP_HEADER HELP_NO_RESULTS HELP_PAGE_INFORMATION HELP_SEARCH_HEADER INFO_MESSAGE INVALID_SYNTAX MUST_BE_A_NUMBER MUST_BE_MAX_LENGTH MUST_BE_MIN_LENGTH NO_COMMAND_MATCHED_SEARCH NOT_ALLOWED_ON_CONSOLE PERMISSION_DENIED PLEASE_SPECIFY_AT_LEAST PLEASE_SPECIFY_AT_MOST PLEASE_SPECIFY_ONE_OF UNKNOWN_COMMAND public static final MessageKeys HELP_DETAILED_HEADER+ + + +
public static final MessageKeys HELP_DETAILED_COMMAND_FORMAT+
public static final MessageKeys HELP_DETAILED_PARAMETER_FORMAT+
public static final MessageKeys HELP_DETAILED_PARAMETER_FORMAT
public static final MessageKeys HELP_SEARCH_HEADER+
public static final MessageKeys HELP_SEARCH_HEADER
public co.aikar.locales.MessageKey getMessageKey()+
public co.aikar.locales.MessageKey getMessageKey()
getMessageKey in interface co.aikar.locales.MessageKeyProvidervoidprintDetailedHelpCommand(CommandHelp help,
+ CommandIssuer issuer,
+ HelpEntry entry) voidprintDetailedHelpFooter(CommandHelp help,
CommandIssuer issuer,
HelpEntry entry) voidprintDetailedHelpHeader(CommandHelp help,
+CommandHelpFormatter.printDetailedHelpHeader(CommandHelp help,
CommandIssuer issuer,
- String command,
HelpEntry entry)
voidprintDetailedParameter(CommandHelp help,
CommandIssuer issuer,
HelpEntry entry,
CommandParameter param) voidprintHelpEntry(CommandHelp help,
- CommandIssuer issuer,
- HelpEntry entry) voidprintHelpCommand(CommandHelp help,
+ CommandIssuer issuer,
+ HelpEntry entry) voidprintHelpFooter(CommandHelp help,
CommandIssuer issuer) voidprintHelpHeader(CommandHelp help,
CommandIssuer issuer) voidprintSearchEntry(CommandHelp help,
CommandIssuer issuer,
HelpEntry page) voidprintSearchFooter(CommandHelp help,
CommandIssuer issuer) voidprintSearchHeader(CommandHelp help,
CommandIssuer issuer) voidprintDetailedHelpCommand(CommandHelp help,
+ CommandIssuer issuer,
+ HelpEntry entry) voidprintDetailedHelpFooter(CommandHelp help,
CommandIssuer issuer,
HelpEntry entry) voidprintDetailedHelpHeader(CommandHelp help,
+CommandHelpFormatter.printDetailedHelpHeader(CommandHelp help,
CommandIssuer issuer,
- String command,
HelpEntry entry)
voidprintDetailedParameter(CommandHelp help,
CommandIssuer issuer,
HelpEntry entry,
CommandParameter param) voidprintHelpEntry(CommandHelp help,
- CommandIssuer issuer,
- HelpEntry entry) voidprintHelpCommand(CommandHelp help,
+ CommandIssuer issuer,
+ HelpEntry entry) voidprintHelpFooter(CommandHelp help,
CommandIssuer issuer) voidprintHelpHeader(CommandHelp help,
CommandIssuer issuer) voidprintSearchEntry(CommandHelp help,
CommandIssuer issuer,
HelpEntry page) voidprintSearchFooter(CommandHelp help,
CommandIssuer issuer) voidprintSearchHeader(CommandHelp help,
CommandIssuer issuer) voidsendMessage(CommandIssuer issuer,
MessageType type,
co.aikar.locales.MessageKeyProvider key,
String... replacements) voidshowDetailedHelp(HelpEntry entry,
CommandIssuer issuer) voidshowHelp(CommandIssuer issuer) voidshowSyntax(CommandIssuer issuer,
RegisteredCommand<?> cmd) List<String>tabComplete(CommandIssuer issuer,
String commandLabel,
String[] args) List<String>tabComplete(CommandIssuer issuer,
String alias,
String[] args) List<String>tabComplete(CommandIssuer issuer,
String commandLabel,
diff --git a/docs/acf-core/co/aikar/commands/class-use/HelpEntry.html b/docs/acf-core/co/aikar/commands/class-use/HelpEntry.html
index 20591933..e7236bd7 100644
--- a/docs/acf-core/co/aikar/commands/class-use/HelpEntry.html
+++ b/docs/acf-core/co/aikar/commands/class-use/HelpEntry.html
@@ -144,42 +144,47 @@
voidprintDetailedHelpCommand(CommandHelp help,
+ CommandIssuer issuer,
+ HelpEntry entry) voidprintDetailedHelpFooter(CommandHelp help,
CommandIssuer issuer,
HelpEntry entry) voidprintDetailedHelpHeader(CommandHelp help,
+CommandHelpFormatter.printDetailedHelpHeader(CommandHelp help,
CommandIssuer issuer,
- String command,
HelpEntry entry)
voidprintDetailedParameter(CommandHelp help,
CommandIssuer issuer,
HelpEntry entry,
CommandParameter param) voidprintHelpEntry(CommandHelp help,
- CommandIssuer issuer,
- HelpEntry entry) voidprintHelpCommand(CommandHelp help,
+ CommandIssuer issuer,
+ HelpEntry entry) voidprintSearchEntry(CommandHelp help,
CommandIssuer issuer,
HelpEntry page) voidshowDetailedHelp(HelpEntry entry,
CommandIssuer issuer) protected voidupdateSearchScore(HelpEntry help)