summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/bukkit/scheduler
Commit message (Expand)AuthorAgeLines
* Update to Minecraft 1.13-pre7md_52018-07-15-5/+0
* Add BukkitTask#isCancelledblablubbabc2017-09-02-21/+42
* Clean up the javadoc to pass java 8's doclintThinkofdeath2014-11-30-1/+51
* Add deprecated BukkitRunnable overloads in the scheduler. Adds BUKKIT-5752Wesley Wolfe2014-08-07-6/+60
* Pulling all pending Bukkit-JavaDoc changesWesley Wolfe2013-12-15-63/+87
* Pulling all pending Bukkit-JavaDoc changesWesley Wolfe2013-09-10-2/+0
* Pulling all pending Bukkit-JavaDoc changesEdmond Poon2013-04-02-7/+7
* Pulling all pending Bukkit-JavaDoc changesWesley Wolfe2013-02-22-4/+3
* Improve javadoc in 26 files.feildmaster2013-01-22-28/+30
* Deprecate the scheduleAsync methods.Wesley Wolfe2012-12-05-0/+6
* Add simpler API for using the scheduler. Adds BUKKIT-836Wesley Wolfe2012-10-14-3/+240
* Generic cleaningErik Broes2012-01-15-8/+8
* Generic cleanup of warnings, whitespace and style.Erik Broes2011-12-25-3/+3
* Many javadoc fixes thanks to Celtic MinstrelDinnerbone2011-09-25-28/+29
* Improved the Scheduler.Raphfrk2011-05-02-9/+93
* add isQueued() to allow plugins to know a task is still in the queue.Andrew Ardill2011-02-21-3/+14
* add function isCurrentlyRunning(int taskId);Andrew Ardill2011-02-17-0/+14
* Allows calling of functions in the main threadRaphfrk2011-02-13-0/+15
* SchedulerRaphfrk2011-02-07-0/+92