Module packet

Source
Expand description

This module abstracts away a Minecraft packet, so that it can be used in a simple and standardized way.

Modules§

data_types
packet_types
A module to parse known packets.
utils
This module exposes some utility functions, mainly for creating visual things.

Structs§

Packet
An abstraction for a Minecraft packet.
PacketBuilder
A builder to build a packet.
Response
Represents a response to the Minecraft client.

Enums§

BuildAction
Represents the different actions that the PacketBuilder will do to construct the packet payload.
PacketError