getLoadedChunks method

This commit is contained in:
Raphfrk
2011-02-04 20:11:20 +00:00
committed by Erik Broes
parent 5bb76a6c3d
commit 64b2373562

View File

@@ -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
*