Releases: Anon8281/UniversalScheduler
Releases · Anon8281/UniversalScheduler
[0.1.6] MIT License & Javadocs
[0.1.5] Now using Entity#getScheduler
- Using
Entity#getScheduler
in#runTask(Entity, Runnable)
,#runTaskLater(Entity, Runnable, Long)
, etc
[0.1.4] I believe what you said
- Fixed
delay <= 0
in 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 "delay <= 0"
0.1.1 Update README.md
CallSyncMethod support
0.1.0 Update javadocs
Java 8 support
0.0.9 Let me give it a try
i give it a try...
0.0.0.4 Didn't work
UniversalRunnable
0.0.8 Merge remote-tracking branch 'origin/main'