mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01:00
Are you okay with what I'm doing?
This commit is contained in:
parent
fbd9766cfa
commit
4e08ae2a54
@ -0,0 +1,14 @@
|
|||||||
|
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