Release 6.11.0

This commit is contained in:
Alexander Brandes
2023-02-10 17:12:15 +01:00
parent 5cce86d924
commit 773fd6f59f
6 changed files with 9 additions and 9 deletions

View File

@ -166,7 +166,7 @@ public class BukkitPlotGenerator extends ChunkGenerator implements GeneratorWrap
* The method will be removed in future versions, because WorldEdit and FastAsyncWorldEdit only support the latest point
* release.
*/
@Deprecated(forRemoval = true, since = "TODO")
@Deprecated(forRemoval = true, since = "6.11.0")
@Override
public @NonNull ChunkData generateChunkData(
@NonNull World world, @NonNull Random random, int x, int z,