Class BungeeTaskScheduler

  • All Implemented Interfaces:
    me.lucyy.squirtgun.platform.scheduler.TaskScheduler

    public class BungeeTaskScheduler
    extends java.lang.Object
    implements me.lucyy.squirtgun.platform.scheduler.TaskScheduler
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void cancel​(me.lucyy.squirtgun.platform.scheduler.Task task)  
      void start​(me.lucyy.squirtgun.platform.scheduler.Task task)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BungeeTaskScheduler

        public BungeeTaskScheduler​(BungeePlatform platform)
    • Method Detail

      • start

        public void start​(me.lucyy.squirtgun.platform.scheduler.Task task)
        Specified by:
        start in interface me.lucyy.squirtgun.platform.scheduler.TaskScheduler
      • cancel

        public void cancel​(me.lucyy.squirtgun.platform.scheduler.Task task)
        Specified by:
        cancel in interface me.lucyy.squirtgun.platform.scheduler.TaskScheduler