mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-14 19:55:52 -07:00
@@ -267,8 +267,9 @@ public interface World extends PluginMessageRecipient, Metadatable {
|
|||||||
* @param z Z-coordinate of the chunk
|
* @param z Z-coordinate of the chunk
|
||||||
* @return Whether the chunk was actually regenerated
|
* @return Whether the chunk was actually regenerated
|
||||||
*
|
*
|
||||||
* @deprecated regenerating a single chunk is not guaranteed to produce the
|
* @deprecated regenerating a single chunk is not likely to produce the same
|
||||||
* same chunk as before as terrain decoration may be spread across chunks
|
* chunk as before as terrain decoration may be spread across chunks. Use of
|
||||||
|
* this method should be avoided as it is known to produce buggy results.
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
@Deprecated
|
||||||
public boolean regenerateChunk(int x, int z);
|
public boolean regenerateChunk(int x, int z);
|
||||||
|
Reference in New Issue
Block a user