Checks if the specified Chunk is loaded @param chunk The chunk to check @return true if the chunk is loaded, otherwise false
(@NotNull Chunk chunk)
| 356 | * @return true if the chunk is loaded, otherwise false |
| 357 | */ |
| 358 | public boolean isChunkLoaded(@NotNull Chunk chunk); |
| 359 | |
| 360 | /** |
| 361 | * Gets an array of all loaded {@link Chunk}s |
no outgoing calls
no test coverage detected