Crate infrarust_protocol

Source
Expand description

Minecraft protocol implementation for Infrarust

This crate provides the protocol implementations for Minecraft Java Edition.

Re-exports§

pub use network::ProtocolConnection;
pub use network::ProtocolError;
pub use network::ProxyProtocol;
pub use packet::PacketCodec;
pub use packet::PacketDataAccess;
pub use packet::PacketError;
pub use packet::PacketFactory;
pub use types::ProtocolRead;
pub use types::ProtocolWrite;

Modules§

minecraft
network
Network-related abstractions for protocol handling
packet
Abstract packet types and traits for working with Minecraft protocol and old V1 code
types
version