geforkt von Mirrors/Paper
Fix variant of unloadChunkRequest that was incorrectly never deprecated
By: md_5 <git@md-5.net>
Dieser Commit ist enthalten in:
Ursprung
51980b97ef
Commit
6a80664621
@ -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);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren