yarn/mappings/net/minecraft/client/gui/widget
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
..
AbstractButtonWidget.mapping client gui (#1975) 2021-01-22 17:39:44 +00:00
AbstractPressableButtonWidget.mapping Restore GUI names from 20w09a (#1149) 2020-03-04 23:18:13 +00:00
AlwaysSelectedEntryListWidget.mapping Restore GUI names from 20w09a (#1149) 2020-03-04 23:18:13 +00:00
ButtonListWidget.mapping client gui (#1975) 2021-01-22 17:39:44 +00:00
ButtonWidget.mapping ButtonWidget constructor arguments (#1526) 2020-06-28 12:41:28 +01:00
CheckboxWidget.mapping Complete CheckboxWidget (#2081) 2021-02-17 18:16:07 +00:00
CyclingButtonWidget.mapping client gui (#1975) 2021-01-22 17:39:44 +00:00
DoubleOptionSliderWidget.mapping Various stuff (#1987) 2021-01-31 12:37:36 +00:00
ElementListWidget.mapping 20w10a 2020-03-04 20:22:46 +00:00
EntryListWidget.mapping client gui (#1975) 2021-01-22 17:39:44 +00:00
LockButtonWidget.mapping 20w10a 2020-03-04 20:22:46 +00:00
OptionSliderWidget.mapping some gui changes (#1152) 2020-03-05 21:38:51 +00:00
PageTurnWidget.mapping 20w10a 2020-03-04 20:22:46 +00:00
SliderWidget.mapping client gui (#1975) 2021-01-22 17:39:44 +00:00
SoundSliderWidget.mapping some client names and moved PageTurnWidget (#1019) 2019-12-26 12:29:59 +00:00
TextFieldWidget.mapping TextFieldWidget tweaks (#2079) 2021-02-17 18:16:13 +00:00
TexturedButtonWidget.mapping client gui (#1975) 2021-01-22 17:39:44 +00:00
ToggleButtonWidget.mapping 20w10a 2020-03-04 20:22:46 +00:00