Skip to main content

Module builder

Module builder 

Source
Expand description

Per-request ping builders.

Each builder is returned by the corresponding McClient method and implements IntoFuture so it can be .await-ed directly.

All builders support a per-request .timeout() override that applies only to that single ping without affecting the client’s global timeout.

Structs§

BedrockPingBuilder
Builder for a Bedrock Edition ping request.
JavaPingBuilder
Builder for a Java Edition ping request.
ServerPingBuilder
Builder for a ping request where the edition is chosen at runtime.