toggle menu
CreeperHeal2
JVM
switch theme
search in API
CreeperHeal2
/
net.pdevita.creeperheal2.utils
/
sync
sync
fun
Any
.
sync
(
plugin
:
Plugin
,
delayTicks
:
Long
=
0
,
repeatingTicks
:
Long
=
0
,
f
:
(
)
->
Unit
)
:
BukkitTask
Executes the given
f
via the
plugin
synchronized with the server tick.