mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-18 22:03:51 -07:00
@@ -104,7 +104,9 @@ public interface Chunk {
|
|||||||
* @param safe Controls whether to unload the chunk when players are
|
* @param safe Controls whether to unload the chunk when players are
|
||||||
* nearby
|
* nearby
|
||||||
* @return true if the chunk has unloaded successfully, otherwise false
|
* @return true if the chunk has unloaded successfully, otherwise false
|
||||||
|
* @deprecated it is never safe to remove a chunk in use
|
||||||
*/
|
*/
|
||||||
|
@Deprecated
|
||||||
boolean unload(boolean save, boolean safe);
|
boolean unload(boolean save, boolean safe);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user