Expand description
Minecraft client implementation.
Provides TCP connection, protocol state machine, and packet handling.
Structs§
- Client
- Minecraft client.
- Client
Config - Client configuration.
- Connection
- A TCP connection with packet framing.
Enums§
- Client
Error - Client errors.
- Client
State - Client state.
- Connection
Error - Connection errors.
Traits§
- Packet
Handler - Packet handler trait for processing incoming packets.
Type Aliases§
- Packet
Handler Result - Result type for packet handlers.