mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-12 18:55:51 -07:00
@@ -71,6 +71,12 @@ public interface World {
|
|||||||
* @return true if the chunk is loaded, otherwise false
|
* @return true if the chunk is loaded, otherwise false
|
||||||
*/
|
*/
|
||||||
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.
|
||||||
|
Reference in New Issue
Block a user