()
| 611 | } |
| 612 | |
| 613 | public boolean isChunkLoaded() { |
| 614 | return this.getWorld().isChunkLoaded(locToBlock(x) >> 4, locToBlock(z) >> 4); |
| 615 | } |
| 616 | |
| 617 | /** |
| 618 | * Checks if a {@link Chunk} has been generated at this location. |
nothing calls this directly
no test coverage detected