Class SchedulerUtil


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

      • SchedulerUtil

        public SchedulerUtil()
    • Method Detail

      • global

        public static GlobalScheduler global()
        Get the global scheduler
        Returns:
        the global scheduler
      • async

        public static AsyncScheduler async()
        Get the async scheduler
        Returns:
        the async scheduler
      • entity

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