[][src]Module mcio::packet

Minecraft packets

Structs

Handshake

The handshake packet as described in https://wiki.vg/Protocol#Handshaking (*)

Ping

The ping packet as described in https://wiki.vg/Server_List_Ping#Ping

Request

The request packet as described in https://wiki.vg/Server_List_Ping#Request

Response
ServerPlayer
ServerPlayers
ServerVersion

Traits

In

Represents a packet originating from the server and bound for the client (mcio)

Out

Represents a packet originating from the client (mcio) and bound for the server

Packet

Represents a Minecraft packet