added load chunk method
This commit is contained in:
parent
541b7351cb
commit
95b50850bc
@ -72,6 +72,12 @@ public interface World {
|
|||||||
*/
|
*/
|
||||||
public boolean isChunkLoaded(Chunk chunk);
|
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.
|
* Drop an item exactly at the specified location.
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user