MCPcopy Create free account
hub / github.com/boxbeam/RedLib / cancel

Method cancel

src/redempt/redlib/misc/Task.java:334–336  ·  view source on GitHub ↗

Cancels this task, same as org.bukkit.scheduler.BukkitScheduler#cancelTask(int)

()

Source from the content-addressed store, hash-verified

332 * Cancels this task, same as {@link org.bukkit.scheduler.BukkitScheduler#cancelTask(int)}
333 */
334 public void cancel() {
335 Bukkit.getScheduler().cancelTask(task);
336 }
337
338 /**
339 * @return The Plugin which scheduled this task

Callers 5

setCommitIntervalMethod · 0.45
stopMethod · 0.45
unloadMethod · 0.45
loadAllMethod · 0.45
delayedTeleportMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected