mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-05 16:49:39 +00:00
Deprecate and add note to regenerateChunk method
This commit is contained in:
parent
97d31e64a5
commit
dd18c0fcfb
1 changed files with 4 additions and 0 deletions
|
@ -254,7 +254,11 @@ 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 regenerated
|
||||
*
|
||||
* @deprecated regenerating a single chunk is not guaranteed to produce the
|
||||
* same chunk as before as terrain decoration may be spread across chunks
|
||||
*/
|
||||
@Deprecated
|
||||
public boolean regenerateChunk(int x, int z);
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue