13
0
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:
Bukkit/Spigot 2015-01-31 10:17:00 +11:00
Ursprung 76c5504b12
Commit 51e5b56524

Datei anzeigen

@ -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);
/** /**