yarn/mappings/net/minecraft/client
Juuz 4ea8ba7381
Minor fixes (#3504)
* Minor fixes

- Fix casing in the name of GlImportProcessor, fixes #3488
- Use full word "playerInventory" instead of "inv" in
  ScreenHandlerFactory for clarity. The conventions instruct to avoid
  unnecessary abbreviations and this name could be mistaken for the
  inventory of the block that the screen handler is for.
- BlockRenderManager.renderBlockAsEntity: vertexConsumer ->
  vertexConsumers since it's a VertexConsumerProvider

* Rename stack parameter in block breaking methods to tool

Closes #2988. "Tool" more clearly shows what stack the param is supposed
to be.

* Block/AbstractBlockState.isTranslucent -> isTransparent

It's true for any block with a non-full shape as well as
vines, (colourless) glass and plants - none of these are translucent.
2023-02-20 18:43:56 +11:00
..
color 23w07a client (#3496) 2023-02-17 18:09:58 +11:00
font 23w07a client (#3496) 2023-02-17 18:09:58 +11:00
gl Minor fixes (#3504) 2023-02-20 18:43:56 +11:00
gui Improve option widget names (#3507) 2023-02-20 18:42:46 +11:00
input 22w24a abuse report (#3214) 2022-06-21 19:07:56 +01:00
item 23w07a client (#3496) 2023-02-17 18:09:58 +11:00
main 22w24a misc stuff (#3217) 2022-06-19 13:58:19 +01:00
model 23w07a stuff (#3492) 2023-02-16 21:22:27 +09:00
network 23w07a networking (#3495) 2023-02-17 18:09:46 +11:00
option Improve option widget names (#3507) 2023-02-20 18:42:46 +11:00
particle 23w07a client (#3496) 2023-02-17 18:09:58 +11:00
realms 23w07a stuff (#3492) 2023-02-16 21:22:27 +09:00
recipebook 23w04a stuff (#3464) 2023-01-27 19:16:31 +09:00
render Minor fixes (#3504) 2023-02-20 18:43:56 +11:00
report 23w07a networking (#3495) 2023-02-17 18:09:46 +11:00
resource 23w03a more stuff (#3461) 2023-01-22 02:01:44 +09:00
search 22w18a search (#3148) 2022-05-12 17:29:36 +00:00
sound 23w07a client (#3496) 2023-02-17 18:09:58 +11:00
texture 23w07a client (#3496) 2023-02-17 18:09:58 +11:00
toast 23w03a stuff (#3458) 2023-01-20 13:10:00 +09:00
tutorial 22w15a stuff (#3091) 2022-04-19 11:06:11 +01:00
util 23w07a client (#3496) 2023-02-17 18:09:58 +11:00
world Fix #3434 (#3478) 2023-02-09 17:07:48 +01:00
ClientBrandRetriever.mapping Random stuff (#2463) 2021-06-04 13:02:31 +01:00
Keyboard.mapping 22w46a 2022-11-16 15:12:55 +00:00
MinecraftClient.mapping 23w07a client (#3496) 2023-02-17 18:09:58 +11:00
Mouse.mapping random misc things (#2376) 2021-05-04 08:47:40 +00:00
RunArgs.mapping 22w42a client (#3352) 2022-10-26 17:44:19 +09: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