Skip to main content

Module packet_traits

Module packet_traits 

Source
Expand description

§Steel Protocol Packet Traits

This module contains the traits for the packets.

Structs§

CompressionInfo
Information about compression.
EncodedPacket
Represents an encoded clientbound packet, optionally applying compression based on threshold and level.

Traits§

ClientPacket
A trait for packets sent from the client to the server.
ServerPacket
A trait for packets sent from the server to the client.