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)
| 272 | * @return Chunk at the given coordinates |
| 273 | */ |
| 274 | @NotNull |
| 275 | public Chunk getChunkAt(int x, int z); |
| 276 | |
| 277 | /** |
no outgoing calls
no test coverage detected