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

Method endBlockEntities

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

Source from the content-addressed store, hash-verified

5208 }
5209
5210 public static void endBlockEntities()
5211 {
5212 if (isRenderingWorld)
5213 {
5214 checkGLError("endBlockEntities");
5215 setBlockEntityId((TileEntity)null);
5216 useProgram(lightmapEnabled ? ProgramTexturedLit : ProgramTextured);
5217 ShadersTex.bindNSTextures(defaultTexture.getMultiTexID());
5218 }
5219 }
5220
5221 public static void beginLitParticles()
5222 {

Callers 1

renderEntitiesMethod · 0.95

Calls 5

checkGLErrorMethod · 0.95
setBlockEntityIdMethod · 0.95
useProgramMethod · 0.95
bindNSTexturesMethod · 0.95
getMultiTexIDMethod · 0.65

Tested by

no test coverage detected