()
| 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 | { |
no test coverage detected