Package io.github.simplexdevelopment.scheduler
package io.github.simplexdevelopment.scheduler
-
ClassDescriptionAn abstraction of the
BukkitTask
class which allows this object to be used with Reactor.An abstract service class meant for easy implementation and creation of services.An abstraction layer over theBukkitScheduler
to allow for the use as aScheduler
.SchedulingSystem<T extends org.bukkit.plugin.java.JavaPlugin>This class is used to manage the scheduling ofIService
s, and the creation ofServicePool
s through theServiceManager
.The ServiceManager is a factory class for managingServicePool
s.A service pool is a collection of services which are managed by a single scheduler.