yarn/mappings/net/minecraft/client
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
..
block Map some blocks, fluids and block entities (#1309) 2020-04-30 12:20:20 +01:00
color Rename every view argument to world and random additions. (#1114) 2020-02-17 13:48:43 +00:00
font Client package stuff (#1976) 2021-01-23 09:48:35 +00:00
gl Client package stuff (#1976) 2021-01-23 09:48:35 +00:00
gui TextFieldWidget tweaks (#2079) 2021-02-17 18:16:13 +00:00
input Sneak 100 (#1553) 2020-07-08 10:40:52 +01:00
item New inner classes in model overrides (#2013) 2021-02-04 18:34:03 +00:00
main A few client mappings (#833) 2019-09-01 16:22:10 +01:00
model Fix javadoc warnings (#1884) 2020-11-20 17:31:04 +00:00
network Client package stuff (#1976) 2021-01-23 09:48:35 +00:00
option Bundle tutorial (#2011) 2021-02-07 13:31:42 +00:00
particle 2 new particle nested classes (#2014) 2021-02-04 18:34:10 +00:00
realms 2 realms classes and some associated new stuff (#2031) 2021-02-08 19:47:20 +00:00
recipebook Client package stuff (#1976) 2021-01-23 09:48:35 +00:00
render Some client nested classes (#2056) 2021-02-13 17:03:45 +00:00
resource Some client nested classes (#2056) 2021-02-13 17:03:45 +00:00
search Improve SuffixArray (#1811) 2020-11-04 20:27:14 +00:00
sound Client package stuff (#1976) 2021-01-23 09:48:35 +00:00
texture Map Sprite sub classes (#2058) 2021-02-13 21:43:16 +00:00
toast Map the remaining static Text fields (#1747) 2020-11-14 12:23:59 +00:00
tutorial Bundle tutorial (#2011) 2021-02-07 13:31:42 +00:00
util Move affine transformation and vector 4f to regular util math (#2074) 2021-02-15 22:40:39 +00:00
world Entity stuff, see #1905 (#1967) 2021-02-10 19:35:29 +00:00
ClientGameSession.mapping Some client mappings (#1888) 2020-11-29 22:05:47 +00:00
Keyboard.mapping Client package stuff (#1976) 2021-01-23 09:48:35 +00:00
MinecraftClient.mapping Bundle tutorial (#2011) 2021-02-07 13:31:42 +00:00
MinecraftClientGame.mapping Update enigma for Javadoc support. 2019-12-02 13:55:18 +00:00
Mouse.mapping Client package stuff (#1976) 2021-01-23 09:48:35 +00:00
RunArgs.mapping Random client mappings (#1616) 2020-07-29 01:40:12 +01:00
WindowEventHandler.mapping Add mappings for Window and related classes (#1803) 2020-10-31 19:00:10 +00:00
WindowSettings.mapping Mapped lots of random things (#794) 2019-07-31 15:20:12 +01:00