Interface PlatformScheduler
- All Known Implementing Classes:
BukkitPlatformScheduler
,FoliaPlatformScheduler
public interface PlatformScheduler
-
Method Summary
Modifier and TypeMethodDescriptionscheduleRepeating
(org.bukkit.plugin.Plugin plugin, Runnable task, long delay, long period) scheduleRepeating
(org.bukkit.plugin.Plugin plugin, org.bukkit.entity.Entity entity, Runnable task, long delay, long period) scheduleRepeating
(org.bukkit.plugin.Plugin plugin, org.bukkit.Location location, Runnable task, long delay, long period) scheduleRepeatingAsync
(org.bukkit.plugin.Plugin plugin, Runnable task, long delay, long period)
-
Method Details
-
scheduleRepeating
PlatformTask scheduleRepeating(org.bukkit.plugin.Plugin plugin, Runnable task, long delay, long period) -
scheduleRepeating
PlatformTask scheduleRepeating(org.bukkit.plugin.Plugin plugin, org.bukkit.entity.Entity entity, Runnable task, long delay, long period) -
scheduleRepeating
PlatformTask scheduleRepeating(org.bukkit.plugin.Plugin plugin, org.bukkit.Location location, Runnable task, long delay, long period) -
scheduleRepeatingAsync
PlatformTask scheduleRepeatingAsync(org.bukkit.plugin.Plugin plugin, Runnable task, long delay, long period)
-