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

Method endLivingDamage

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

Source from the content-addressed store, hash-verified

5142 }
5143
5144 public static void endLivingDamage()
5145 {
5146 if (isRenderingWorld && !isShadowPass)
5147 {
5148 setDrawBuffers(ProgramEntities.getDrawBuffers());
5149 }
5150 }
5151
5152 public static void beginBlockEntities()
5153 {

Callers

nothing calls this directly

Calls 2

setDrawBuffersMethod · 0.95
getDrawBuffersMethod · 0.80

Tested by

no test coverage detected