History - net.minecraft.client.gui.font.TextFieldHelper
1.21.3
Names
flg
frb
Fields
Supplier<String>: a, getMessageFn, field_24257, stringGetter, f_95129_
Supplier<String>: a, getMessageFn, field_24257, stringGetter
Consumer<String>: b, setMessageFn, field_24258, stringSetter, f_95130_
Consumer<String>: b, setMessageFn, field_24258, stringSetter
int: f, cursorPos, field_16453, selectionStart, f_95134_
int: f, cursorPos, field_16453, selectionStart
int: g, selectionPos, field_16452, selectionEnd, f_95135_
int: g, selectionPos, field_16452, selectionEnd
Supplier<String>: c, getClipboardFn, field_16456, clipboardGetter, f_95131_
Supplier<String>: c, getClipboardFn, field_16456, clipboardGetter
Consumer<String>: d, setClipboardFn, field_16458, clipboardSetter, f_95132_
Consumer<String>: d, setClipboardFn, field_16458, clipboardSetter
Predicate<String>: e, stringValidator, field_24259, stringFilter, f_95133_
Predicate<String>: e, stringValidator, field_24259, stringFilter
Constructors
Methods
boolean (char): a, charTyped, method_16199, insert, m_95143_
boolean (char): a, charTyped, method_16199, insert
void (String): a, insertText, method_16197, insert, m_95158_
void (String): a, insertText, method_16197, insert
boolean (int): a, keyPressed, method_16202, handleSpecialKey, m_95145_
boolean (int): a, keyPressed, method_16202, handleSpecialKey
void (): f, setCursorToEnd, method_16204, putCursorAtEnd, m_95193_
void (): f, setCursorToEnd, method_16204, putCursorAtEnd
int (): g, getCursorPos, method_16201, getSelectionStart, m_95194_
int (): g, getCursorPos, method_16201, getSelectionStart
int (): h, getSelectionPos, method_16203, getSelectionEnd, m_95197_
int (): h, getSelectionPos, method_16203, getSelectionEnd
Supplier<String> (Minecraft): a, createClipboardGetter, method_27550, makeClipboardGetter, m_95153_
Supplier<String> (Minecraft): a, createClipboardGetter, method_27550, makeClipboardGetter
String (Minecraft): b, getClipboardContents, method_27556, getClipboard, m_95169_
String (Minecraft): b, getClipboardContents, method_27556, getClipboard
Consumer<String> (Minecraft): c, createClipboardSetter, method_27561, makeClipboardSetter, m_95182_
Consumer<String> (Minecraft): c, createClipboardSetter, method_27561, makeClipboardSetter
void (Minecraft, String): a, setClipboardContents, method_27551, setClipboard, m_95155_
void (Minecraft, String): a, setClipboardContents, method_27551, setClipboard
int (int): h, clampToMsgLength, method_27567, clampCursorPosition, m_95195_
int (int): h, clampToMsgLength, method_27567, clampCursorPosition
void (String, String): a, insertText, method_27552, insert, m_95160_
void (String, String): a, insertText, method_27552, insert
void (boolean): c, resetSelectionIfNeeded, method_27562, updateSelectionRange, m_95163_
void (boolean): c, resetSelectionIfNeeded, method_27562, updateSelectionRange
void (int, boolean): a, moveByChars, method_27549, moveCursor, m_95150_
void (int, boolean): a, moveByChars, method_27549, moveCursor
void (int, boolean): b, moveByWords, method_27555, moveCursorPastWord, m_95166_
void (int, boolean): b, moveByWords, method_27555, moveCursorPastWord
void (int): e, removeCharsFromCursor, method_27564, delete, m_95189_
void (int): e, removeCharsFromCursor, method_27564, delete
void (): a, cut, method_27547, cut, m_95142_
void (): a, cut, method_27547, cut
void (): b, paste, method_27554, paste, m_95165_
void (): b, paste, method_27554, paste
void (): c, copy, method_27559, copy, m_95178_
void (): c, copy, method_27559, copy
void (): d, selectAll, method_27563, selectAll, m_95188_
void (): d, selectAll, method_27563, selectAll
String (String): b, getSelected, method_16200, getSelectedText, m_95174_
String (String): b, getSelected, method_16200, getSelectedText
String (String): c, deleteSelection, method_16198, deleteSelectedText, m_95184_
String (String): c, deleteSelection, method_16198, deleteSelectedText
void (boolean): a, setCursorToStart, method_27553, moveCursorToStart, m_95176_
void (boolean): a, setCursorToStart, method_27553, moveCursorToStart
void (boolean): b, setCursorToEnd, method_27558, moveCursorToEnd, m_95186_
void (boolean): b, setCursorToEnd, method_27558, moveCursorToEnd
void (int, boolean): c, setCursorPos, method_27560, moveCursorTo, m_95179_
void (int, boolean): c, setCursorPos, method_27560, moveCursorTo
void (int, int): a, setSelectionRange, method_27548, setSelection, m_95147_
void (int, int): a, setSelectionRange, method_27548, setSelection
boolean (): i, isSelecting, method_27568, isSelecting, m_95198_
boolean (): i, isSelecting, method_27568, isSelecting
void (int): b, moveByChars, method_35727, moveCursor, m_169093_
void (int): b, moveByChars, method_35727, moveCursor
void (int): c, moveByWords, method_35728, moveCursorPastWord, m_169095_
void (int): c, moveByWords, method_35728, moveCursorPastWord
void (): e, setCursorToStart, method_35729, moveCursorToStart, m_169097_
void (): e, setCursorToStart, method_35729, moveCursorToStart
void (int): f, setCursorPos, method_35730, moveCursorTo, m_169098_
void (int): f, setCursorPos, method_35730, moveCursorTo
void (int): g, setSelectionPos, method_35731, setSelectionEnd, m_169100_
void (int): g, setSelectionPos, method_35731, setSelectionEnd
void (int, boolean, TextFieldHelper$CursorStep): a, moveBy, method_42575, moveCursor, m_232575_
void (int, boolean, TextFieldHelper$CursorStep): a, moveBy, method_42575, moveCursor
void (int, TextFieldHelper$CursorStep): a, removeFromCursor, method_42574, delete, m_232572_
void (int, TextFieldHelper$CursorStep): a, removeFromCursor, method_42574, delete
void (int): d, removeWordsFromCursor, method_42576, deleteWord, m_232579_
void (int): d, removeWordsFromCursor, method_42576, deleteWord
1.21.1
Names
Fields
Constructors
Methods
1.21
Names
fka
flg
Fields
Constructors
Methods
1.20.6
Names
ezy
fka
Fields
Constructors
Methods
1.20.4
Names
evh
ezy
Fields
Constructors
Methods
1.20.2
Names
erq
evh
Fields
Constructors
Methods
1.20.1
Names
eqg
erq
Fields
Constructors
Methods
1.19.4
Names
emw
eqg
Fields
Constructors
Methods
1.19.3
Names
ejh
emw
Fields
Constructors
Methods
1.19.2
Names
Fields
Constructors
Methods
1.19.1
Names
eig
ejh
Fields
Constructors
Methods
1.19
Names
ebt
eig
Fields
Constructors
Methods
int (int): g, clampToMsgLength, method_27567, clampCursorPosition, m_95195_
int (int): h, clampToMsgLength, method_27567, clampCursorPosition, m_95195_
void (boolean): a, resetSelectionIfNeeded, method_27562, updateSelectionRange, m_95163_
void (boolean): c, resetSelectionIfNeeded, method_27562, updateSelectionRange, m_95163_
void (int): d, removeCharsFromCursor, method_27564, delete, m_95189_
void (int): e, removeCharsFromCursor, method_27564, delete, m_95189_
void (boolean): b, setCursorToStart, method_27553, moveCursorToStart, m_95176_
void (boolean): a, setCursorToStart, method_27553, moveCursorToStart, m_95176_
void (boolean): c, setCursorToEnd, method_27558, moveCursorToEnd, m_95186_
void (boolean): b, setCursorToEnd, method_27558, moveCursorToEnd, m_95186_
void (int): e, setCursorPos, method_35730, moveCursorTo, m_169098_
void (int): f, setCursorPos, method_35730, moveCursorTo, m_169098_
void (int): f, setSelectionPos, method_35731, setSelectionEnd, m_169100_
void (int): g, setSelectionPos, method_35731, setSelectionEnd, m_169100_
void (int, boolean, TextFieldHelper$CursorStep): a, moveBy, method_42575, moveCursor, m_232575_
void (int, TextFieldHelper$CursorStep): a, removeFromCursor, method_42574, delete, m_232572_
void (int): d, removeWordsFromCursor, method_42576, deleteWord, m_232579_
1.18.2
Names
eao
ebt
Fields
Constructors
Methods
1.18.1
Names
Fields
Constructors
Methods
1.18
Names
dyo
eao
Fields
Constructors
Methods
1.17.1
Names
dyn
dyo
Fields
Constructors
Methods
1.17
Names
dmy
dyn
net.minecraft.client.gui.fonts.TextInputUtil
net.minecraft.src.C_3515_
Fields
Supplier<String>: a, getMessageFn, field_24257, stringGetter, field_216902_c
Supplier<String>: a, getMessageFn, field_24257, stringGetter, f_95129_
Consumer<String>: b, setMessageFn, field_24258, stringSetter, field_216903_d
Consumer<String>: b, setMessageFn, field_24258, stringSetter, f_95130_
int: f, cursorPos, field_16453, selectionStart, field_216905_f
int: f, cursorPos, field_16453, selectionStart, f_95134_
int: g, selectionPos, field_16452, selectionEnd, field_216906_g
int: g, selectionPos, field_16452, selectionEnd, f_95135_
Supplier<String>: c, getClipboardFn, field_16456, clipboardGetter, field_238564_c_
Supplier<String>: c, getClipboardFn, field_16456, clipboardGetter, f_95131_
Consumer<String>: d, setClipboardFn, field_16458, clipboardSetter, field_238565_d_
Consumer<String>: d, setClipboardFn, field_16458, clipboardSetter, f_95132_
Predicate<String>: e, stringValidator, field_24259, stringFilter, field_238566_e_
Predicate<String>: e, stringValidator, field_24259, stringFilter, f_95133_
Constructors
Methods
boolean (char): a, charTyped, method_16199, insert, func_216894_a
boolean (char): a, charTyped, method_16199, insert, m_95143_
void (String): a, insertText, method_16197, insert, func_216892_a
void (String): a, insertText, method_16197, insert, m_95158_
boolean (int): a, keyPressed, method_16202, handleSpecialKey, func_216897_a
boolean (int): a, keyPressed, method_16202, handleSpecialKey, m_95145_
void (): f, setCursorToEnd, method_16204, putCursorAtEnd, func_238588_f_
void (): f, setCursorToEnd, method_16204, putCursorAtEnd, m_95193_
int (): g, getCursorPos, method_16201, getSelectionStart, func_216896_c
int (): g, getCursorPos, method_16201, getSelectionStart, m_95194_
int (): h, getSelectionPos, method_16203, getSelectionEnd, func_216898_d
int (): h, getSelectionPos, method_16203, getSelectionEnd, m_95197_
Supplier<String> (Minecraft): a, createClipboardGetter, method_27550, makeClipboardGetter, func_238570_a_
Supplier<String> (Minecraft): a, createClipboardGetter, method_27550, makeClipboardGetter, m_95153_
String (Minecraft): b, getClipboardContents, method_27556, getClipboard, func_238576_b_
String (Minecraft): b, getClipboardContents, method_27556, getClipboard, m_95169_
Consumer<String> (Minecraft): c, createClipboardSetter, method_27561, makeClipboardSetter, func_238582_c_
Consumer<String> (Minecraft): c, createClipboardSetter, method_27561, makeClipboardSetter, m_95182_
void (Minecraft, String): a, setClipboardContents, method_27551, setClipboard, func_238571_a_
void (Minecraft, String): a, setClipboardContents, method_27551, setClipboard, m_95155_
int (int): g, clampToMsgLength, method_27567, clampCursorPosition, func_238589_g_
int (int): g, clampToMsgLength, method_27567, clampCursorPosition, m_95195_
void (String, String): a, insertText, method_27552, insert, func_238572_a_
void (String, String): a, insertText, method_27552, insert, m_95160_
void (boolean): a, resetSelectionIfNeeded, method_27562, updateSelectionRange, func_238573_a_
void (boolean): a, resetSelectionIfNeeded, method_27562, updateSelectionRange, m_95163_
void (int, boolean): a, moveByChars, method_27549, moveCursor, func_238569_a_
void (int, boolean): a, moveByChars, method_27549, moveCursor, m_95150_
void (int, boolean): b, moveByWords, method_27555, moveCursorPastWord, func_238575_b_
void (int, boolean): b, moveByWords, method_27555, moveCursorPastWord, m_95166_
void (int): d, removeCharsFromCursor, method_27564, delete, func_238586_d_
void (int): d, removeCharsFromCursor, method_27564, delete, m_95189_
void (): a, cut, method_27547, cut, func_238567_a_
void (): a, cut, method_27547, cut, m_95142_
void (): b, paste, method_27554, paste, func_238574_b_
void (): b, paste, method_27554, paste, m_95165_
void (): c, copy, method_27559, copy, func_238580_c_
void (): c, copy, method_27559, copy, m_95178_
void (): d, selectAll, method_27563, selectAll, func_238585_d_
void (): d, selectAll, method_27563, selectAll, m_95188_
String (String): b, getSelected, method_16200, getSelectedText, func_238578_b_
String (String): b, getSelected, method_16200, getSelectedText, m_95174_
String (String): c, deleteSelection, method_16198, deleteSelectedText, func_238583_c_
String (String): c, deleteSelection, method_16198, deleteSelectedText, m_95184_
void (boolean): b, setCursorToStart, method_27553, moveCursorToStart, func_238579_b_
void (boolean): b, setCursorToStart, method_27553, moveCursorToStart, m_95176_
void (boolean): c, setCursorToEnd, method_27558, moveCursorToEnd, func_238584_c_
void (boolean): c, setCursorToEnd, method_27558, moveCursorToEnd, m_95186_
void (int, boolean): c, setCursorPos, method_27560, moveCursorTo, func_238581_c_
void (int, boolean): c, setCursorPos, method_27560, moveCursorTo, m_95179_
void (int, int): a, setSelectionRange, method_27548, setSelection, func_238568_a_
void (int, int): a, setSelectionRange, method_27548, setSelection, m_95147_
boolean (): i, isSelecting, method_27568, isSelecting, func_238590_i_
boolean (): i, isSelecting, method_27568, isSelecting, m_95198_
void (int): b, moveByChars, method_35727, moveCursor, m_169093_
void (int): c, moveByWords, method_35728, moveCursorPastWord, m_169095_
void (): e, setCursorToStart, method_35729, moveCursorToStart, m_169097_
void (int): e, setCursorPos, method_35730, moveCursorTo, m_169098_
void (int): f, setSelectionPos, method_35731, setSelectionEnd, m_169100_
1.16.5
Names
Fields
Constructors
Methods
void (): f, setCursorToEnd, method_16204, moveCaretToEnd, func_238588_f_
void (): f, setCursorToEnd, method_16204, putCursorAtEnd, func_238588_f_
int (int): g, clampToMsgLength, method_27567, method_27567, func_238589_g_
int (int): g, clampToMsgLength, method_27567, clampCursorPosition, func_238589_g_
void (boolean): b, setCursorToStart, method_27553, method_27553, func_238579_b_
void (boolean): b, setCursorToStart, method_27553, moveCursorToStart, func_238579_b_
void (boolean): c, setCursorToEnd, method_27558, method_27558, func_238584_c_
void (boolean): c, setCursorToEnd, method_27558, moveCursorToEnd, func_238584_c_
void (int, boolean): c, setCursorPos, method_27560, method_27560, func_238581_c_
void (int, boolean): c, setCursorPos, method_27560, moveCursorTo, func_238581_c_
void (int, int): a, setSelectionRange, method_27548, method_27548, func_238568_a_
void (int, int): a, setSelectionRange, method_27548, setSelection, func_238568_a_
boolean (): i, isSelecting, method_27568, method_27568, func_238590_i_
boolean (): i, isSelecting, method_27568, isSelecting, func_238590_i_
1.16.4
Names
dmv
dmy
Fields
Constructors
Methods
1.16.3
Names
Fields
Constructors
Methods
1.16.2
Names
dov
dmv
Fields
Constructors
Methods
1.16.1
Names
dei
dov
Fields
Minecraft: a, minecraft, field_16454, client, field_216900_a
Font: b, font, field_16457, fontRenderer, field_216901_b
Supplier<String>: c, getMessageFn, field_16456, stringGetter, field_216902_c
Supplier<String>: a, getMessageFn, field_24257, stringGetter, field_216902_c
Consumer<String>: d, setMessageFn, field_16458, stringSetter, field_216903_d
Consumer<String>: b, setMessageFn, field_24258, stringSetter, field_216903_d
int: e, maxWidth, field_16455, maxLength, field_216904_e
Supplier<String>: c, getClipboardFn, field_16456, clipboardGetter, field_238564_c_
Consumer<String>: d, setClipboardFn, field_16458, clipboardSetter, field_238565_d_
Predicate<String>: e, stringValidator, field_24259, stringFilter, field_238566_e_
Constructors
(Minecraft, Supplier<String>, Consumer<String>, int)
(Supplier<String>, Consumer<String>, Supplier<String>, Consumer<String>, Predicate<String>)
Methods
String (): e, getSelected, method_16200, getSelectedText, func_216895_e
void (): f, deleteSelection, method_16198, deleteSelectedText, func_216893_f
void (): b, setEnd, method_16204, moveCaretToEnd, func_216899_b
void (): f, setCursorToEnd, method_16204, moveCaretToEnd, func_238588_f_
int (): c, getCursorPos, method_16201, getSelectionStart, func_216896_c
int (): g, getCursorPos, method_16201, getSelectionStart, func_216896_c
int (): d, getSelectionPos, method_16203, getSelectionEnd, func_216898_d
int (): h, getSelectionPos, method_16203, getSelectionEnd, func_216898_d
Supplier<String> (Minecraft): a, createClipboardGetter, method_27550, makeClipboardGetter, func_238570_a_
String (Minecraft): b, getClipboardContents, method_27556, getClipboard, func_238576_b_
Consumer<String> (Minecraft): c, createClipboardSetter, method_27561, makeClipboardSetter, func_238582_c_
void (Minecraft, String): a, setClipboardContents, method_27551, setClipboard, func_238571_a_
int (int): g, clampToMsgLength, method_27567, method_27567, func_238589_g_
void (String, String): a, insertText, method_27552, insert, func_238572_a_
void (boolean): a, resetSelectionIfNeeded, method_27562, updateSelectionRange, func_238573_a_
void (int, boolean): a, moveByChars, method_27549, moveCursor, func_238569_a_
void (int, boolean): b, moveByWords, method_27555, moveCursorPastWord, func_238575_b_
void (int): d, removeCharsFromCursor, method_27564, delete, func_238586_d_
void (): a, cut, method_27547, cut, func_238567_a_
void (): b, paste, method_27554, paste, func_238574_b_
void (): c, copy, method_27559, copy, func_238580_c_
void (): d, selectAll, method_27563, selectAll, func_238585_d_
String (String): b, getSelected, method_16200, getSelectedText, func_238578_b_
String (String): c, deleteSelection, method_16198, deleteSelectedText, func_238583_c_
void (boolean): b, setCursorToStart, method_27553, method_27553, func_238579_b_
void (boolean): c, setCursorToEnd, method_27558, method_27558, func_238584_c_
void (int, boolean): c, setCursorPos, method_27560, method_27560, func_238581_c_
void (int, int): a, setSelectionRange, method_27548, method_27548, func_238568_a_
boolean (): i, isSelecting, method_27568, method_27568, func_238590_i_
1.15.2
Names
deg
dei
Fields
Constructors
Methods
1.15.1
Names
Fields
Constructors
Methods
1.15
Names
dau
deg
Fields
int: e, maxWidth, field_16455, field_216904_e
int: e, maxWidth, field_16455, maxLength, field_216904_e
Constructors
Methods
1.14.4
Names
cyg
dau
net.minecraft.client.gui.font.TextFieldHelper
Fields
MinecraftClient: a, field_16454, client, field_216900_a
Minecraft: a, minecraft, field_16454, client, field_216900_a
TextRenderer: b, field_16457, fontRenderer, field_216901_b
Font: b, font, field_16457, fontRenderer, field_216901_b
Supplier<String>: c, field_16456, stringSupplier, field_216902_c
Supplier<String>: c, getMessageFn, field_16456, stringGetter, field_216902_c
Consumer<String>: d, field_16458, stringConsumer, field_216903_d
Consumer<String>: d, setMessageFn, field_16458, stringSetter, field_216903_d
int: e, field_16455, field_16455, field_216904_e
int: e, maxWidth, field_16455, field_216904_e
int: f, field_16453, selectionStart, field_216905_f
int: f, cursorPos, field_16453, selectionStart, field_216905_f
int: g, field_16452, selectionEnd, field_216906_g
int: g, selectionPos, field_16452, selectionEnd, field_216906_g
Constructors
Methods
boolean (char): a, method_16199, insert, func_216894_a
boolean (char): a, charTyped, method_16199, insert, func_216894_a
void (String): a, method_16197, insert, func_216892_a
void (String): a, insertText, method_16197, insert, func_216892_a
boolean (int): a, method_16202, handleSpecialKey, func_216897_a
boolean (int): a, keyPressed, method_16202, handleSpecialKey, func_216897_a
String (): e, method_16200, getSelectedText, func_216895_e
String (): e, getSelected, method_16200, getSelectedText, func_216895_e
void (): f, method_16198, deleteSelectedText, func_216893_f
void (): f, deleteSelection, method_16198, deleteSelectedText, func_216893_f
void (): b, method_16204, moveCaretToEnd, func_216899_b
void (): b, setEnd, method_16204, moveCaretToEnd, func_216899_b
int (): c, method_16201, getSelectionStart, func_216896_c
int (): c, getCursorPos, method_16201, getSelectionStart, func_216896_c
int (): d, method_16203, getSelectionEnd, func_216898_d
int (): d, getSelectionPos, method_16203, getSelectionEnd, func_216898_d
1.14.3
Names
cyc
cyg
net.minecraft.client.util.SelectionManager
Fields
Minecraft: a, field_16454, field_216900_a
MinecraftClient: a, field_16454, client, field_216900_a
FontRenderer: b, field_16457, field_216901_b
TextRenderer: b, field_16457, fontRenderer, field_216901_b
Supplier<String>: c, field_16456, field_216902_c
Supplier<String>: c, field_16456, stringSupplier, field_216902_c
Consumer<String>: d, field_16458, field_216903_d
Consumer<String>: d, field_16458, stringConsumer, field_216903_d
int: e, field_16455, field_216904_e
int: e, field_16455, field_16455, field_216904_e
int: f, field_16453, field_216905_f
int: f, field_16453, selectionStart, field_216905_f
int: g, field_16452, field_216906_g
int: g, field_16452, selectionEnd, field_216906_g
Constructors
Methods
boolean (char): a, method_16199, func_216894_a
boolean (char): a, method_16199, insert, func_216894_a
void (String): a, method_16197, func_216892_a
void (String): a, method_16197, insert, func_216892_a
boolean (int): a, method_16202, func_216897_a
boolean (int): a, method_16202, handleSpecialKey, func_216897_a
String (): e, method_16200, func_216895_e
String (): e, method_16200, getSelectedText, func_216895_e
void (): f, method_16198, func_216893_f
void (): f, method_16198, deleteSelectedText, func_216893_f
void (): b, method_16204, func_216899_b
void (): b, method_16204, moveCaretToEnd, func_216899_b
int (): c, method_16201, func_216896_c
int (): c, method_16201, getSelectionStart, func_216896_c
int (): d, method_16203, func_216898_d
int (): d, method_16203, getSelectionEnd, func_216898_d
1.14.2
Names
Fields
Constructors
Methods
1.14.1
Names
cya
cyc
Fields
Constructors
Methods
1.14
Names
cya
net.minecraft.class_3728
net.minecraft.client.gui.fonts.TextInputUtil
Fields
Minecraft: a, field_16454, field_216900_a
FontRenderer: b, field_16457, field_216901_b
Supplier<String>: c, field_16456, field_216902_c
Consumer<String>: d, field_16458, field_216903_d
int: e, field_16455, field_216904_e
int: f, field_16453, field_216905_f
int: g, field_16452, field_216906_g
Constructors
(Minecraft, Supplier<String>, Consumer<String>, int)
Methods
boolean (char): a, method_16199, func_216894_a
void (String): a, method_16197, func_216892_a
boolean (int): a, method_16202, func_216897_a
String (): e, method_16200, func_216895_e
void (): f, method_16198, func_216893_f
void (): b, method_16204, func_216899_b
int (): c, method_16201, func_216896_c
int (): d, method_16203, func_216898_d