yarn/mappings/net/minecraft
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
..
advancement advancement stuff 2 (#2004) 2021-02-02 17:55:41 +00:00
block 21w06a stuff (#2041) 2021-02-10 20:10:34 +00:00
client TextFieldWidget tweaks (#2079) 2021-02-17 18:16:13 +00:00
command Entity stuff, see #1905 (#1967) 2021-02-10 19:35:29 +00:00
data Looks like the final unmapped class? (#2065) 2021-02-13 21:41:50 +00:00
datafixer Schemas (#1978) 2021-01-23 17:03:32 +00:00
enchantment 20w49a 2020-12-02 18:29:46 +00:00
entity Skeleton conversion (#2064) 2021-02-13 21:41:21 +00:00
fluid 21w05a stuff (#2017) 2021-02-04 18:34:24 +00:00
inventory item slot (#2032) 2021-02-08 19:47:07 +00:00
item 21w05a stuff (#2017) 2021-02-04 18:34:24 +00:00
loot Loot package stuff (#1988) 2021-01-29 11:32:23 +00:00
nbt 20w49a stuff (#1903) 2020-12-09 12:21:32 +00:00
network 21w05a 2021-02-03 19:34:30 +00:00
particle 21w03a 2021-01-20 19:22:41 +00:00
potion client.util.math.Vector3f -> util.math.Vec3f (#1879) 2020-11-28 13:44:50 +00:00
predicate predicate stuff (#1997) 2021-01-31 17:06:22 +00:00
recipe 21w05a 2021-02-03 19:34:30 +00:00
resource resource stuff (#1999) 2021-01-31 17:06:52 +00:00
scoreboard scoreboard stuff (#2000) 2021-01-31 17:07:33 +00:00
screen Bundle tutorial (#2011) 2021-02-07 13:31:42 +00:00
server entity tracking listener (#2033) 2021-02-13 21:48:18 +00:00
sound 21w05a stuff (#2017) 2021-02-04 18:34:24 +00:00
stat Map StatType.name (#1881) 2020-11-15 18:37:16 +00:00
state 21w05a stuff (#2017) 2021-02-04 18:34:24 +00:00
structure Map the remaining fields and methods related to mineshaft generation (#2044) 2021-02-11 11:05:44 +00:00
tag Various stuff (#1987) 2021-01-31 12:37:36 +00:00
test test stuff (#1991) 2021-01-30 13:44:00 +00:00
text Fix javadoc warnings (#1884) 2020-11-20 17:31:04 +00:00
util Move affine transformation and vector 4f to regular util math (#2074) 2021-02-15 22:40:39 +00:00
village village stuff (#1995) 2021-01-31 17:06:03 +00:00
world Level summary unmapped nested enum (#2063) 2021-02-13 21:42:28 +00:00
Bootstrap.mapping TypeConsumer is actually a visitor (#1566) 2020-07-10 12:59:25 +01:00
MinecraftVersion.mapping 20w46a 2020-11-11 19:27:23 +00:00
SharedConstants.mapping Add mappings for MinecraftVersion and SharedConstants (#1840) 2020-11-05 09:39:19 +00:00