yarn/mappings/net/minecraft/client/gui/widget/TextFieldWidget.mapping

108 lines
3.4 KiB
Plaintext
Raw Normal View History

2019-06-28 17:55:20 -04:00
CLASS net/minecraft/class_342 net/minecraft/client/gui/widget/TextFieldWidget
FIELD field_17037 selecting Z
2019-06-28 17:55:20 -04:00
FIELD field_2088 changedListener Ljava/util/function/Consumer;
FIELD field_2092 text Ljava/lang/String;
FIELD field_2094 editable Z
FIELD field_2095 drawsBackground Z
FIELD field_2096 focusUnlocked Z
2019-06-28 17:55:20 -04:00
FIELD field_2098 uneditableColor I
FIELD field_2099 renderTextProvider Ljava/util/function/BiFunction;
FIELD field_2100 editableColor I
FIELD field_2101 selectionEnd I
FIELD field_2102 selectionStart I
FIELD field_2103 firstCharacterIndex I
2019-06-28 17:55:20 -04:00
FIELD field_2104 textPredicate Ljava/util/function/Predicate;
FIELD field_2105 textRenderer Lnet/minecraft/class_327;
FIELD field_2106 suggestion Ljava/lang/String;
FIELD field_2107 focusedTicks I
FIELD field_2108 maxLength I
2020-04-22 11:59:47 -04:00
METHOD <init> (Lnet/minecraft/class_327;IIIILnet/minecraft/class_2561;)V
ARG 1 textRenderer
ARG 2 x
ARG 3 y
ARG 4 width
ARG 5 height
2021-01-22 12:39:44 -05:00
ARG 6 text
2020-04-22 11:59:47 -04:00
METHOD <init> (Lnet/minecraft/class_327;IIIILnet/minecraft/class_342;Lnet/minecraft/class_2561;)V
ARG 1 textRenderer
ARG 2 x
ARG 3 y
ARG 4 width
ARG 5 height
ARG 6 copyFrom
2021-01-22 12:39:44 -05:00
ARG 7 text
2019-06-28 17:55:20 -04:00
METHOD method_16872 setX (I)V
ARG 1 x
METHOD method_16873 erase (I)V
ARG 1 offset
METHOD method_1851 drawsBackground ()Z
2019-06-28 17:55:20 -04:00
METHOD method_1852 setText (Ljava/lang/String;)V
ARG 1 text
METHOD method_1853 getWordSkipPosition (I)I
ARG 1 wordOffset
2019-06-28 17:55:20 -04:00
METHOD method_1854 setRenderTextProvider (Ljava/util/function/BiFunction;)V
ARG 1 renderTextProvider
METHOD method_1855 moveCursor (I)V
ARG 1 offset
METHOD method_1856 setFocusUnlocked (Z)V
ARG 1 focusUnlocked
METHOD method_1858 setDrawsBackground (Z)V
ARG 1 drawsBackground
METHOD method_1859 getInnerWidth ()I
2019-06-28 17:55:20 -04:00
METHOD method_1860 setUneditableColor (I)V
ARG 1 color
METHOD method_1861 getMaxLength ()I
METHOD method_1862 setVisible (Z)V
ARG 1 visible
METHOD method_1863 setChangedListener (Ljava/util/function/Consumer;)V
ARG 1 changedListener
METHOD method_1864 getWordSkipPosition (IIZ)I
ARG 1 wordOffset
ARG 2 cursorPosition
ARG 3 skipOverSpaces
2019-06-28 17:55:20 -04:00
METHOD method_1865 tick ()V
METHOD method_1866 getSelectedText ()Ljava/lang/String;
METHOD method_1867 write (Ljava/lang/String;)V
2019-06-28 17:55:20 -04:00
METHOD method_1868 setEditableColor (I)V
ARG 1 color
METHOD method_1869 getWordSkipPosition (II)I
ARG 1 wordOffset
ARG 2 cursorPosition
METHOD method_1870 setCursorToStart ()V
METHOD method_1872 setCursorToEnd ()V
2019-06-28 17:55:20 -04:00
METHOD method_1874 onChanged (Ljava/lang/String;)V
ARG 1 newText
METHOD method_1875 setSelectionStart (I)V
2019-06-28 17:55:20 -04:00
ARG 1 cursor
METHOD method_1876 setTextFieldFocused (Z)V
ARG 1 focused
METHOD method_1877 eraseWords (I)V
ARG 1 wordOffset
METHOD method_1878 eraseCharacters (I)V
ARG 1 characterOffset
2019-06-28 17:55:20 -04:00
METHOD method_1880 setMaxLength (I)V
Misc. Issue Resolution (#1401) * PlayerAbilitiesS2CPacket.fovModifier -> walkSpeed (#1392) * GameJoinS2CPacket seed -> sha256Seed (#1360) * checkBlockRerender -> scheduleBlockRerenderIfNecessary (#1332) * StatusEffectType -> StatusEffectCategory (#1036) StatusEffect -> StatusEffectType StatusEfectInstance -> StatusEffect (and related names) * SettingsScreen -> OptionsScreen (#787) AccessibilityScreen -> AccessibilityOptionsScreen Moved OptionsScreen to options package with all the other options screens * Finishes making maximum/minimum -> max/min (#672) (the ones in TreeDecoratorConfig as they have no postfix) DefaultBiomeFeatures moved to world/gen/feature from world/biome (#667) * fix missing file * Revert "StatusEffectType -> StatusEffectCategory (#1036)" This reverts commit 07f887a3d2332539ce07b0d29bcb84c6f5e6bf5b. * fix capitalization Co-authored-by: liach <7806504+liach@users.noreply.github.com> * Update mappings/net/minecraft/client/render/WorldRenderer.mapping Co-authored-by: Joseph Burton <burtonjae@hotmail.co.uk> * Update mappings/net/minecraft/client/render/WorldRenderer.mapping Co-authored-by: liach <7806504+liach@users.noreply.github.com> * Update mappings/net/minecraft/client/render/WorldRenderer.mapping Co-authored-by: liach <7806504+liach@users.noreply.github.com> * Update mappings/net/minecraft/world/World.mapping Co-authored-by: liach <7806504+liach@users.noreply.github.com> Co-authored-by: liach <7806504+liach@users.noreply.github.com> Co-authored-by: Joseph Burton <burtonjae@hotmail.co.uk>
2020-05-30 14:31:17 -04:00
ARG 1 maxLength
2019-06-28 17:55:20 -04:00
METHOD method_1881 getCursor ()I
METHOD method_1882 getText ()Ljava/lang/String;
METHOD method_1883 setCursor (I)V
ARG 1 cursor
METHOD method_1884 setSelectionEnd (I)V
2019-06-28 17:55:20 -04:00
METHOD method_1885 isVisible ()Z
METHOD method_1886 drawSelectionHighlight (IIII)V
ARG 1 x1
ARG 2 y1
ARG 3 x2
ARG 4 y2
2019-06-28 17:55:20 -04:00
METHOD method_1887 setSuggestion (Ljava/lang/String;)V
ARG 1 suggestion
METHOD method_1888 setEditable (Z)V
2019-06-28 17:55:20 -04:00
ARG 1 editable
METHOD method_1889 getCharacterX (I)I
ARG 1 index
METHOD method_1890 setTextPredicate (Ljava/util/function/Predicate;)V
ARG 1 textPredicate
METHOD method_20315 isActive ()Z
2019-06-28 17:55:20 -04:00
METHOD method_20316 isEditable ()Z
METHOD method_27537 getCursorPosWithOffset (I)I
ARG 1 offset