Package com.plotsquared.bukkit.util
Class BukkitSetupUtils
java.lang.Object
com.plotsquared.core.util.SetupUtils
com.plotsquared.bukkit.util.BukkitSetupUtils
-
Field Summary
Fields inherited from class com.plotsquared.core.util.SetupUtils
generators -
Constructor Summary
ConstructorsConstructorDescriptionBukkitSetupUtils(@NonNull PlotAreaManager plotAreaManager, @NonNull YamlConfiguration worldConfiguration, @NonNull File worldFile) -
Method Summary
Modifier and TypeMethodDescriptiongetGenerator(PlotArea plotArea) setupWorld(PlotAreaBuilder builder) voidvoidupdateGenerators(boolean force)
-
Constructor Details
-
BukkitSetupUtils
@Inject public BukkitSetupUtils(@NonNull PlotAreaManager plotAreaManager, @NonNull YamlConfiguration worldConfiguration, @NonNull File worldFile)
-
-
Method Details
-
updateGenerators
public void updateGenerators(boolean force) - Specified by:
updateGeneratorsin classSetupUtils
-
unload
- Specified by:
unloadin classSetupUtils
-
setupWorld
- Specified by:
setupWorldin classSetupUtils
-
getGenerator
- Specified by:
getGeneratorin classSetupUtils
-