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

Method beginLivingDamage

src/main/java/net/optifine/shaders/Shaders.java:5131–5142  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5129 }
5130
5131 public static void beginLivingDamage()
5132 {
5133 if (isRenderingWorld)
5134 {
5135 ShadersTex.bindTexture(defaultTexture);
5136
5137 if (!isShadowPass)
5138 {
5139 setDrawBuffers(drawBuffersColorAtt0);
5140 }
5141 }
5142 }
5143
5144 public static void endLivingDamage()
5145 {

Callers

nothing calls this directly

Calls 2

bindTextureMethod · 0.95
setDrawBuffersMethod · 0.95

Tested by

no test coverage detected