toggle menu
levelledmobs-plugin
4.0.3.1
jvm
switch theme
search in API
levelledmobs-plugin
/
io.github.arcaneplugins.levelledmobs.wrappers
/
SchedulerResult
Scheduler
Result
class
SchedulerResult
Holds info on a scheduled task that was executed
Author
stumper66
Since
3.11.0
See also
Scheduler
Wrapper
Members
Constructors
Scheduler
Result
Link copied to clipboard
constructor
(
foliaTask
:
ScheduledTask
?
)
constructor
(
regularTask
:
BukkitTask
?
)
Properties
folia
Task
Link copied to clipboard
var
foliaTask
:
ScheduledTask
?
is
Running
Folia
Link copied to clipboard
var
isRunningFolia
:
Boolean
regular
Task
Link copied to clipboard
var
regularTask
:
BukkitTask
?
Functions
cancel
Task
Link copied to clipboard
fun
cancelTask
(
)
is
Cancelled
Link copied to clipboard
fun
isCancelled
(
)
:
Boolean