Crate azalea_protocol

Crate azalea_protocol 

Source
Expand description

§azalea-protocol

A low-level crate for sending and receiving Minecraft packets.

Only the latest Minecraft version is supported.

See crate::connect::Connection for usage.

Modules§

address
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.
write
Write packets to a stream.