mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-31 22:22:49 +00:00
Deprecate refreshChunk.
This method is not guaranteed to work suitably across all client implementations.
This commit is contained in:
parent
e3d656cd5d
commit
5bfe821f3d
1 changed files with 3 additions and 0 deletions
|
@ -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);
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue