Added Chunk.getWorld()

This commit is contained in:
Dinnerbone
2011-01-04 14:08:29 +00:00
parent 4b07c5d1f1
commit 5d18352021

View File

@@ -20,4 +20,10 @@ public interface Chunk {
*/
int getZ();
/**
* Gets the world containing this chunk
*
* @return Parent World
*/
World getWorld();
}