Package io.github.simplexdevelopment.scheduler


package io.github.simplexdevelopment.scheduler
  • Class
    Description
    An 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 the BukkitScheduler to allow for the use as a Scheduler.
    SchedulingSystem<T extends org.bukkit.plugin.java.JavaPlugin>
    This class is used to manage the scheduling of IServices, and the creation of ServicePools through the ServiceManager.
    The ServiceManager is a factory class for managing ServicePools.
    A service pool is a collection of services which are managed by a single scheduler.