Class GameTask

java.lang.Object
org.bukkit.scheduler.BukkitRunnable
xericker.arenalegends.core.task.GameTask
All Implemented Interfaces:
Runnable

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    run()
     

    Methods inherited from class org.bukkit.scheduler.BukkitRunnable

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

    Methods inherited from class Object

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

    • GameTask

      public GameTask()
  • Method Details

    • run

      public void run()
    • cancel

      public void cancel()
      Overrides:
      cancel in class org.bukkit.scheduler.BukkitRunnable