mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-24 07:49:29 +01:00
added load chunk method
By: Raphfrk <raphfrk@gmail.com>
This commit is contained in:
parent
03dd082641
commit
276a3d1864
1 changed files with 6 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue