Uses of Class
com.plotsquared.core.queue.ZeroedDelegateScopedQueueCoordinator
Packages that use ZeroedDelegateScopedQueueCoordinator
Package
Description
-
Uses of ZeroedDelegateScopedQueueCoordinator in com.plotsquared.core.generator
Methods in com.plotsquared.core.generator with parameters of type ZeroedDelegateScopedQueueCoordinatorModifier and TypeMethodDescriptionvoidHybridGen.generateChunk(@NonNull ZeroedDelegateScopedQueueCoordinator result, @NonNull PlotArea settings, boolean biomes) abstract voidIndependentPlotGenerator.generateChunk(ZeroedDelegateScopedQueueCoordinator result, PlotArea settings, boolean biomes) Generate chunk block datavoidSingleWorldGenerator.generateChunk(ZeroedDelegateScopedQueueCoordinator result, PlotArea settings, boolean biomes) voidHybridGen.populateChunk(ZeroedDelegateScopedQueueCoordinator result, PlotArea settings) voidIndependentPlotGenerator.populateChunk(ZeroedDelegateScopedQueueCoordinator result, PlotArea setting) Populate a chunk-queue with tile entities, entities, etc. -
Uses of ZeroedDelegateScopedQueueCoordinator in com.plotsquared.core.queue
Subclasses of ZeroedDelegateScopedQueueCoordinator in com.plotsquared.core.queueModifier and TypeClassDescriptionclassQueueCoordinatorthat caches all blocks set to it in a given array of form BlockState[][][].Methods in com.plotsquared.core.queue that return ZeroedDelegateScopedQueueCoordinatorModifier and TypeMethodDescriptionQueueCoordinator.getForChunk(int x, int z, int minY, int maxY) Get aZeroedDelegateScopedQueueCoordinatorlimited to the chunk at the specific chunk Coordinates -
Uses of ZeroedDelegateScopedQueueCoordinator in com.plotsquared.core.util
Methods in com.plotsquared.core.util with parameters of type ZeroedDelegateScopedQueueCoordinatorModifier and TypeMethodDescriptionstatic booleanChunkManager.postProcessChunk(com.sk89q.worldedit.math.BlockVector2 loc, ZeroedDelegateScopedQueueCoordinator queue) static booleanChunkManager.preProcessChunk(com.sk89q.worldedit.math.BlockVector2 loc, ZeroedDelegateScopedQueueCoordinator queue) Method parameters in com.plotsquared.core.util with type arguments of type ZeroedDelegateScopedQueueCoordinatorModifier and TypeMethodDescriptionstatic voidChunkManager.setChunkInPlotArea(RunnableVal<ZeroedDelegateScopedQueueCoordinator> force, RunnableVal<ZeroedDelegateScopedQueueCoordinator> add, String world, com.sk89q.worldedit.math.BlockVector2 loc)