mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-21 04:36:45 +01:00
Move BukkitPlotGenerator#generateChunkData() deprecation from v7 to v6
This commit is contained in:
parent
b40383b5a4
commit
5787588500
@ -161,6 +161,12 @@ public class BukkitPlotGenerator extends ChunkGenerator implements GeneratorWrap
|
||||
world.setWaterAnimalSpawnLimit(limit);
|
||||
}
|
||||
|
||||
/**
|
||||
* The entire method is deprecated, but kept for compatibility with <=1.16.2.
|
||||
* The method will be removed in future versions, because WorldEdit and FastAsyncWorldEdit only support the latest point
|
||||
* release.
|
||||
*/
|
||||
@Deprecated(forRemoval = true, since = "TODO")
|
||||
@Override
|
||||
public @NonNull ChunkData generateChunkData(
|
||||
@NonNull World world, @NonNull Random random, int x, int z,
|
||||
|
Loading…
Reference in New Issue
Block a user