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

Method popEntity

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

Source from the content-addressed store, hash-verified

5568 }
5569
5570 public static void popEntity()
5571 {
5572 entityData[entityDataIndex * 2] = 0;
5573 entityData[entityDataIndex * 2 + 1] = 0;
5574 --entityDataIndex;
5575 }
5576
5577 public static void mcProfilerEndSection()
5578 {

Callers 2

endSkyMethod · 0.95
endCloudsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected