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

Method nextBlockEntity

src/main/java/net/optifine/shaders/Shaders.java:5161–5169  ·  view source on GitHub ↗
(TileEntity tileEntity)

Source from the content-addressed store, hash-verified

5159 }
5160
5161 public static void nextBlockEntity(TileEntity tileEntity)
5162 {
5163 if (isRenderingWorld)
5164 {
5165 checkGLError("nextBlockEntity");
5166 useProgram(ProgramBlock);
5167 setBlockEntityId(tileEntity);
5168 }
5169 }
5170
5171 public static void setBlockEntityId(TileEntity tileEntity)
5172 {

Callers 1

renderEntitiesMethod · 0.95

Calls 3

checkGLErrorMethod · 0.95
useProgramMethod · 0.95
setBlockEntityIdMethod · 0.95

Tested by

no test coverage detected