Expand description
Modern Minecraft protocol packet definitions.
Modules§
- config
- Minecraft protocol packet definitions in the
Configstate. - handshake
- Minecraft protocol packet definitions in the
Handshakestate. - login
- Minecraft protocol packet definitions in the
Loginstate. - play
- Minecraft protocol packet definitions in the
Playstate. - status
- Minecraft protocol packet definitions in the
Statusstate.
Structs§
- Server
Protocol Plugin Pluginfor automatically registering Minecraft protocol packets for server-side communication.
Enums§
- Packet
Handler Set SystemSets for handling packet events.
Traits§
- AppProtocol
Ext - Extension trait for
Apps to register Minecraft protocol packets.