mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-13 19:25:49 -07:00
@@ -64,7 +64,7 @@ public interface BukkitScheduler {
|
||||
public int scheduleSyncRepeatingTask(Plugin plugin, Runnable task, long delay, long period);
|
||||
|
||||
/**
|
||||
* @deprecated Use {@link BukkitRunnable#runTaskTimer(Plugin, long, long)} *
|
||||
* @deprecated Use {@link BukkitRunnable#runTaskTimer(Plugin, long, long)}
|
||||
* @param plugin Plugin that owns the task
|
||||
* @param task Task to be executed
|
||||
* @param delay Delay in server ticks before executing first repeat
|
||||
|
Reference in New Issue
Block a user