Uses of Interface
com.github.pinont.singularitylib.api.runnable.Runner
Packages that use Runner
-
Uses of Runner in com.github.pinont.singularitylib.api.runnable
Methods in com.github.pinont.singularitylib.api.runnable with parameters of type RunnerModifier and TypeMethodDescriptionvoidScheduler.runRepeatingTask(org.bukkit.plugin.Plugin plugin, org.bukkit.Location location, Runner runner, int delayTicks, long periodTicks, TimeUnit timeUnit) Runs a task repeatedly on the region owning the given location (Folia) or on the main thread (Paper).voidScheduler.runRepeatingTask(org.bukkit.plugin.Plugin plugin, org.bukkit.World world, Runner runner, int delayTicks, long periodTicks, TimeUnit timeUnit) Runs a task repeatedly in the given world (at its spawn chunk origin on Folia) or on the main thread (Paper).voidScheduler.runRepeatingTaskAsync(org.bukkit.plugin.Plugin plugin, Runner runner, int delay, long period, TimeUnit timeUnit) Runs a task repeatedly off the main thread / region threads.voidvoidScheduler.runTaskAsync(org.bukkit.plugin.Plugin plugin, Runner runner)