mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-13 19:28:03 +01:00
getLoadedChunks method
By: Raphfrk <raphfrk@gmail.com>
This commit is contained in:
parent
925ec8254e
commit
2a85f4848b
1 changed files with 7 additions and 0 deletions
|
@ -75,6 +75,13 @@ public interface World {
|
|||
*/
|
||||
public boolean isChunkLoaded(Chunk chunk);
|
||||
|
||||
/**
|
||||
* Gets an array of all loaded chunks
|
||||
*
|
||||
* @return Chunk array of all loaded chunks
|
||||
*/
|
||||
public Chunk[] getLoadedChunks();
|
||||
|
||||
/**
|
||||
* Loads the specified chunk
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue