Expand description
§Steel Protocol Packet Traits
This module contains the traits for the packets.
Structs§
- Compression
Info - Information about compression.
- Encoded
Packet - Represents an encoded clientbound packet, optionally applying compression based on threshold and level.
Traits§
- Client
Packet - A trait for packets sent from the client to the server.
- Server
Packet - A trait for packets sent from the server to the client.