I don't think I need this anymore.

This commit is contained in:
boy0001 2014-10-08 22:58:50 +11:00
parent e3ad7ede8c
commit a89c062dbc
2 changed files with 0 additions and 16 deletions

View File

@ -7,6 +7,4 @@ public abstract class PlotGenerator extends ChunkGenerator {
public abstract PlotWorld getPlotWorld();
public abstract PlotManager getPlotManager();
}

View File

@ -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();
}