Releases: Anon8281/UniversalScheduler
Releases · Anon8281/UniversalScheduler
Release list
[0.1.7] Canvas support
[0.1.6] MIT License & Javadocs
- Added MIT license
- Minor javadocs update in
MyScheduledTask
[0.1.5] Now using Entity#getScheduler
- Using
Entity#getSchedulerin#runTask(Entity, Runnable),#runTaskLater(Entity, Runnable, Long), etc
[0.1.4] I believe what you said
- Fixed
delay <= 0in Folia timer schedulers - Added
void execute(Runnable),void execute(Location, Runnable),void execute(Entity, Runnable)to TaskScheduler - Javadocs improvements
Note: there's no adequate way to redirect
MyScheduledTask runTaskLater(Runnable, 0L)tovoid execute(Runnable), so you should use whichever is more appropriate for your particular situation
Now it can be shaded
0.1.3 Only one module now (easier to shade)
checkScheduled in UniversalRunnable.cancel
0.1.2 checkScheduled in UniversalRunnable.cancel
Fix exception due to non-positive delay
0.1.1 Update README.md
CallSyncMethod support
Java 8 support
i give it a try...
0.0.0.4 Didn't work