Interface PlatformScheduler

All Known Implementing Classes:
BukkitPlatformScheduler, FoliaPlatformScheduler

public interface PlatformScheduler
  • 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)