(BlockPos pos)
| 427 | } |
| 428 | |
| 429 | public void markBlockForUpdate(BlockPos pos) |
| 430 | { |
| 431 | for (int i = 0; i < this.worldAccesses.size(); ++i) |
| 432 | { |
| 433 | this.worldAccesses.get(i).markBlockForUpdate(pos); |
| 434 | } |
| 435 | } |
| 436 | |
| 437 | public void notifyNeighborsRespectDebug(BlockPos pos, Block blockType) |
| 438 | { |
no test coverage detected