1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-07-23 22:51:45 +00:00
Files
bedrock-protocol-docs/dot/NetworkPermissions.dot
Oswaldo Leyva Barrientos a27d6bb22a Protocol for r/21_u6 NetworkProtocolVersion 776 (#18)
* Protocol for r/21_u6 NetworkProtocolVersion 776

* Protocol for r/21_u6 NetworkProtocolVersion 776 - Fix README version

* Protocol for r/21_u6 NetworkProtocolVersion 776 - Fix changelog release

* Protocol for r/21_u6 NetworkProtocolVersion 776 - Add NoteBlockInstrument to protocol doc
2025-02-13 19:28:13 -08:00

13 lines
548 B
Plaintext

digraph "NetworkPermissions" {
rankdir = LR
192
192 -> 193
193 -> 194
192 [label="NetworkPermissions",comment="name: \"NetworkPermissions\", typeName: \"\", id: 192, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
193 [label="serverAuthSoundEnabled",comment="name: \"serverAuthSoundEnabled\", typeName: \"\", id: 193, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
194 [label="bool",comment="name: \"bool\", typeName: \"\", id: 194, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
{ rank = max;194}
}