toggle menu
SakuraBind
2.4.4-dev2
jvm
switch theme
search in API
SakuraBind
/
top.iseason.bukkit.sakurabind.pickers
/
BasePicker
/
Companion
/
DelayPicker
Delay
Picker
public
final
class
DelayPicker
extends
BukkitRunnable
Members
Constructors
BasePicker.
Companion.
Delay
Picker
Link copied to clipboard
public
BasePicker.Companion.DelayPicker
BasePicker.Companion.DelayPicker
(
UUID
uuid
,
SendBackType
type
,
Function2
<
UUID
,
SendBackType
,
Unit
>
sendBackFun
)
Properties
send
Back
Fun
Link copied to clipboard
private
final
Function2
<
UUID
,
SendBackType
,
Unit
>
sendBackFun
type
Link copied to clipboard
private
final
SendBackType
type
uuid
Link copied to clipboard
private
final
UUID
uuid
Functions
cancel
Link copied to clipboard
public
Unit
cancel
(
)
get
Send
Back
Fun
Link copied to clipboard
public
final
Function2
<
UUID
,
SendBackType
,
Unit
>
getSendBackFun
(
)
get
Task
Id
Link copied to clipboard
public
Integer
getTaskId
(
)
get
Type
Link copied to clipboard
public
final
SendBackType
getType
(
)
get
Uuid
Link copied to clipboard
public
final
UUID
getUuid
(
)
is
Cancelled
Link copied to clipboard
public
Boolean
isCancelled
(
)
run
Link copied to clipboard
public
Unit
run
(
)
run
Task
Link copied to clipboard
@
NotNull
(
)
public
BukkitTask
runTask
(
@
NotNull
(
)
Plugin
p0
)
run
Task
Asynchronously
Link copied to clipboard
@
NotNull
(
)
public
BukkitTask
runTaskAsynchronously
(
@
NotNull
(
)
Plugin
p0
)
run
Task
Later
Link copied to clipboard
@
NotNull
(
)
public
BukkitTask
runTaskLater
(
@
NotNull
(
)
Plugin
p0
,
Long
p1
)
run
Task
Later
Asynchronously
Link copied to clipboard
@
NotNull
(
)
public
BukkitTask
runTaskLaterAsynchronously
(
@
NotNull
(
)
Plugin
p0
,
Long
p1
)
run
Task
Timer
Link copied to clipboard
@
NotNull
(
)
public
BukkitTask
runTaskTimer
(
@
NotNull
(
)
Plugin
p0
,
Long
p1
,
Long
p2
)
run
Task
Timer
Asynchronously
Link copied to clipboard
@
NotNull
(
)
public
BukkitTask
runTaskTimerAsynchronously
(
@
NotNull
(
)
Plugin
p0
,
Long
p1
,
Long
p2
)