[][src]Crate minecraft_protocol

This crate implements Minecraft protocol.

Information about protocol can be found at https://wiki.vg/Protocol.

Modules

chat

Minecraft chat are represented as json object. It's used in different packets. Information about format can be found at https://wiki.vg/Chat.

game
login
status

Macros

impl_enum_encoder_decoder
impl_json_encoder_decoder

Enums

DecodeError

Possible errors while decoding packet.

EncodeError

Possible errors while encoding packet.

Constants

PROTOCOL_VERSION

Current supported protocol version.