added load chunk method

By: Raphfrk <raphfrk@gmail.com>
This commit is contained in:
Bukkit/Spigot 2011-01-21 04:58:20 +08:00
parent 03dd082641
commit 276a3d1864

View file

@ -72,6 +72,12 @@ public interface World {
*/
public boolean isChunkLoaded(Chunk chunk);
/**
* Checks if the specified chunk is loaded
*
*/
public void loadChunk(Chunk chunk);
/**
* Drop an item exactly at the specified location.
*