Crate minecrevy_protocol

Crate minecrevy_protocol 

Source
Expand description

Modern Minecraft protocol packet definitions.

Modules§

config
Minecraft protocol packet definitions in the Config state.
handshake
Minecraft protocol packet definitions in the Handshake state.
login
Minecraft protocol packet definitions in the Login state.
play
Minecraft protocol packet definitions in the Play state.
status
Minecraft protocol packet definitions in the Status state.

Structs§

ServerProtocolPlugin
Plugin for automatically registering Minecraft protocol packets for server-side communication.

Enums§

PacketHandlerSet
SystemSets for handling packet events.

Traits§

AppProtocolExt
Extension trait for Apps to register Minecraft protocol packets.