Skip to main content

Crate mcproto_types

Crate mcproto_types 

Source
Expand description

Minecraft protocol types and their wire-codec interface.

The crate models protocol values and provides their encoding and decoding through TypeCodec.

Modules§

basic
Basic Minecraft protocol types and their wire encodings.
component
Data model for Minecraft text components.
json_text_component
JSON-backed Minecraft text components encoded as protocol strings.
nbt
Named Binary Tag (NBT) values.
text_component
NBT-backed Minecraft text components.

Traits§

TypeCodec