History - net.minecraft.client.gui.widget.TextFieldWidget

1.7.10

Names

bcd

net.minecraft.class_367

net.minecraft.client.gui.widget.TextFieldWidget

net.minecraft.client.gui.GuiTextField

Fields

TextRenderer: a, field_1116, textRenderer, fontRendererInstance

int: f, field_1117, x, xPosition

int: g, field_1118, y, yPosition

int: h, field_1119, width, width

int: i, field_1120, height, height

String: j, field_1121, text, text

int: k, field_1122, maxLength, maxStringLength

int: l, field_1123, focusedTicks, cursorCounter

boolean: m, field_1124, hasBorder, enableBackgroundDrawing

boolean: n, field_1125, focusUnlocked, canLoseFocus

boolean: o, field_1126, focused, isFocused

boolean: p, field_1127, editable, isEnabled

int: q, field_1128, firstCharacterIndex, lineScrollOffset

int: r, field_1129, selectionStart, cursorPosition

int: s, field_1130, selectionEnd, selectionEnd

int: t, field_1131, editableColor, enabledColor

int: u, field_1132, uneditableColor, disabledColor

boolean: v, field_1133, visible, visible

Constructors

(TextRenderer, int, int, int, int)

Methods

void (): a, method_916, tick, updateCursorCounter

void (String): a, method_922, setText, setText

String (): b, method_924, getText, getText

String (): c, method_928, getSelectedText, getSelectedText

void (String): b, method_926, write, writeText

void (int): a, method_918, eraseWords, deleteWords

void (int): b, method_925, eraseCharacters, deleteFromCursor

int (int): c, method_929, getWordSkipPosition, getNthWordFromCursor

int (int, int): a, method_919, getWordSkipPosition, getNthWordFromPos

int (int, int, boolean): a, method_921, getWordSkipPosition, func_146197_a

void (int): d, method_932, moveCursor, moveCursorBy

void (int): e, method_935, setCursor, setCursorPosition

void (): d, method_931, setCursorToStart, setCursorPositionZero

void (): e, method_934, setCursorToEnd, setCursorPositionEnd

boolean (char, int): a, method_917, keyPressed, textboxKeyTyped

void (int, int, int): a, method_920, mouseClicked, mouseClicked

void (): f, method_937, render, drawTextBox

void (int, int, int, int): c, method_930, renderSelection, drawCursorVertical

void (int): f, method_938, setMaxLength, setMaxStringLength

int (): g, method_939, getMaxLength, getMaxStringLength

int (): h, method_941, getCursor, getCursorPosition

boolean (): i, method_942, hasBorder, getEnableBackgroundDrawing

void (boolean): a, method_923, setHasBorder, setEnableBackgroundDrawing

void (int): g, method_940, setEditableColor, setTextColor

void (int): h, method_4244, setUneditableColor, setDisabledTextColour

void (boolean): b, method_927, setFocused, setFocused

boolean (): l, method_944, isFocused, isFocused

void (boolean): c, method_4243, setEditable, setEnabled

int (): n, method_945, getSelectionEnd, getSelectionEnd

int (): o, method_946, getInnerWidth, getWidth

void (int): i, method_943, setSelectionEnd, setSelectionPos

void (boolean): d, method_933, setFocusUnlocked, setCanLoseFocus

boolean (): q, method_947, isVisible, getVisible

void (boolean): e, method_936, setVisible, setVisible