mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-14 03:35:51 -07:00
@@ -75,6 +75,13 @@ public interface World {
|
|||||||
*/
|
*/
|
||||||
public boolean isChunkLoaded(Chunk chunk);
|
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
|
* Loads the specified chunk
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user