Class UpkeepWarningTask

java.lang.Object
org.bukkit.scheduler.BukkitRunnable
net.sacredlabyrinth.phaed.simpleclans.tasks.UpkeepWarningTask
All Implemented Interfaces:
Runnable

public class UpkeepWarningTask extends org.bukkit.scheduler.BukkitRunnable
Author:
roinujnosde
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run()
    (used internally)
    void
    Starts the repetitive task

    Methods inherited from class org.bukkit.scheduler.BukkitRunnable

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

    Methods inherited from class java.lang.Object

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

    • UpkeepWarningTask

      public UpkeepWarningTask()
  • Method Details

    • start

      public void start()
      Starts the repetitive task
    • run

      public void run()
      (used internally)