Uses of Class
com.plotsquared.core.queue.ScopedQueueCoordinator
Packages that use ScopedQueueCoordinator
Package
Description
-
Uses of ScopedQueueCoordinator in com.plotsquared.core.generator
Methods in com.plotsquared.core.generator with parameters of type ScopedQueueCoordinatorModifier and TypeMethodDescriptionvoidHybridGen.generateChunk(@NonNull ScopedQueueCoordinator result, @NonNull PlotArea settings) abstract voidIndependentPlotGenerator.generateChunk(ScopedQueueCoordinator result, PlotArea settings) Deprecated, for removal: This API element is subject to removal in a future version.voidSingleWorldGenerator.generateChunk(ScopedQueueCoordinator result, PlotArea settings) booleanHybridGen.populateChunk(ScopedQueueCoordinator result, PlotArea settings) booleanIndependentPlotGenerator.populateChunk(ScopedQueueCoordinator result, PlotArea settings) Deprecated, for removal: This API element is subject to removal in a future version.ScopedQueueCoordinatorwill be renamed in v7. -
Uses of ScopedQueueCoordinator in com.plotsquared.core.queue
Subclasses of ScopedQueueCoordinator in com.plotsquared.core.queueModifier and TypeClassDescriptionclassQueueCoordinatorthat caches all blocks set to it in a given array of form BlockState[][][].classDeprecated, for removal: This API element is subject to removal in a future version.This class is poorly designed and will no longer be used in PlotSquaredMethods in com.plotsquared.core.queue that return ScopedQueueCoordinatorModifier and TypeMethodDescriptionQueueCoordinator.getForChunk(int x, int z) Deprecated, for removal: This API element is subject to removal in a future version.QueueCoordinator.getForChunk(int x, int z, int minY, int maxY) Deprecated, for removal: This API element is subject to removal in a future version.ScopedQueueCoordinatorwill be renamed in v7. -
Uses of ScopedQueueCoordinator in com.plotsquared.core.util
Methods in com.plotsquared.core.util with parameters of type ScopedQueueCoordinatorModifier and TypeMethodDescriptionstatic booleanChunkManager.postProcessChunk(BlockVector2 loc, ScopedQueueCoordinator queue) Deprecated, for removal: This API element is subject to removal in a future version.ScopedQueueCoordinatorwill be renamed in v7.static booleanChunkManager.preProcessChunk(BlockVector2 loc, ScopedQueueCoordinator queue) Deprecated, for removal: This API element is subject to removal in a future version.ScopedQueueCoordinatorwill be renamed in v7.Method parameters in com.plotsquared.core.util with type arguments of type ScopedQueueCoordinatorModifier and TypeMethodDescriptionstatic voidChunkManager.setChunkInPlotArea(RunnableVal<ScopedQueueCoordinator> force, RunnableVal<ScopedQueueCoordinator> add, String world, BlockVector2 loc) Deprecated, for removal: This API element is subject to removal in a future version.ScopedQueueCoordinatorwill be renamed in v7.
ScopedQueueCoordinatorwill be renamed in v7.