Chore: General deprecations (#3660)

Address deprecations for removal throughout the plugin
This commit is contained in:
Jordan
2022-06-13 22:45:27 +01:00
committed by GitHub
parent 60f7113105
commit 23360057b9
24 changed files with 0 additions and 671 deletions

View File

@ -105,11 +105,6 @@ public class FaweRegionManager extends BukkitRegionManager {
delegate.swap(pos1, pos2, swapPos, whenDone);
}
@Override
public void setBiome(CuboidRegion region, int extendBiome, BiomeType biome, String world, Runnable whenDone) {
delegate.setBiome(region, extendBiome, biome, world, whenDone);
}
@Override
public void setBiome(CuboidRegion region, int extendBiome, BiomeType biome, PlotArea area, Runnable whenDone) {
delegate.setBiome(region, extendBiome, biome, area.getWorldName(), whenDone);