Uses of Class
com.plotsquared.core.queue.GlobalBlockQueue
Packages that use GlobalBlockQueue
Package
Description
-
Uses of GlobalBlockQueue in com.plotsquared.core
Methods in com.plotsquared.core that return GlobalBlockQueueModifier and TypeMethodDescriptionPlotAPI.getBlockQueue()Gets the block/biome set queuedefault @NonNull GlobalBlockQueuePlotPlatform.globalBlockQueue()Get the global block queue implementation -
Uses of GlobalBlockQueue in com.plotsquared.core.command
Constructors in com.plotsquared.core.command with parameters of type GlobalBlockQueueModifierConstructorDescriptionArea(@NonNull PlotAreaManager plotAreaManager, @NonNull YamlConfiguration worldConfiguration, @NonNull File worldFile, @NonNull HybridPlotWorldFactory hybridPlotWorldFactory, @NonNull SetupUtils setupUtils, @NonNull WorldUtil worldUtil, @NonNull GlobalBlockQueue blockQueue) Clear(@NonNull EventDispatcher eventDispatcher, @NonNull GlobalBlockQueue blockQueue) Trim(@NonNull PlotAreaManager plotAreaManager, @NonNull WorldUtil worldUtil, @NonNull GlobalBlockQueue blockQueue, @NonNull RegionManager regionManager) -
Uses of GlobalBlockQueue in com.plotsquared.core.generator
Constructors in com.plotsquared.core.generator with parameters of type GlobalBlockQueueModifierConstructorDescriptionClassicPlotWorld(@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) HybridUtils(@NonNull PlotAreaManager plotAreaManager, @NonNull ChunkManager chunkManager, @NonNull GlobalBlockQueue blockQueue, @NonNull WorldUtil worldUtil, @NonNull SchematicHandler schematicHandler, @NonNull EventDispatcher eventDispatcher) SquarePlotWorld(String worldName, @Nullable String id, @NonNull IndependentPlotGenerator generator, @Nullable PlotId min, @Nullable PlotId max, @NonNull YamlConfiguration worldConfiguration, @NonNull GlobalBlockQueue blockQueue) -
Uses of GlobalBlockQueue in com.plotsquared.core.plot
Constructors in com.plotsquared.core.plot with parameters of type GlobalBlockQueueModifierConstructorDescriptionPlotArea(@NonNull String worldName, @Nullable String id, @NonNull IndependentPlotGenerator generator, @Nullable PlotId min, @Nullable PlotId max, @Nullable YamlConfiguration worldConfiguration, @NonNull GlobalBlockQueue blockQueue) -
Uses of GlobalBlockQueue in com.plotsquared.core.plot.world
Constructors in com.plotsquared.core.plot.world with parameters of type GlobalBlockQueueModifierConstructorDescriptionSinglePlotArea(@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) -
Uses of GlobalBlockQueue in com.plotsquared.core.util
Constructors in com.plotsquared.core.util with parameters of type GlobalBlockQueueModifierConstructorDescriptionRegionManager(@NonNull WorldUtil worldUtil, @NonNull GlobalBlockQueue blockQueue, @NonNull ProgressSubscriberFactory subscriberFactory)