mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-09-18 21:45:12 +00:00
Added Chunk.getWorld()
This commit is contained in:
parent
08b38c850b
commit
c5c124eb1a
1 changed files with 6 additions and 0 deletions
|
@ -20,4 +20,10 @@ public interface Chunk {
|
|||
*/
|
||||
int getZ();
|
||||
|
||||
/**
|
||||
* Gets the world containing this chunk
|
||||
*
|
||||
* @return Parent World
|
||||
*/
|
||||
World getWorld();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue