yarn/mappings/net/minecraft/client
Awakened-Redstone fd1158aa3f
Fix wrong mappings at InGameHud (#3075)
* Fix wrong mappings

`Lnet/minecraft/client/gui/hud/InGameHud;titleTotalTicks:I` and `Lnet/minecraft/client/gui/hud/InGameHud;titleRemainTicks:I` have some wrong mappings
The renaming is simple:
* `titleTotalTicks` -> `titleRemainingTicks` 
* `titleRemainTicks` -> `titleStayTicks`

Total ticks seems like the total time it is on the screen, but it is a reducing value, as it can be seen on `Lnet/minecraft/client/gui/hud/InGameHud;tick()V` where it has `--this.titleTotalTicks;`
Remain ticks seem to be the ticks remaining for the title on the screen, but it is the amount of ticks between fade out and fade in, on `TitleCommand` at `/title times fadeIn stay fadeOut` it's parameter is labled as `stay`

* Update InGameHud.mapping
2022-04-06 16:05:41 +00:00
..
block Map some blocks, fluids and block entities (#1309) 2020-04-30 12:20:20 +01:00
color 21w37a 2021-09-16 21:06:33 +02:00
font 22w12a 2022-03-24 19:10:04 +00:00
gl 22w11a client (#3049) 2022-03-23 10:37:29 +00:00
gui Fix wrong mappings at InGameHud (#3075) 2022-04-06 16:05:41 +00:00
input 22w12a 2022-03-24 19:10:04 +00:00
item Model predicate provider registry minor (#2420) 2021-05-24 14:49:59 +01:00
main 22w03a 2022-01-19 17:26:32 +00:00
model 22w11a 2022-03-16 21:42:31 +01:00
network 22w11a client (#3049) 2022-03-23 10:37:29 +00:00
option 22w13a client (#3071) 2022-04-06 12:18:01 +00:00
particle Port from 1.19-exp1 2022-03-24 23:48:18 +01:00
realms 22w12a 2022-03-24 19:10:04 +00:00
recipebook 22w03a 2022-01-19 17:26:32 +00:00
render 22w13a stuff (#3070) 2022-04-06 13:34:24 +00:00
resource 22w11a resource (#3048) 2022-03-19 15:58:06 +00:00
search 22w03a 2022-01-19 17:26:32 +00:00
sound 22w11a client (#3049) 2022-03-23 10:37:29 +00:00
texture 22w03a 2022-01-19 17:26:32 +00:00
toast 21w44a client stuff (#2816) 2021-11-09 16:55:55 +00:00
tutorial 22w06a 2022-02-09 18:58:35 +00:00
util 22w12a client stuff (#3062) 2022-03-30 10:46:22 +00:00
world 22w11a client (#3049) 2022-03-23 10:37:29 +00:00
ClientBrandRetriever.mapping Random stuff (#2463) 2021-06-04 13:02:31 +01:00
ClientGameSession.mapping Some client mappings (#1888) 2020-11-29 22:05:47 +00:00
Keyboard.mapping 1.17-pre4 client stuff (#2466) 2021-06-07 14:42:29 +01:00
MinecraftClient.mapping 22w11a client (#3049) 2022-03-23 10:37:29 +00:00
MinecraftClientGame.mapping Update enigma for Javadoc support. 2019-12-02 13:55:18 +00:00
Mouse.mapping random misc things (#2376) 2021-05-04 08:47:40 +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