toggle menu
core
git-2534f55
jvm
switch theme
search in API
core
/
com.github.spigotbasics.core.scheduler
/
BasicsScheduler
Basics
Scheduler
class
BasicsScheduler
(
plugin
:
Plugin
)
Members
Constructors
Basics
Scheduler
Link copied to clipboard
constructor
(
plugin
:
Plugin
)
Functions
kill
Link copied to clipboard
fun
kill
(
id
:
Int
)
kill
All
Link copied to clipboard
fun
killAll
(
)
run
Later
Link copied to clipboard
fun
runLater
(
delay
:
Long
,
task
:
(
)
->
Unit
)
:
Int
run
Later
Async
Link copied to clipboard
fun
runLaterAsync
(
delay
:
Long
,
task
:
(
)
->
Unit
)
:
Int
run
Task
Link copied to clipboard
fun
runTask
(
task
:
(
)
->
Unit
)
:
Int
run
Task
Async
Link copied to clipboard
fun
runTaskAsync
(
task
:
(
)
->
Unit
)
:
Int
run
Timer
Link copied to clipboard
fun
runTimer
(
delay
:
Long
,
period
:
Long
,
task
:
(
)
->
Unit
)
:
Int
run
Timer
Async
Link copied to clipboard
fun
runTimerAsync
(
delay
:
Long
,
period
:
Long
,
task
:
(
)
->
Unit
)
:
Int