SystemCore
Toggle table of contents
2.1.3
jvm
Platform filter
jvm
Switch theme
Search in API
SystemCore
SystemCore
/
com.system32.systemCore.utils.minecraft
/
ServerUtil
Server
Util
object
ServerUtil
Members
Functions
broadcast
Link copied to clipboard
fun
broadcast
(
message
:
String
)
offline
Player
Link copied to clipboard
fun
offlinePlayer
(
uuid
:
UUID
)
:
Player
?
fun
offlinePlayer
(
name
:
String
)
:
Player
?
player
Link copied to clipboard
fun
player
(
uuid
:
UUID
)
:
Player
?
fun
player
(
name
:
String
)
:
Player
?
players
Link copied to clipboard
fun
players
(
)
:
List
<
Player
>
task
Link copied to clipboard
fun
task
(
block
:
(
BukkitTask
)
->
Unit
)
:
BukkitTask
task
Async
Link copied to clipboard
fun
taskAsync
(
block
:
(
BukkitTask
)
->
Unit
)
:
BukkitTask
task
Later
Link copied to clipboard
fun
taskLater
(
delay
:
Int
,
block
:
(
BukkitTask
)
->
Unit
)
:
BukkitTask
fun
taskLater
(
delay
:
Long
,
block
:
(
BukkitTask
)
->
Unit
)
:
BukkitTask
task
Later
Async
Link copied to clipboard
fun
taskLaterAsync
(
delay
:
Int
,
block
:
(
BukkitTask
)
->
Unit
)
:
BukkitTask
fun
taskLaterAsync
(
delay
:
Long
,
block
:
(
BukkitTask
)
->
Unit
)
:
BukkitTask
task
Timer
Link copied to clipboard
fun
taskTimer
(
delay
:
Int
,
period
:
Int
,
block
:
(
BukkitTask
)
->
Unit
)
:
BukkitTask
fun
taskTimer
(
delay
:
Long
,
period
:
Long
,
block
:
(
BukkitTask
)
->
Unit
)
:
BukkitTask
task
Timer
Async
Link copied to clipboard
fun
taskTimerAsync
(
delay
:
Int
,
period
:
Int
,
block
:
(
BukkitTask
)
->
Unit
)
:
BukkitTask
fun
taskTimerAsync
(
delay
:
Long
,
period
:
Long
,
block
:
(
BukkitTask
)
->
Unit
)
:
BukkitTask