geforkt von Mirrors/Paper
Deprecate refreshChunk.
This method is not guaranteed to work suitably across all client implementations. By: md_5 <git@md-5.net>
Dieser Commit ist enthalten in:
Ursprung
76c5504b12
Commit
51e5b56524
@ -283,7 +283,10 @@ public interface World extends PluginMessageRecipient, Metadatable {
|
|||||||
* @param x X-coordinate of the chunk
|
* @param x X-coordinate of the chunk
|
||||||
* @param z Z-coordinate of the chunk
|
* @param z Z-coordinate of the chunk
|
||||||
* @return Whether the chunk was actually refreshed
|
* @return Whether the chunk was actually refreshed
|
||||||
|
*
|
||||||
|
* @deprecated This method is not guaranteed to work suitably across all client implementations.
|
||||||
*/
|
*/
|
||||||
|
@Deprecated
|
||||||
public boolean refreshChunk(int x, int z);
|
public boolean refreshChunk(int x, int z);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren