Uses of Interface
com.plotsquared.core.queue.subscriber.ProgressSubscriber
Packages that use ProgressSubscriber
Package
Description
-
Uses of ProgressSubscriber in com.plotsquared.core.inject.factory
Methods in com.plotsquared.core.inject.factory that return ProgressSubscriberModifier and TypeMethodDescription@NonNull ProgressSubscriberProgressSubscriberFactory.create()@NonNull ProgressSubscriberProgressSubscriberFactory.createFull(PlotPlayer<?> actor, long interval, long wait, Caption caption) @NonNull ProgressSubscriberProgressSubscriberFactory.createWithActor(PlotPlayer<?> actor) -
Uses of ProgressSubscriber in com.plotsquared.core.queue
Methods in com.plotsquared.core.queue that return types with arguments of type ProgressSubscriberModifier and TypeMethodDescriptionfinal List<ProgressSubscriber>BasicQueueCoordinator.getProgressSubscribers()Get the list of progress subscribers currently added to the queue to be added to the Chunk CoordinatorMethods in com.plotsquared.core.queue with parameters of type ProgressSubscriberModifier and TypeMethodDescriptionfinal voidBasicQueueCoordinator.addProgressSubscriber(@NonNull ProgressSubscriber progressSubscriber) voidDelegateQueueCoordinator.addProgressSubscriber(@NonNull ProgressSubscriber progressSubscriber) abstract voidQueueCoordinator.addProgressSubscriber(@NonNull ProgressSubscriber progressSubscriber) Add aProgressSubscriberto the Queue to subscribe to the relevant Chunk Processor@NonNull ChunkCoordinatorBuilderChunkCoordinatorBuilder.withProgressSubscriber(ProgressSubscriber progressSubscriber) Method parameters in com.plotsquared.core.queue with type arguments of type ProgressSubscriberModifier and TypeMethodDescription@NonNull ChunkCoordinatorBuilderChunkCoordinatorBuilder.withProgressSubscribers(Collection<ProgressSubscriber> progressSubscribers) -
Uses of ProgressSubscriber in com.plotsquared.core.queue.subscriber
Classes in com.plotsquared.core.queue.subscriber that implement ProgressSubscriberModifier and TypeClassDescriptionclassThe default PlotSquared Progress Subscriber.