Uses of Annotation Interface
com.plotsquared.core.inject.annotations.WorldConfig
Packages that use WorldConfig
Package
Description
-
Uses of WorldConfig in com.plotsquared.core.command
Constructor parameters in com.plotsquared.core.command with annotations of type WorldConfigModifierConstructorDescriptionArea
(@NonNull PlotAreaManager plotAreaManager, @NonNull YamlConfiguration worldConfiguration, @NonNull File worldFile, @NonNull HybridPlotWorldFactory hybridPlotWorldFactory, @NonNull SetupUtils setupUtils, @NonNull WorldUtil worldUtil, @NonNull GlobalBlockQueue blockQueue) DatabaseCommand
(@NonNull PlotAreaManager plotAreaManager, @NonNull EventDispatcher eventDispatcher, @NonNull PlotListener plotListener, @NonNull YamlConfiguration worldConfiguration) Reload
(@NonNull PlotAreaManager plotAreaManager, @NonNull YamlConfiguration worldConfiguration, @NonNull File worldFile) Template
(@NonNull PlotAreaManager plotAreaManager, @NonNull YamlConfiguration worldConfiguration, @NonNull File worldFile, @NonNull SetupUtils setupUtils, @NonNull WorldUtil worldUtil) -
Uses of WorldConfig in com.plotsquared.core.database
Constructor parameters in com.plotsquared.core.database with annotations of type WorldConfigModifierConstructorDescriptionSQLManager
(@NonNull Database database, @NonNull String prefix, @NonNull EventDispatcher eventDispatcher, @NonNull PlotListener plotListener, @NonNull YamlConfiguration worldConfiguration) Constructor -
Uses of WorldConfig in com.plotsquared.core.generator
Constructor parameters in com.plotsquared.core.generator with annotations of type WorldConfigModifierConstructorDescriptionClassicPlotWorld
(@NonNull String worldName, String id, @NonNull IndependentPlotGenerator generator, PlotId min, PlotId max, @NonNull YamlConfiguration worldConfiguration, @NonNull GlobalBlockQueue blockQueue) GridPlotWorld
(String worldName, String id, @NonNull IndependentPlotGenerator generator, PlotId min, PlotId max, @NonNull YamlConfiguration worldConfiguration, @NonNull GlobalBlockQueue blockQueue) HybridPlotWorld
(String worldName, String id, @NonNull IndependentPlotGenerator generator, PlotId min, PlotId max, @NonNull YamlConfiguration worldConfiguration, @NonNull GlobalBlockQueue blockQueue) SquarePlotWorld
(String worldName, @Nullable String id, @NonNull IndependentPlotGenerator generator, @Nullable PlotId min, @Nullable PlotId max, @NonNull YamlConfiguration worldConfiguration, @NonNull GlobalBlockQueue blockQueue) -
Uses of WorldConfig in com.plotsquared.core.plot
Constructor parameters in com.plotsquared.core.plot with annotations of type WorldConfigModifierConstructorDescriptionPlotArea
(@NonNull String worldName, @Nullable String id, @NonNull IndependentPlotGenerator generator, @Nullable PlotId min, @Nullable PlotId max, @Nullable YamlConfiguration worldConfiguration, @NonNull GlobalBlockQueue blockQueue) -
Uses of WorldConfig in com.plotsquared.core.plot.world
Constructor parameters in com.plotsquared.core.plot.world with annotations of type WorldConfigModifierConstructorDescriptionSinglePlotArea
(@NonNull PlotAreaManager plotAreaManager, @NonNull EventDispatcher eventDispatcher, @NonNull PlotListener plotListener, @NonNull YamlConfiguration worldConfiguration, @NonNull GlobalBlockQueue globalBlockQueue) SinglePlotAreaManager
(@NonNull EventDispatcher eventDispatcher, @NonNull PlotListener plotListener, @NonNull YamlConfiguration worldConfiguration, @NonNull GlobalBlockQueue blockQueue)