Skip to content

Releases: Anon8281/UniversalScheduler

[0.1.7] Canvas support

Choose a tag to compare

@Anon8281 Anon8281 released this 08 Jun 22:51
  • Added compatibility with Canvas

[0.1.6] MIT License & Javadocs

Choose a tag to compare

@Anon8281 Anon8281 released this 21 Jul 20:16
6f64e21
  • Added MIT license
  • Minor javadocs update in MyScheduledTask

[0.1.5] Now using Entity#getScheduler

Choose a tag to compare

@Anon8281 Anon8281 released this 08 Jul 04:24
9703665
  • Using Entity#getScheduler in #runTask(Entity, Runnable), #runTaskLater(Entity, Runnable, Long), etc

[0.1.4] I believe what you said

Choose a tag to compare

@Anon8281 Anon8281 released this 03 Jul 02:56
9256d4f
  • 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) to void execute(Runnable), so you should use whichever is more appropriate for your particular situation

Now it can be shaded

Choose a tag to compare

@Anon8281 Anon8281 released this 25 Jun 16:14
0.1.3

Only one module now (easier to shade)

checkScheduled in UniversalRunnable.cancel

Choose a tag to compare

@Anon8281 Anon8281 released this 25 Jun 13:56
0.1.2

checkScheduled in UniversalRunnable.cancel

Fix exception due to non-positive delay

Choose a tag to compare

@Anon8281 Anon8281 released this 25 Jun 12:36
28c74b4
0.1.1

Update README.md

CallSyncMethod support

Choose a tag to compare

@Anon8281 Anon8281 released this 25 Jun 00:53
0.1.0

Update javadocs

Java 8 support

Choose a tag to compare

@Anon8281 Anon8281 released this 25 Jun 00:24
0.0.9

Let me give it a try

i give it a try...

i give it a try... Pre-release
Pre-release

Choose a tag to compare

@Anon8281 Anon8281 released this 24 Jun 23:07
0.0.0.4

Didn't work