mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-11 19:50:38 +00:00
I don't think I need this anymore.
This commit is contained in:
parent
e3ad7ede8c
commit
a89c062dbc
2 changed files with 0 additions and 16 deletions
|
@ -7,6 +7,4 @@ public abstract class PlotGenerator extends ChunkGenerator {
|
||||||
public abstract PlotWorld getPlotWorld();
|
public abstract PlotWorld getPlotWorld();
|
||||||
|
|
||||||
public abstract PlotManager getPlotManager();
|
public abstract PlotManager getPlotManager();
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,14 +0,0 @@
|
||||||
package com.intellectualcrafters.plot;
|
|
||||||
|
|
||||||
import org.bukkit.generator.BlockPopulator;
|
|
||||||
import org.bukkit.generator.ChunkGenerator;
|
|
||||||
|
|
||||||
public interface PlotSquaredGenerator {
|
|
||||||
public ChunkGenerator getChunkGenerator();
|
|
||||||
|
|
||||||
public BlockPopulator getBlockPopulator();
|
|
||||||
|
|
||||||
public PlotManager getPlotManager();
|
|
||||||
|
|
||||||
public PlotWorld getPlotWorld();
|
|
||||||
}
|
|
Loading…
Reference in a new issue