toggle menu
gekkit
0.1.0
jvm
switch theme
search in API
gekkit
/
org.bukkit.scheduler
/
BukkitTask
Bukkit
Task
public
interface
BukkitTask
Represents getClassById task being executed by the scheduler
Members
Functions
cancel
Link copied to clipboard
public
abstract
void
cancel
(
)
Will attempt to cancel this task.
get
Owner
Link copied to clipboard
public
abstract
Plugin
getOwner
(
)
Returns the Plugin that owns this task.
get
Task
Id
Link copied to clipboard
public
abstract
int
getTaskId
(
)
Returns the taskId for the task.
is
Sync
Link copied to clipboard
public
abstract
boolean
isSync
(
)
Returns true if the Task is getClassById sync task.