Spigot Tasks
class SpigotTasks
Representation of the Spigot Task Manager
Constructors
Types
Functions
Link copied to clipboard
Runs an async task after 1 tick (0.05 seconds)
Link copied to clipboard
Runs a task after the given ticks (1 tick = 0.05 seconds)
Link copied to clipboard
Runs an async task after the given ticks (1 tick = 0.05 seconds)
Link copied to clipboard
Runs a repeating task every given ticks (1 tick = 0.05 seconds) after the given ticks (1 tick = 0.05 seconds)
Link copied to clipboard
Runs a repeating task asynchronously every given ticks (1 tick = 0.05 seconds) after the given ticks (1 tick = 0.05 seconds)