History - net.minecraft.client.gui.components.CommandSuggestions
1.21.3
Names
fip
foi
Fields
Pattern: a, WHITESPACE_PATTERN, field_21596, WHITESPACE_PATTERN, f_93847_
Pattern: a, WHITESPACE_PATTERN, field_21596, WHITESPACE_PATTERN
Minecraft: e, minecraft, field_21597, client, f_93851_
Minecraft: e, minecraft, field_21597, client
Screen: f, screen, field_21598, owner, f_93852_
Screen: f, screen, field_21598, owner
EditBox: g, input, field_21599, textField, f_93853_
EditBox: g, input, field_21599, textField
Font: h, font, field_21600, textRenderer, f_93854_
Font: h, font, field_21600, textRenderer
boolean: i, commandsOnly, field_21601, slashOptional, f_93855_
boolean: i, commandsOnly, field_21601, slashOptional
boolean: j, onlyShowIfCursorPastError, field_21602, suggestingWhenEmpty, f_93856_
boolean: j, onlyShowIfCursorPastError, field_21602, suggestingWhenEmpty
int: k, lineStartOffset, field_21603, inWindowIndexOffset, f_93857_
int: k, lineStartOffset, field_21603, inWindowIndexOffset
int: l, suggestionLineLimit, field_21604, maxSuggestionSize, f_93858_
int: l, suggestionLineLimit, field_21604, maxSuggestionSize
boolean: m, anchorToBottom, field_21605, chatScreenSized, f_93859_
boolean: m, anchorToBottom, field_21605, chatScreenSized
int: n, fillColor, field_21606, color, f_93860_
int: n, fillColor, field_21606, color
List<FormattedCharSequence>: o, commandUsage, field_21607, messages, f_93861_
List<FormattedCharSequence>: o, commandUsage, field_21607, messages
int: p, commandUsagePosition, field_21608, x, f_93862_
int: p, commandUsagePosition, field_21608, x
int: q, commandUsageWidth, field_21609, width, f_93863_
int: q, commandUsageWidth, field_21609, width
com.mojang.brigadier.ParseResults<SharedSuggestionProvider>: r, currentParse, field_21610, parse, f_93864_
com.mojang.brigadier.ParseResults<SharedSuggestionProvider>: r, currentParse, field_21610, parse
CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>: s, pendingSuggestions, field_21611, pendingSuggestions, f_93865_
CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>: s, pendingSuggestions, field_21611, pendingSuggestions
CommandSuggestions$SuggestionsList: t, suggestions, field_21612, window, f_93866_
CommandSuggestions$SuggestionsList: t, suggestions, field_21612, window
boolean: u, allowSuggestions, field_21613, windowActive, f_93867_
boolean: u, allowSuggestions, field_21613, windowActive
boolean: v, keepSuggestions, field_21614, completingSuggestions, f_93868_
boolean: v, keepSuggestions, field_21614, completingSuggestions
Style: b, UNPARSED_STYLE, field_25885, ERROR_STYLE, f_93848_
Style: b, UNPARSED_STYLE, field_25885, ERROR_STYLE
Style: c, LITERAL_STYLE, field_25886, INFO_STYLE, f_93849_
Style: c, LITERAL_STYLE, field_25886, INFO_STYLE
List<Style>: d, ARGUMENT_STYLES, field_25887, HIGHLIGHT_STYLES, f_93850_
List<Style>: d, ARGUMENT_STYLES, field_25887, HIGHLIGHT_STYLES
boolean: w, allowHiding, field_46191, canLeave, f_301421_
boolean: w, allowHiding, field_46191, canLeave
Constructors
Methods
void (boolean): a, setAllowSuggestions, method_23933, setWindowActive, m_93922_
void (boolean): a, setAllowSuggestions, method_23933, setWindowActive
boolean (int, int, int): a, keyPressed, method_23924, keyPressed, m_93888_
boolean (int, int, int): a, keyPressed, method_23924, keyPressed
boolean (double): a, mouseScrolled, method_23921, mouseScrolled, m_93882_
boolean (double): a, mouseScrolled, method_23921, mouseScrolled
boolean (double, double, int): a, mouseClicked, method_23922, mouseClicked, m_93884_
boolean (double, double, int): a, mouseClicked, method_23922, mouseClicked
void (boolean): c, showSuggestions, method_23920, show, m_93930_
void (boolean): c, showSuggestions, method_23920, show
void (): d, updateCommandInfo, method_23934, refresh, m_93881_
void (): d, updateCommandInfo, method_23934, refresh
int (String): a, getLastWordIndex, method_23930, getStartOfCurrentWord, m_93912_
int (String): a, getLastWordIndex, method_23930, getStartOfCurrentWord
void (): f, updateUsageInfo, method_23937, showCommandSuggestions, m_93932_
void (): f, updateUsageInfo, method_23937, showCommandSuggestions
String (String, String): a, calculateSuggestionSuffix, method_23936, getSuggestionSuffix, m_93927_
String (String, String): a, calculateSuggestionSuffix, method_23936, getSuggestionSuffix
List<com.mojang.brigadier.suggestion.Suggestion> (com.mojang.brigadier.suggestion.Suggestions): a, sortSuggestions, method_30104, sortSuggestions, m_93898_
List<com.mojang.brigadier.suggestion.Suggestion> (com.mojang.brigadier.suggestion.Suggestions): a, sortSuggestions, method_30104, sortSuggestions
FormattedCharSequence (com.mojang.brigadier.exceptions.CommandSyntaxException): a, getExceptionMessage, method_30505, formatException, m_93896_
FormattedCharSequence (com.mojang.brigadier.exceptions.CommandSyntaxException): a, getExceptionMessage, method_30505, formatException
FormattedCharSequence (String, int): a, formatChat, method_23931, provideRenderText, m_93914_
FormattedCharSequence (String, int): a, formatChat, method_23931, provideRenderText
FormattedCharSequence (com.mojang.brigadier.ParseResults<SharedSuggestionProvider>, String, int): a, formatText, method_23925, highlight, m_93892_
FormattedCharSequence (com.mojang.brigadier.ParseResults<SharedSuggestionProvider>, String, int): a, formatText, method_23925, highlight
void (): c, hide, method_44931, clearWindow, m_241889_
void (): c, hide, method_44931, clearWindow
Component (): e, getNarrationMessage, method_23958, getNarration, m_272218_
Component (): e, getNarrationMessage, method_23958, getNarration
boolean (ChatFormatting): a, fillNodeUsage, method_23929, showUsages, m_93920_
boolean (ChatFormatting): a, fillNodeUsage, method_23929, showUsages
void (GuiGraphics, int, int): a, render, method_23923, render, m_280540_
void (GuiGraphics, int, int): a, render, method_23923, render
boolean (GuiGraphics, int, int): b, renderSuggestions, method_44933, tryRenderWindow, m_280467_
boolean (GuiGraphics, int, int): b, renderSuggestions, method_44933, tryRenderWindow
void (GuiGraphics): a, renderUsage, method_44932, renderMessages, m_280123_
void (GuiGraphics): a, renderUsage, method_44932, renderMessages
void (boolean): b, setAllowHiding, method_53869, setCanLeave, m_301505_
void (boolean): b, setAllowHiding, method_53869, setCanLeave
boolean (): a, isVisible, method_53867, isOpen, m_301499_
boolean (): a, isVisible, method_53867, isOpen
Component (): b, getUsageNarration, method_53868, getSuggestionUsageNarrationText, m_301506_
Component (): b, getUsageNarration, method_53868, getSuggestionUsageNarrationText
1.21.1
Names
Fields
Constructors
Methods
1.21
Names
fhj
fip
Fields
Constructors
Methods
1.20.6
Names
exj
fhj
Fields
Constructors
Methods
1.20.4
Names
est
exj
Fields
Constructors
Methods
1.20.2
Names
epl
est
Fields
boolean: w, allowHiding, field_46191, canLeave, f_301421_
Constructors
Methods
void (boolean): b, showSuggestions, method_23920, show, m_93930_
void (boolean): c, showSuggestions, method_23920, show, m_93930_
void (): b, updateCommandInfo, method_23934, refresh, m_93881_
void (): d, updateCommandInfo, method_23934, refresh, m_93881_
void (): d, updateUsageInfo, method_23937, showCommandSuggestions, m_93932_
void (): f, updateUsageInfo, method_23937, showCommandSuggestions, m_93932_
void (): a, hide, method_44931, clearWindow, m_241889_
void (): c, hide, method_44931, clearWindow, m_241889_
Component (): c, getNarrationMessage, method_23958, getNarration, m_272218_
Component (): e, getNarrationMessage, method_23958, getNarration, m_272218_
void (boolean): b, setAllowHiding, method_53869, setCanLeave, m_301505_
boolean (): a, isVisible, method_53867, isOpen, m_301499_
Component (): b, getUsageNarration, method_53868, getSuggestionUsageNarrationText, m_301506_
1.20.1
Names
eof
epl
Fields
Constructors
Methods
void (ChatFormatting): a, fillNodeUsage, method_23929, showUsages, m_93920_
void (PoseStack, int, int): a, render, method_23923, render, m_93900_
boolean (PoseStack, int, int): b, renderSuggestions, method_44933, tryRenderWindow, m_241972_
void (PoseStack): a, renderUsage, method_44932, renderMessages, m_242028_
boolean (ChatFormatting): a, fillNodeUsage, method_23929, showUsages, m_93920_
void (GuiGraphics, int, int): a, render, method_23923, render, m_280540_
boolean (GuiGraphics, int, int): b, renderSuggestions, method_44933, tryRenderWindow, m_280467_
void (GuiGraphics): a, renderUsage, method_44932, renderMessages, m_280123_
1.19.4
Names
elc
eof
Fields
Constructors
Methods
String (): c, getNarrationMessage, method_23958, getNarration, m_93924_
Component (): c, getNarrationMessage, method_23958, getNarration, m_272218_
1.19.3
Names
ehs
elc
Fields
Constructors
Methods
void (): e, updateUsageInfo, method_23937, showCommandSuggestions, m_93932_
void (): d, updateUsageInfo, method_23937, showCommandSuggestions, m_93932_
com.mojang.brigadier.tree.CommandNode<SharedSuggestionProvider> (int): a, getNodeAt, method_44277, getNodeAt, m_232478_
<S> com.mojang.brigadier.tree.CommandNode<S> (int, com.mojang.brigadier.context.CommandContextBuilder<S>): a, getNodeAt, method_44278, getNodeAt, m_232480_
com.mojang.brigadier.ParseResults<SharedSuggestionProvider> (): d, getCurrentContext, method_45028, getParse, m_242637_
1.19.2
Names
Fields
Constructors
Methods
1.19.1
Names
egv
ehs
net.minecraft.client.gui.screen.CommandSuggestor
net.minecraft.client.gui.screen.ChatInputSuggestor
Fields
Constructors
Methods
void (boolean): b, showSuggestions, method_23920, showSuggestions, m_93930_
void (boolean): b, showSuggestions, method_23920, show, m_93930_
void (): a, updateCommandInfo, method_23934, refresh, m_93881_
void (): b, updateCommandInfo, method_23934, refresh, m_93881_
void (): c, updateUsageInfo, method_23937, show, m_93932_
void (): e, updateUsageInfo, method_23937, showCommandSuggestions, m_93932_
String (): b, getNarrationMessage, method_23958, getNarration, m_93924_
String (): c, getNarrationMessage, method_23958, getNarration, m_93924_
void (): a, hide, method_44931, clearWindow, m_241889_
boolean (PoseStack, int, int): b, renderSuggestions, method_44933, tryRenderWindow, m_241972_
void (PoseStack): a, renderUsage, method_44932, renderMessages, m_242028_
com.mojang.brigadier.ParseResults<SharedSuggestionProvider> (): d, getCurrentContext, method_45028, getParse, m_242637_
1.19
Names
eah
egv
Fields
Constructors
Methods
com.mojang.brigadier.tree.CommandNode<SharedSuggestionProvider> (int): a, getNodeAt, method_44277, getNodeAt, m_232478_
<S> com.mojang.brigadier.tree.CommandNode<S> (int, com.mojang.brigadier.context.CommandContextBuilder<S>): a, getNodeAt, method_44278, getNodeAt, m_232480_
1.18.2
Names
dzd
eah
Fields
Pattern: a, WHITESPACE_PATTERN, field_21596, BACKSLASH_S_PATTERN, f_93847_
Pattern: a, WHITESPACE_PATTERN, field_21596, WHITESPACE_PATTERN, f_93847_
Constructors
Methods
int (String): a, getLastWordIndex, method_23930, getLastPlayerNameStart, m_93912_
int (String): a, getLastWordIndex, method_23930, getStartOfCurrentWord, m_93912_
1.18.1
Names
Fields
Constructors
Methods
1.18
Names
dxd
dzd
Fields
Constructors
Methods
1.17.1
Names
dxc
dxd
Fields
Style: b, UNPARSED_STYLE, field_25885, ERROR_FORMATTING, f_93848_
Style: b, UNPARSED_STYLE, field_25885, ERROR_STYLE, f_93848_
Style: c, LITERAL_STYLE, field_25886, INFO_FORMATTING, f_93849_
Style: c, LITERAL_STYLE, field_25886, INFO_STYLE, f_93849_
List<Style>: d, ARGUMENT_STYLES, field_25887, HIGHLIGHT_FORMATTINGS, f_93850_
List<Style>: d, ARGUMENT_STYLES, field_25887, HIGHLIGHT_STYLES, f_93850_
Constructors
Methods
1.17
Names
dlm
dxc
net.minecraft.client.gui.CommandSuggestionHelper
net.minecraft.src.C_3456_
Fields
Pattern: a, WHITESPACE_PATTERN, field_21596, BACKSLASH_S_PATTERN, field_228092_a_
Pattern: a, WHITESPACE_PATTERN, field_21596, BACKSLASH_S_PATTERN, f_93847_
Minecraft: e, minecraft, field_21597, client, field_228093_b_
Minecraft: e, minecraft, field_21597, client, f_93851_
Screen: f, screen, field_21598, owner, field_228094_c_
Screen: f, screen, field_21598, owner, f_93852_
EditBox: g, input, field_21599, textField, field_228095_d_
EditBox: g, input, field_21599, textField, f_93853_
Font: h, font, field_21600, textRenderer, field_228096_e_
Font: h, font, field_21600, textRenderer, f_93854_
boolean: i, commandsOnly, field_21601, slashOptional, field_228097_f_
boolean: i, commandsOnly, field_21601, slashOptional, f_93855_
boolean: j, onlyShowIfCursorPastError, field_21602, suggestingWhenEmpty, field_228098_g_
boolean: j, onlyShowIfCursorPastError, field_21602, suggestingWhenEmpty, f_93856_
int: k, lineStartOffset, field_21603, inWindowIndexOffset, field_228099_h_
int: k, lineStartOffset, field_21603, inWindowIndexOffset, f_93857_
int: l, suggestionLineLimit, field_21604, maxSuggestionSize, field_228100_i_
int: l, suggestionLineLimit, field_21604, maxSuggestionSize, f_93858_
boolean: m, anchorToBottom, field_21605, chatScreenSized, field_228101_j_
boolean: m, anchorToBottom, field_21605, chatScreenSized, f_93859_
int: n, fillColor, field_21606, color, field_228102_k_
int: n, fillColor, field_21606, color, f_93860_
List<FormattedCharSequence>: o, commandUsage, field_21607, messages, field_228103_l_
List<FormattedCharSequence>: o, commandUsage, field_21607, messages, f_93861_
int: p, commandUsagePosition, field_21608, x, field_228104_m_
int: p, commandUsagePosition, field_21608, x, f_93862_
int: q, commandUsageWidth, field_21609, width, field_228105_n_
int: q, commandUsageWidth, field_21609, width, f_93863_
com.mojang.brigadier.ParseResults<SharedSuggestionProvider>: r, currentParse, field_21610, parse, field_228106_o_
com.mojang.brigadier.ParseResults<SharedSuggestionProvider>: r, currentParse, field_21610, parse, f_93864_
CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>: s, pendingSuggestions, field_21611, pendingSuggestions, field_228107_p_
CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>: s, pendingSuggestions, field_21611, pendingSuggestions, f_93865_
CommandSuggestions$SuggestionsList: t, suggestions, field_21612, window, field_228108_q_
CommandSuggestions$SuggestionsList: t, suggestions, field_21612, window, f_93866_
boolean: u, allowSuggestions, field_21613, windowActive, field_228109_r_
boolean: u, allowSuggestions, field_21613, windowActive, f_93867_
boolean: v, keepSuggestions, field_21614, completingSuggestions, field_228110_s_
boolean: v, keepSuggestions, field_21614, completingSuggestions, f_93868_
Style: b, UNPARSED_STYLE, field_25885, ERROR_FORMATTING, field_243252_b
Style: b, UNPARSED_STYLE, field_25885, ERROR_FORMATTING, f_93848_
Style: c, LITERAL_STYLE, field_25886, INFO_FORMATTING, field_243253_c
Style: c, LITERAL_STYLE, field_25886, INFO_FORMATTING, f_93849_
List<Style>: d, ARGUMENT_STYLES, field_25887, HIGHLIGHT_FORMATTINGS, field_243254_d
List<Style>: d, ARGUMENT_STYLES, field_25887, HIGHLIGHT_FORMATTINGS, f_93850_
Constructors
Methods
void (boolean): a, setAllowSuggestions, method_23933, setWindowActive, func_228124_a_
void (boolean): a, setAllowSuggestions, method_23933, setWindowActive, m_93922_
boolean (int, int, int): a, keyPressed, method_23924, keyPressed, func_228115_a_
boolean (int, int, int): a, keyPressed, method_23924, keyPressed, m_93888_
boolean (double): a, mouseScrolled, method_23921, mouseScrolled, func_228112_a_
boolean (double): a, mouseScrolled, method_23921, mouseScrolled, m_93882_
boolean (double, double, int): a, mouseClicked, method_23922, mouseClicked, func_228113_a_
boolean (double, double, int): a, mouseClicked, method_23922, mouseClicked, m_93884_
void (boolean): b, showSuggestions, method_23920, showSuggestions, func_228128_b_
void (boolean): b, showSuggestions, method_23920, showSuggestions, m_93930_
void (): a, updateCommandInfo, method_23934, refresh, func_228111_a_
void (): a, updateCommandInfo, method_23934, refresh, m_93881_
int (String): a, getLastWordIndex, method_23930, getLastPlayerNameStart, func_228121_a_
int (String): a, getLastWordIndex, method_23930, getLastPlayerNameStart, m_93912_
void (): c, updateUsageInfo, method_23937, show, func_228125_b_
void (): c, updateUsageInfo, method_23937, show, m_93932_
void (ChatFormatting): a, fillNodeUsage, method_23929, showUsages, func_228120_a_
void (ChatFormatting): a, fillNodeUsage, method_23929, showUsages, m_93920_
String (String, String): b, calculateSuggestionSuffix, method_23936, getSuggestionSuffix, func_228127_b_
String (String, String): a, calculateSuggestionSuffix, method_23936, getSuggestionSuffix, m_93927_
String (): b, getNarrationMessage, method_23958, getNarration, func_228129_c_
String (): b, getNarrationMessage, method_23958, getNarration, m_93924_
List<com.mojang.brigadier.suggestion.Suggestion> (com.mojang.brigadier.suggestion.Suggestions): a, sortSuggestions, method_30104, method_30104, func_241575_a_
List<com.mojang.brigadier.suggestion.Suggestion> (com.mojang.brigadier.suggestion.Suggestions): a, sortSuggestions, method_30104, sortSuggestions, m_93898_
void (PoseStack, int, int): a, render, method_23923, render, func_238500_a_
void (PoseStack, int, int): a, render, method_23923, render, m_93900_
FormattedCharSequence (com.mojang.brigadier.exceptions.CommandSyntaxException): a, getExceptionMessage, method_30505, formatException, func_243255_a
FormattedCharSequence (com.mojang.brigadier.exceptions.CommandSyntaxException): a, getExceptionMessage, method_30505, formatException, m_93896_
FormattedCharSequence (String, int): a, formatChat, method_23931, provideRenderText, func_228122_a_
FormattedCharSequence (String, int): a, formatChat, method_23931, provideRenderText, m_93914_
FormattedCharSequence (com.mojang.brigadier.ParseResults<SharedSuggestionProvider>, String, int): a, formatText, method_23925, highlight, func_228116_a_
FormattedCharSequence (com.mojang.brigadier.ParseResults<SharedSuggestionProvider>, String, int): a, formatText, method_23925, highlight, m_93892_
1.16.5
Names
Fields
Style: b, UNPARSED_STYLE, field_25885, field_25885, field_243252_b
Style: b, UNPARSED_STYLE, field_25885, ERROR_FORMATTING, field_243252_b
Style: c, LITERAL_STYLE, field_25886, field_25886, field_243253_c
Style: c, LITERAL_STYLE, field_25886, INFO_FORMATTING, field_243253_c
List<Style>: d, ARGUMENT_STYLES, field_25887, field_25887, field_243254_d
List<Style>: d, ARGUMENT_STYLES, field_25887, HIGHLIGHT_FORMATTINGS, field_243254_d
Constructors
Methods
String (): b, getNarrationMessage, method_23958, method_23958, func_228129_c_
String (): b, getNarrationMessage, method_23958, getNarration, func_228129_c_
FormattedCharSequence (com.mojang.brigadier.exceptions.CommandSyntaxException): a, getExceptionMessage, method_30505, method_30505, func_243255_a
FormattedCharSequence (com.mojang.brigadier.exceptions.CommandSyntaxException): a, getExceptionMessage, method_30505, formatException, func_243255_a
1.16.4
Names
dlj
dlm
Fields
Constructors
Methods
1.16.3
Names
Fields
boolean: i, commandsOnly, field_21601, slashRequired, field_228097_f_
boolean: i, commandsOnly, field_21601, slashOptional, field_228097_f_
Constructors
Methods
1.16.2
Names
dnl
dlj
Fields
Minecraft: b, minecraft, field_21597, client, field_228093_b_
Minecraft: e, minecraft, field_21597, client, field_228093_b_
Screen: c, screen, field_21598, owner, field_228094_c_
Screen: f, screen, field_21598, owner, field_228094_c_
EditBox: d, input, field_21599, textField, field_228095_d_
EditBox: g, input, field_21599, textField, field_228095_d_
Font: e, font, field_21600, textRenderer, field_228096_e_
Font: h, font, field_21600, textRenderer, field_228096_e_
boolean: f, commandsOnly, field_21601, slashRequired, field_228097_f_
boolean: i, commandsOnly, field_21601, slashRequired, field_228097_f_
boolean: g, onlyShowIfCursorPastError, field_21602, suggestingWhenEmpty, field_228098_g_
boolean: j, onlyShowIfCursorPastError, field_21602, suggestingWhenEmpty, field_228098_g_
int: h, lineStartOffset, field_21603, inWindowIndexOffset, field_228099_h_
int: k, lineStartOffset, field_21603, inWindowIndexOffset, field_228099_h_
int: i, suggestionLineLimit, field_21604, maxSuggestionSize, field_228100_i_
int: l, suggestionLineLimit, field_21604, maxSuggestionSize, field_228100_i_
boolean: j, anchorToBottom, field_21605, chatScreenSized, field_228101_j_
boolean: m, anchorToBottom, field_21605, chatScreenSized, field_228101_j_
int: k, fillColor, field_21606, color, field_228102_k_
int: n, fillColor, field_21606, color, field_228102_k_
List<String>: l, commandUsage, field_21607, messages, field_228103_l_
List<FormattedCharSequence>: o, commandUsage, field_21607, messages, field_228103_l_
int: m, commandUsagePosition, field_21608, x, field_228104_m_
int: p, commandUsagePosition, field_21608, x, field_228104_m_
int: n, commandUsageWidth, field_21609, width, field_228105_n_
int: q, commandUsageWidth, field_21609, width, field_228105_n_
com.mojang.brigadier.ParseResults<SharedSuggestionProvider>: o, currentParse, field_21610, parse, field_228106_o_
com.mojang.brigadier.ParseResults<SharedSuggestionProvider>: r, currentParse, field_21610, parse, field_228106_o_
CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>: p, pendingSuggestions, field_21611, pendingSuggestions, field_228107_p_
CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>: s, pendingSuggestions, field_21611, pendingSuggestions, field_228107_p_
CommandSuggestions$SuggestionsList: q, suggestions, field_21612, window, field_228108_q_
CommandSuggestions$SuggestionsList: t, suggestions, field_21612, window, field_228108_q_
boolean: r, allowSuggestions, field_21613, windowActive, field_228109_r_
boolean: u, allowSuggestions, field_21613, windowActive, field_228109_r_
boolean: s, keepSuggestions, field_21614, completingSuggestions, field_228110_s_
boolean: v, keepSuggestions, field_21614, completingSuggestions, field_228110_s_
Style: b, UNPARSED_STYLE, field_25885, field_25885, field_243252_b
Style: c, LITERAL_STYLE, field_25886, field_25886, field_243253_c
List<Style>: d, ARGUMENT_STYLES, field_25887, field_25887, field_243254_d
Constructors
Methods
void (): b, updateUsageInfo, method_23937, show, func_228125_b_
void (): c, updateUsageInfo, method_23937, show, func_228125_b_
String (String, int): a, formatChat, method_23931, provideRenderText, func_228122_a_
String (com.mojang.brigadier.ParseResults<SharedSuggestionProvider>, String, int): a, formatText, method_23925, highlight, func_228116_a_
String (): c, getNarrationMessage, method_23958, method_23958, func_228129_c_
String (): b, getNarrationMessage, method_23958, method_23958, func_228129_c_
FormattedCharSequence (com.mojang.brigadier.exceptions.CommandSyntaxException): a, getExceptionMessage, method_30505, method_30505, func_243255_a
FormattedCharSequence (String, int): a, formatChat, method_23931, provideRenderText, func_228122_a_
FormattedCharSequence (com.mojang.brigadier.ParseResults<SharedSuggestionProvider>, String, int): a, formatText, method_23925, highlight, func_228116_a_
1.16.1
Names
dcy
dnl
Fields
Constructors
Methods
void (int, int): a, render, method_23923, render, func_228114_a_
String (): c, getNarrationMessage, method_23958, func_228129_c_
String (): c, getNarrationMessage, method_23958, method_23958, func_228129_c_
List<com.mojang.brigadier.suggestion.Suggestion> (com.mojang.brigadier.suggestion.Suggestions): a, sortSuggestions, method_30104, method_30104, func_241575_a_
void (PoseStack, int, int): a, render, method_23923, render, func_238500_a_
1.15.2
Names
dcw
dcy
Fields
Constructors
Methods
1.15.1
Names
Fields
Constructors
Methods
1.15
Names
dcw
net.minecraft.client.gui.components.CommandSuggestions
net.minecraft.class_4717
net.minecraft.client.gui.screen.CommandSuggestor
net.minecraft.client.gui.CommandSuggestionHelper
Fields
Pattern: a, WHITESPACE_PATTERN, field_21596, BACKSLASH_S_PATTERN, field_228092_a_
Minecraft: b, minecraft, field_21597, client, field_228093_b_
Screen: c, screen, field_21598, owner, field_228094_c_
EditBox: d, input, field_21599, textField, field_228095_d_
Font: e, font, field_21600, textRenderer, field_228096_e_
boolean: f, commandsOnly, field_21601, slashRequired, field_228097_f_
boolean: g, onlyShowIfCursorPastError, field_21602, suggestingWhenEmpty, field_228098_g_
int: h, lineStartOffset, field_21603, inWindowIndexOffset, field_228099_h_
int: i, suggestionLineLimit, field_21604, maxSuggestionSize, field_228100_i_
boolean: j, anchorToBottom, field_21605, chatScreenSized, field_228101_j_
int: k, fillColor, field_21606, color, field_228102_k_
List<String>: l, commandUsage, field_21607, messages, field_228103_l_
int: m, commandUsagePosition, field_21608, x, field_228104_m_
int: n, commandUsageWidth, field_21609, width, field_228105_n_
com.mojang.brigadier.ParseResults<SharedSuggestionProvider>: o, currentParse, field_21610, parse, field_228106_o_
CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>: p, pendingSuggestions, field_21611, pendingSuggestions, field_228107_p_
CommandSuggestions$SuggestionsList: q, suggestions, field_21612, window, field_228108_q_
boolean: r, allowSuggestions, field_21613, windowActive, field_228109_r_
boolean: s, keepSuggestions, field_21614, completingSuggestions, field_228110_s_
Constructors
(Minecraft, Screen, EditBox, Font, boolean, boolean, int, int, boolean, int)
Methods
void (boolean): a, setAllowSuggestions, method_23933, setWindowActive, func_228124_a_
boolean (int, int, int): a, keyPressed, method_23924, keyPressed, func_228115_a_
boolean (double): a, mouseScrolled, method_23921, mouseScrolled, func_228112_a_
boolean (double, double, int): a, mouseClicked, method_23922, mouseClicked, func_228113_a_
void (boolean): b, showSuggestions, method_23920, showSuggestions, func_228128_b_
void (): a, updateCommandInfo, method_23934, refresh, func_228111_a_
int (String): a, getLastWordIndex, method_23930, getLastPlayerNameStart, func_228121_a_
void (): b, updateUsageInfo, method_23937, show, func_228125_b_
void (ChatFormatting): a, fillNodeUsage, method_23929, showUsages, func_228120_a_
String (String, int): a, formatChat, method_23931, provideRenderText, func_228122_a_
String (String, String): b, calculateSuggestionSuffix, method_23936, getSuggestionSuffix, func_228127_b_
String (com.mojang.brigadier.ParseResults<SharedSuggestionProvider>, String, int): a, formatText, method_23925, highlight, func_228116_a_
void (int, int): a, render, method_23923, render, func_228114_a_
String (): c, getNarrationMessage, method_23958, func_228129_c_