Expand description
A low-level crate to send and receive Minecraft packets.
You should probably use azalea or azalea_client instead, as
azalea_protocol delegates much of the work, such as auth, to the user of
the crate.
See crate::connect::Connection for an example.
Modules§
- common
- Some serializable data types that are used by several packets.
- connect
- Connect to remote servers/clients.
- packets
- read
- Read packets from a stream.
- resolve
- Resolve a Minecraft server address into an IP address and port.
- resolver
Deprecated - write
- Write packets to a stream.
Structs§
- Server
Address - A host and port. It’s possible that the port doesn’t resolve to anything.