Class PaperChore

java.lang.Object
net.tnemc.plugincore.core.compatibility.scheduler.Chore<org.bukkit.scheduler.BukkitTask>
net.tnemc.plugincore.paper.impl.scheduler.PaperChore

public class PaperChore extends Chore<org.bukkit.scheduler.BukkitTask>
BukkitChore
Since:
0.1.2.0
Author:
creatorfromhell
  • Constructor Details

  • Method Details

    • cancel

      public void cancel()
      Cancels this task.
      Specified by:
      cancel in class Chore<org.bukkit.scheduler.BukkitTask>