MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / clearBlend

Method clearBlend

src/main/java/net/optifine/render/Blender.java:142–148  ·  view source on GitHub ↗
(float rainBrightness)

Source from the content-addressed store, hash-verified

140 }
141
142 public static void clearBlend(float rainBrightness)
143 {
144 GlStateManager.disableAlpha();
145 GlStateManager.enableBlend();
146 GlStateManager.blendFunc(770, 1);
147 GlStateManager.color(1.0F, 1.0F, 1.0F, rainBrightness);
148 }
149}

Callers 1

renderSkyMethod · 0.95

Calls 4

disableAlphaMethod · 0.95
enableBlendMethod · 0.95
blendFuncMethod · 0.95
colorMethod · 0.95

Tested by

no test coverage detected