Package io.github.simplexdevelopment.scheduler
package io.github.simplexdevelopment.scheduler
-
ClassDescriptionAn abstraction of the
BukkitTaskclass 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 theBukkitSchedulerto allow for the use as aScheduler.SchedulingSystem<T extends org.bukkit.plugin.java.JavaPlugin>This class is used to manage the scheduling ofIServices, and the creation ofServicePools through theServiceManager.The ServiceManager is a factory class for managingServicePools.A service pool is a collection of services which are managed by a single scheduler.