Uses of Class
com.plotsquared.core.generator.IndependentPlotGenerator
Packages that use IndependentPlotGenerator
Package
Description
-
Uses of IndependentPlotGenerator in com.plotsquared.core
Methods in com.plotsquared.core that return IndependentPlotGeneratorModifier and TypeMethodDescriptiondefault @NonNull IndependentPlotGeneratorPlotPlatform.defaultGenerator()Usually HybridGenMethods in com.plotsquared.core with parameters of type IndependentPlotGeneratorModifier and TypeMethodDescriptionbooleanPlotSquared.setupPlotWorld(@NonNull String world, @Nullable String args, @NonNull IndependentPlotGenerator generator) Setup the configuration for a plot world based on world arguments.PlotPlatform.wrapPlotGenerator(@NonNull String world, @NonNull IndependentPlotGenerator generator) Create a platform generator from a plot generator -
Uses of IndependentPlotGenerator in com.plotsquared.core.generator
Subclasses of IndependentPlotGenerator in com.plotsquared.core.generatorMethods in com.plotsquared.core.generator that return IndependentPlotGeneratorConstructors in com.plotsquared.core.generator with parameters of type IndependentPlotGeneratorModifierConstructorDescriptionClassicPlotWorld(@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 IndependentPlotGenerator in com.plotsquared.core.inject.factory
Methods in com.plotsquared.core.inject.factory with parameters of type IndependentPlotGenerator -
Uses of IndependentPlotGenerator in com.plotsquared.core.plot
Methods in com.plotsquared.core.plot that return IndependentPlotGeneratorConstructors in com.plotsquared.core.plot with parameters of type IndependentPlotGeneratorModifierConstructorDescriptionPlotArea(@NonNull String worldName, @Nullable String id, @NonNull IndependentPlotGenerator generator, @Nullable PlotId min, @Nullable PlotId max, @Nullable YamlConfiguration worldConfiguration, @NonNull GlobalBlockQueue blockQueue)