mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-23 16:56:31 +01:00
Fix variant of unloadChunkRequest that was incorrectly never deprecated
By: md_5 <git@md-5.net>
This commit is contained in:
parent
51980b97ef
commit
6a80664621
1 changed files with 2 additions and 0 deletions
|
@ -257,7 +257,9 @@ public interface World extends PluginMessageRecipient, Metadatable {
|
||||||
* @param z Z-coordinate of the chunk
|
* @param z Z-coordinate of the chunk
|
||||||
* @param safe Controls whether to queue the chunk when players are nearby
|
* @param safe Controls whether to queue the chunk when players are nearby
|
||||||
* @return Whether the chunk was actually queued
|
* @return Whether the chunk was actually queued
|
||||||
|
* @deprecated it is never safe to remove a chunk in use
|
||||||
*/
|
*/
|
||||||
|
@Deprecated
|
||||||
public boolean unloadChunkRequest(int x, int z, boolean safe);
|
public boolean unloadChunkRequest(int x, int z, boolean safe);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue