Module rak_rs::protocol::mcpe

source ·
Expand description

This module contains the MCPE specific packets that are used within RakNet, this is guarded under the mcpe feature.

To enable this feature, add the following to your Cargo.toml:

[dependencies]
rak-rs = { version = "0.1.0", features = [ "mcpe" ] }

Modules§

  • Minecraft has specific protocol for the UnconnectedPong packet. This data is attached to the Unconnect Pong packet and is used to display information about the server.

Structs§

  • This is the MCPE specific implementation of the UnconnectedPong packet. The only difference here is the attached motd.