Class BukkitTaskScheduler

java.lang.Object
me.lucyy.squirtgun.bukkit.task.BukkitTaskScheduler
All Implemented Interfaces:
me.lucyy.squirtgun.platform.scheduler.TaskScheduler

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

    Constructors
    Constructor Description
    BukkitTaskScheduler​(BukkitPlatform platform)  
  • Method Summary

    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 Details

    • BukkitTaskScheduler

      public BukkitTaskScheduler​(BukkitPlatform platform)
  • Method Details

    • 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