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

Method endClouds

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

Source from the content-addressed store, hash-verified

5036 }
5037
5038 public static void endClouds()
5039 {
5040 disableFog();
5041 popEntity();
5042 useProgram(lightmapEnabled ? ProgramTexturedLit : ProgramTextured);
5043 }
5044
5045 public static void beginEntities()
5046 {

Callers 1

renderCloudsMethod · 0.95

Calls 3

disableFogMethod · 0.95
popEntityMethod · 0.95
useProgramMethod · 0.95

Tested by

no test coverage detected