Deprecate refreshChunk.

This method is not guaranteed to work suitably across all client implementations.
This commit is contained in:
md_5 2015-01-31 10:17:00 +11:00
parent e3d656cd5d
commit 5bfe821f3d

View file

@ -283,7 +283,10 @@ public interface World extends PluginMessageRecipient, Metadatable {
* @param x X-coordinate of the chunk
* @param z Z-coordinate of the chunk
* @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);
/**