Uses of Class
com.plotsquared.core.setup.PlotAreaBuilder
Packages that use PlotAreaBuilder
Package
Description
-
Uses of PlotAreaBuilder in com.plotsquared.core.generator
Methods in com.plotsquared.core.generator with parameters of type PlotAreaBuilderModifier and TypeMethodDescriptionvoidIndependentPlotGenerator.processAreaSetup(PlotAreaBuilder builder) If any additional setup options need to be changed before world creation. -
Uses of PlotAreaBuilder in com.plotsquared.core.setup
Methods in com.plotsquared.core.setup that return PlotAreaBuilderModifier and TypeMethodDescriptionPlotAreaBuilder.generatorName(String generatorName) static PlotAreaBuilderPlotAreaBuilder.newBuilder()static PlotAreaBuilderPlotAreaBuilder.ofPlotArea(PlotArea area) PlotAreaBuilder.plotAreaType(@NotNull PlotAreaType plotAreaType) PlotAreaBuilder.plotManager(String plotManager) PlotAreaBuilder.settingsNodesWrapper(SettingsNodesWrapper settingsNodesWrapper) PlotAreaBuilder.setupManager(SetupUtils setupManager) PlotAreaBuilder.terrainType(PlotAreaTerrainType terrainType) Methods in com.plotsquared.core.setup with parameters of type PlotAreaBuilderModifier and TypeMethodDescriptionSettingsNodeStep.handleInput(PlotPlayer<?> plotPlayer, PlotAreaBuilder builder, String argument) SetupStep.handleInput(PlotPlayer<?> plotPlayer, PlotAreaBuilder builder, String argument) Handles the input for this setup step.default voidSetupStep.onBack(PlotAreaBuilder builder) This method is called when the SetupProcess reverts to a previous step. -
Uses of PlotAreaBuilder in com.plotsquared.core.util
Methods in com.plotsquared.core.util with parameters of type PlotAreaBuilder