Namespace Void.Minecraft.Network.Messages.Packets
Interfaces
Identifies a packet that travels toward the Minecraft client.
IMinecraftClientboundPacket<T>
Identifies a decodable clientbound packet with a concrete result type.
Defines a Minecraft packet type that can decode its payload from a buffer.
Defines a Minecraft packet that can encode itself for a protocol version.
Identifies a packet that travels toward the Minecraft server.
IMinecraftServerboundPacket<T>
Identifies a decodable serverbound packet with a concrete result type.