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