Class SchedulerUtil


  • public class SchedulerUtil
    extends Object
    The utility class for the scheduler
    • Constructor Detail

      • SchedulerUtil

        public SchedulerUtil()
    • Method Detail

      • global

        public static io.github.projectunified.minelib.scheduler.global.GlobalScheduler global()
        Get the global scheduler
        Returns:
        the global scheduler
      • async

        public static io.github.projectunified.minelib.scheduler.async.AsyncScheduler async()
        Get the async scheduler
        Returns:
        the async scheduler
      • entity

        public static io.github.projectunified.minelib.scheduler.entity.EntityScheduler entity​(org.bukkit.entity.Entity entity)
        Get the entity scheduler
        Parameters:
        entity - the entity
        Returns:
        the entity scheduler