13
0
geforkt von Mirrors/Paper

Added Chunk.getWorld()

By: Dinnerbone <dinnerbone@dinnerbone.com>
Dieser Commit ist enthalten in:
Bukkit/Spigot 2011-01-04 14:08:29 +00:00
Ursprung c16bd08b18
Commit 5901415d13

Datei anzeigen

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