mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-29 04:04:43 +02:00
Are you okay with what I'm doing?
This commit is contained in:
@ -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();
|
||||
}
|
Reference in New Issue
Block a user