mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-05 16:49:39 +00:00
getLoadedChunks method
This commit is contained in:
parent
d167abe6d7
commit
f24d79052c
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