yarn/mappings/net/minecraft/client/gui
Shadowfacts 7d742e402f
TextFieldWidget tweaks (#2079)
The field focused clashes with superclass field, and is not accurate. It
actually controls whether the background is drawn. The getter and setter
methods are also not correct, as the field does not just control the
border.

The setSelected method does not set whether the field is selected, but
focused. It only exists to expose the protected AbstractButtonWidget.setFocused
method. It's named setTextFieldFocused not setFocused because that would
clash with the superclass name.
2021-02-17 18:16:13 +00:00
..
hud client gui (#1975) 2021-01-22 17:39:44 +00:00
screen Move VideoOptionsScreen to options package (#2061) 2021-02-13 21:19:48 +00:00
tooltip Some client nested classes (#2056) 2021-02-13 17:03:45 +00:00
widget TextFieldWidget tweaks (#2079) 2021-02-17 18:16:13 +00:00
AbstractParentElement.mapping Quick fixes (#1534) 2020-07-05 13:45:54 +01:00
ClientChatListener.mapping Map UUID in GameMessageS2CPacket (#1466) 2020-06-15 17:39:46 +01:00
CubeMapRenderer.mapping Fix some methods not using intermediaries (#788) 2019-07-08 18:09:22 +02:00
Drawable.mapping Map new GameRule methods and EditGameRulesScreen (#1299) 2020-04-24 23:11:41 +01:00
DrawableHelper.mapping Replace the remaining TEX suffixes for fields (#1761) 2020-09-18 13:01:32 +01:00
Element.mapping fix: Element charTyped int parameter name (#2007) 2021-02-02 17:52:37 +00:00
GameInfoChatListener.mapping some gui changes (#1152) 2020-03-05 21:38:51 +00:00
ParentElement.mapping Some Screen and ParentElement javadoc (#1801) 2020-11-01 22:54:04 +00:00
RotatingCubeMapRenderer.mapping Fix some methods not using intermediaries (#788) 2019-07-08 18:09:22 +02:00
WorldGenerationProgressTracker.mapping Random client things (#1663) 2020-08-07 19:32:22 +01:00