[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