mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01:00
I don't think I need this anymore.
This commit is contained in:
parent
e3ad7ede8c
commit
a89c062dbc
@ -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 New Issue
Block a user