mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-28 23:38:25 +01:00
Added Chunk.getWorld()
By: Dinnerbone <dinnerbone@dinnerbone.com>
This commit is contained in:
parent
c16bd08b18
commit
5901415d13
1 changed files with 6 additions and 0 deletions
|
@ -20,4 +20,10 @@ public interface Chunk {
|
||||||
*/
|
*/
|
||||||
int getZ();
|
int getZ();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets the world containing this chunk
|
||||||
|
*
|
||||||
|
* @return Parent World
|
||||||
|
*/
|
||||||
|
World getWorld();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue