yarn/mappings/net/minecraft
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
..
advancement 22w13a misc stuff (#3073) 2022-04-06 16:05:01 +00:00
block 22w13a misc stuff (#3073) 2022-04-06 16:05:01 +00:00
client Fix wrong mappings at InGameHud (#3075) 2022-04-06 16:05:41 +00:00
command 22w11a registry (#3046) 2022-03-23 10:36:40 +00:00
data 22w13a misc stuff (#3073) 2022-04-06 16:05:01 +00:00
datafixer 22w13a stuff (#3070) 2022-04-06 13:34:24 +00:00
enchantment 22w12a stuff (#3059) 2022-03-30 09:10:15 +00:00
entity 22w13a misc stuff (#3073) 2022-04-06 16:05:01 +00:00
fluid 22w06a more tags/registries stuff (#3003) 2022-02-12 17:04:11 +00:00
inventory Hoppers are not an example of SidedInventory because they are in fact not SidedInventory-s (#2950) 2021-12-31 13:35:55 +00:00
item Port from 1.19-exp1 2022-03-31 20:05:58 +02:00
loot 1.18.2 pre1 stuff (#3023) 2022-02-22 17:00:35 +00:00
nbt 22w03a stuff (#2971) 2022-02-09 11:33:27 +00:00
network 22w12a entity (#3060) 2022-03-30 09:18:27 +00:00
obfuscate Two annotations. They write cursed annotations (#2241) 2021-04-02 10:26:16 +01:00
particle 22w13a misc stuff (#3073) 2022-04-06 16:05:01 +00:00
potion Mapping Bonanza Part 13: Misc stuff (#2857) 2021-11-22 15:32:05 +00:00
predicate 1.18.2 pre1 stuff (#3023) 2022-02-22 17:00:35 +00:00
recipe 22w12a misc stuff (#3065) 2022-03-30 09:19:16 +00:00
resource 22w11a javadoc fixes (#3055) 2022-03-23 10:38:27 +00:00
scoreboard 22w03a 2022-01-19 17:26:32 +00:00
screen 22w11a 2022-03-16 21:42:31 +01:00
server 22w12a deep dark (#3064) 2022-03-30 10:47:02 +00:00
sound 22w11a stuff (#3044) 2022-03-19 15:55:02 +00:00
stat Map some fields related to stats and structures (#3006) 2022-02-12 17:04:42 +00:00
state 22w13a stuff (#3070) 2022-04-06 13:34:24 +00:00
structure 22w13a worldgen (#3072) 2022-04-06 16:04:51 +00:00
tag 22w11a javadoc fixes (#3055) 2022-03-23 10:38:27 +00:00
test 22w13a misc stuff (#3073) 2022-04-06 16:05:01 +00:00
text 22w03a 2022-01-19 17:26:32 +00:00
unused/packageinfo 22w13a 2022-03-31 19:20:30 +02:00
util 22w13a misc stuff (#3073) 2022-04-06 16:05:01 +00:00
village 1.18.2 pre1 stuff (#3023) 2022-02-22 17:00:35 +00:00
world 22w13a misc stuff (#3073) 2022-04-06 16:05:01 +00:00
Bootstrap.mapping 22w06a 2022-02-09 18:58:35 +00:00
GameVersion.mapping Fix typos (#2928) 2021-12-15 17:33:40 +00:00
MinecraftVersion.mapping 22w03a 2022-01-19 17:26:32 +00:00
SaveVersion.mapping 21w39a 2021-09-29 19:08:30 +01:00
SharedConstants.mapping Document chat stuff (#2881) 2021-11-24 20:16:37 +00:00
class_6148.mapping A few more constant classes (#2319) 2021-04-18 13:03:44 +00:00