Delayed more

This commit is contained in:
HaHaWTH
2024-04-02 01:27:58 +08:00
parent abb85f005d
commit 73c1116047
2 changed files with 11 additions and 5 deletions
@@ -167,6 +167,10 @@ public class BukkitService implements SettingsDependent {
return getScheduler().runTaskLater(task, delay);
}
public MyScheduledTask runTaskLater(Entity entity, Runnable task, long delay) {
return getScheduler().runTaskLater(entity, task, delay);
}
/**
* Schedules this task to run asynchronously or immediately executes it based on
* AuthMe's configuration.