1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-06-22 05:44:16 +00:00
Files
bedrock-protocol-docs/dot/ClientboundControlSchemeSetPacket.dot
Oswaldo Leyva Barrientos 5a86bb3b72 Protocol for r/21_u8 NetworkProtocolVersion 800 ()
* Protocol for r/21_u8 NetworkProtocolVersion 800

* Removed irrelevant SVGs from PR
2025-05-21 13:44:00 -07:00

13 lines
543 B
Plaintext

digraph "ClientboundControlSchemeSetPacket" {
rankdir = LR
0
0 -> 1
1 -> 2
0 [label="ClientboundControlSchemeSetPacket",comment="name: \"ClientboundControlSchemeSetPacket\", typeName: \"\", id: 0, branchId: 327, recurseId: -1, attributes: 0, notes: \"\""];
1 [label="Control Scheme",comment="name: \"Control Scheme\", typeName: \"\", id: 1, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
2 [label="byte",comment="name: \"byte\", typeName: \"\", id: 2, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
{ rank = max;2}
}