Class AutoSaveHandler

java.lang.Object
org.bukkit.scheduler.BukkitRunnable
dev.despical.kotl.util.AutoSaveHandler
All Implemented Interfaces:
Runnable

public class AutoSaveHandler extends org.bukkit.scheduler.BukkitRunnable
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run()
     

    Methods inherited from class org.bukkit.scheduler.BukkitRunnable

    cancel, getTaskId, isCancelled, runTask, runTaskAsynchronously, runTaskLater, runTaskLaterAsynchronously, runTaskTimer, runTaskTimerAsynchronously

    Methods inherited from class Object

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

    • AutoSaveHandler

      public AutoSaveHandler()
  • Method Details

    • run

      public void run()