Expand description
Shared top-level data models used across all protocol implementations.
Structs§
- Cache
Stats - Snapshot of the current cache entry counts returned by
McClient::cache_stats. - DnsInfo
- DNS resolution metadata attached to every
ServerStatus. - Legacy
Data - Data returned by the pre-1.7 Java legacy ping (
0xFE 0x01). - Ping
Result - Raw result returned by a
PingProtocolbefore it is assembled into aServerStatus. - Query
Data - Data returned by the UDP Query API (GameSpy4 /
enable-queryin server.properties). - Server
Info - Address + edition pair — used as input to
McClient::ping_many. - Server
Status - Full server status returned to callers after a successful ping.
Enums§
- Server
Data - Edition-specific server data, stored inside
ServerStatus. - Server
Edition - Which Minecraft edition to ping.