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 TypeMethodDescriptionProgressSubscriberFactory.create()ProgressSubscriberFactory.createFull(PlotPlayer<?> actor, long interval, long wait, Caption caption) ProgressSubscriberFactory.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 ProcessorChunkCoordinatorBuilder.withProgressSubscriber(ProgressSubscriber progressSubscriber) Method parameters in com.plotsquared.core.queue with type arguments of type ProgressSubscriberModifier and TypeMethodDescriptionChunkCoordinatorBuilder.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.