public interface ScheduledTask
TaskScheduler.| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Cancel this task to suppress subsequent executions.
|
int |
getId()
Gets the unique ID of this task.
|
Plugin |
getOwner()
Return the plugin which scheduled this task for execution.
|
java.lang.Runnable |
getTask()
Get the actual method which will be executed by this task.
|
int getId()
Plugin getOwner()
java.lang.Runnable getTask()
Runnable behind this taskvoid cancel()
Copyright © 2015-2018 WaterfallMC. All Rights Reserved.