from Bukkit Main Thread
Returns value from bukkit main thread.
// Example (In Async Thread)
val players = Callable { Bukkit.getOnlinePlayers() }.fromBukkitMainThread()Content copied to clipboard
Return
T Specified type value
Since
5.0.17