Class RemovePlayerCooldownTask

java.lang.Object
org.bukkit.scheduler.BukkitRunnable
com.winterhavenmc.lodestar.tasks.RemovePlayerCooldownTask
All Implemented Interfaces:
Runnable

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

    Constructors
    Constructor
    Description
    RemovePlayerCooldownTask(org.bukkit.entity.Player player, TeleportHandler teleportHandler)
     
  • 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 java.lang.Object

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

    • RemovePlayerCooldownTask

      public RemovePlayerCooldownTask(org.bukkit.entity.Player player, TeleportHandler teleportHandler)
  • Method Details

    • run

      public void run()