Crate azalea_protocol

source ·
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

Structs

  • A host and port. It’s possible that the port doesn’t resolve to anything.