mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-24 17:22:55 +01:00
Deprecate refreshChunk.
This method is not guaranteed to work suitably across all client implementations. By: md_5 <git@md-5.net>
This commit is contained in:
parent
76c5504b12
commit
51e5b56524
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