Gets the Chunk at the given coordinates @param x X-coordinate of the chunk @param z Z-coordinate of the chunk @return Chunk at the given coordinates
(int x, int z)
| 157 | * @return Chunk at the given coordinates |
| 158 | */ |
| 159 | @NotNull |
| 160 | public Chunk getChunkAt(int x, int z); |
| 161 | |
| 162 | /** |
no outgoing calls
no test coverage detected