Uses of Class
com.plotsquared.core.configuration.file.YamlConfiguration
Packages that use YamlConfiguration
Package
Description
-
Uses of YamlConfiguration in com.plotsquared.core
Methods in com.plotsquared.core that return YamlConfiguration -
Uses of YamlConfiguration in com.plotsquared.core.command
Constructors in com.plotsquared.core.command with parameters of type YamlConfigurationModifierConstructorDescriptionArea(@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 YamlConfiguration in com.plotsquared.core.configuration.file
Methods in com.plotsquared.core.configuration.file that return YamlConfigurationModifier and TypeMethodDescriptionYamlConfigurationOptions.configuration()static YamlConfigurationYamlConfiguration.loadConfiguration(File file) Creates a newYamlConfiguration, loading from the given file. -
Uses of YamlConfiguration in com.plotsquared.core.database
Constructors in com.plotsquared.core.database with parameters of type YamlConfigurationModifierConstructorDescriptionSQLManager(@NonNull Database database, @NonNull String prefix, @NonNull EventDispatcher eventDispatcher, @NonNull PlotListener plotListener, @NonNull YamlConfiguration worldConfiguration) Constructor -
Uses of YamlConfiguration in com.plotsquared.core.generator
Constructors in com.plotsquared.core.generator with parameters of type YamlConfigurationModifierConstructorDescriptionClassicPlotWorld(@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 YamlConfiguration in com.plotsquared.core.plot
Constructors in com.plotsquared.core.plot with parameters of type YamlConfigurationModifierConstructorDescriptionPlotArea(@NonNull String worldName, @Nullable String id, @NonNull IndependentPlotGenerator generator, @Nullable PlotId min, @Nullable PlotId max, @Nullable YamlConfiguration worldConfiguration, @NonNull GlobalBlockQueue blockQueue) -
Uses of YamlConfiguration in com.plotsquared.core.plot.world
Constructors in com.plotsquared.core.plot.world with parameters of type YamlConfigurationModifierConstructorDescriptionSinglePlotArea(@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)