mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-09 00:22:08 -07:00
@@ -104,7 +104,9 @@ public interface Chunk {
|
||||
* @param safe Controls whether to unload the chunk when players are
|
||||
* nearby
|
||||
* @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);
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user