Added Chunk.getWorld()
This commit is contained in:
parent
08b38c850b
commit
c5c124eb1a
@ -20,4 +20,10 @@ public interface Chunk {
|
|||||||
*/
|
*/
|
||||||
int getZ();
|
int getZ();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets the world containing this chunk
|
||||||
|
*
|
||||||
|
* @return Parent World
|
||||||
|
*/
|
||||||
|
World getWorld();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user