yarn/mappings/net/minecraft/client
Pyrofab 563be43174
Map transparency shader fields and methods (#1412)
* Entity#isAlive(0) -> isValid

* Framebuffer#method_29329(1) -> copyFrom

* GlStateManager#method_29330(0) -> supportsGl30

* GlStateManager#method_29332(10) -> blitFramebuffer

* GlStateManager#method_29333(0) -> getFramebufferAttachmentParameter

* GlStateManager#method_29334(0) -> getActiveBoundTexture

* GlStateManager#method_29331(8) -> copyTexSubImage2D

* GlStateManager#getFramebufferAttachmentParameter(0) -> getFramebufferDepthAttachment

* Framebuffer#copyFrom(1) -> copyDepthFrom

* WorldRenderer%field_25275 -> entityFramebuffer

* WorldRenderer%field_25276 -> particleFramebuffer

* WorldRenderer%field_25274 -> translucentFramebuffer

* RenderPhase%field_25281 -> PARTICLES_TARGET

* RenderPhase%field_25280 -> TRANSLUCENT_TARGET

* RenderPhase%field_25282 -> WEATHER_TARGET

* RenderPhase%field_25283 -> CLOUDS_TARGET

* RenderPhase%field_25284 -> ITEM_TRANSPARENCY

* RenderPhase$DepthTest%field_22242 -> depthFunction

* +133 doc in RenderPhase$DepthTest%depthFunction

* WorldRenderer#method_29362(0) -> getParticlesFramebuffer

* WorldRenderer%particleFramebuffer -> particlesFramebuffer

* WorldRenderer%field_25278 -> cloudsFramebuffer

* WorldRenderer%field_25277 -> weatherFramebuffer

* WorldRenderer%field_25279 -> transparencyShader

* WorldRenderer#method_29365(0) -> loadTransparencyShader

* Lowercase 2d

Co-authored-by: liach <7806504+liach@users.noreply.github.com>

* Revert "Entity#isAlive(0) -> isValid"

This reverts commit 0199e61e68.

* Remove whitespace

Co-authored-by: liach <7806504+liach@users.noreply.github.com>

Co-authored-by: liach <7806504+liach@users.noreply.github.com>
2020-05-31 18:21:17 +01: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 20w22a 2020-05-29 14:31:34 +01:00
gl Map transparency shader fields and methods (#1412) 2020-05-31 18:21:17 +01:00
gui Misc. Issue Resolution (#1401) 2020-05-30 19:31:17 +01:00
input A few client mappings (#833) 2019-09-01 16:22:10 +01:00
item item property getter (#1305) 2020-04-30 12:20:29 +01:00
main A few client mappings (#833) 2019-09-01 16:22:10 +01:00
model Renderer mappings (#988) 2020-03-27 11:06:32 +00:00
network 20w22a 2020-05-29 14:31:34 +01:00
options Some refactor and clean up with KeyBinding and EntryListWidget$Entry (#1348) 2020-05-15 16:36:40 +01:00
particle 20w22a 2020-05-29 14:31:34 +01:00
recipebook Container -> ScreenHandler (#1106) 2020-03-08 22:18:57 +00:00
render Map transparency shader fields and methods (#1412) 2020-05-31 18:21:17 +01:00
resource 20w22a 2020-05-29 14:31:34 +01:00
search Update enigma for Javadoc support. 2019-12-02 13:55:18 +00:00
sound stuff (#1334) 2020-05-11 12:50:12 +01:00
texture 20w15a 2020-04-08 15:44:19 +01:00
toast 20w21a 2020-05-20 17:12:58 +01:00
tutorial 20w20a stuff (#1351) 2020-05-20 00:49:55 +01:00
util 20w22a 2020-05-29 14:31:34 +01:00
world 20w22a 2020-05-29 14:31:34 +01:00
ClientGameSession.mapping The Great Intermediary Update, Part 1 2019-06-28 23:55:20 +02:00
Keyboard.mapping Mapped lots of random things (#794) 2019-07-31 15:20:12 +01:00
MinecraftClient.mapping 20w22a 2020-05-29 14:31:34 +01:00
MinecraftClientGame.mapping Update enigma for Javadoc support. 2019-12-02 13:55:18 +00:00
Mouse.mapping Document scrolling parameters. (#1399) 2020-05-28 21:41:32 +01:00
RunArgs.mapping Map disable multiplayer and chat command line options (#1376) 2020-05-20 21:05:13 +01:00
WindowEventHandler.mapping 19w39a 2019-09-27 17:23:24 +01:00
WindowSettings.mapping Mapped lots of random things (#794) 2019-07-31 15:20:12 +01:00