Bedrock Server
object BedrockServer
Provides functionality to fetch and parse the status of a Bedrock Minecraft server.
Functions
Link copied to clipboard
fun getStatusAsync(host: String, port: Int = 19132, timeout: Int = 2000): CompletableFuture<BedrockServerStatus>
java.util.concurrent.CompletableFuture variant of getStatus.