Uses of Class
com.plotsquared.core.queue.ChunkCoordinator
Packages that use ChunkCoordinator
Package
Description
-
Uses of ChunkCoordinator in com.plotsquared.core.inject.factory
Methods in com.plotsquared.core.inject.factory that return ChunkCoordinatorModifier and TypeMethodDescriptionChunkCoordinatorFactory.create(long maxIterationTime, int initialBatchSize, @NonNull Consumer<BlockVector2> chunkConsumer, @NonNull World world, @NonNull Collection<BlockVector2> requestedChunks, @NonNull Runnable whenDone, @NonNull Consumer<Throwable> throwableConsumer, boolean unloadAfter, @NonNull Collection<ProgressSubscriber> progressSubscribers, boolean forceSync) -
Uses of ChunkCoordinator in com.plotsquared.core.queue
Methods in com.plotsquared.core.queue that return ChunkCoordinatorModifier and TypeMethodDescriptionChunkCoordinatorBuilder.build()Create a newChunkCoordinatorinstance based on the values in the Builder instance. -
Uses of ChunkCoordinator in com.plotsquared.core.queue.subscriber
Methods in com.plotsquared.core.queue.subscriber with parameters of type ChunkCoordinatorModifier and TypeMethodDescriptionvoidDefaultProgressSubscriber.notifyProgress(@NonNull ChunkCoordinator coordinator, double progress) voidProgressSubscriber.notifyProgress(@NonNull ChunkCoordinator coordinator, double progress) Notify about a progress update in the coordinator