mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2024-11-23 13:56:11 +00:00
13 lines
622 B
Plaintext
13 lines
622 B
Plaintext
digraph "std::optional<struct AgentCapabilities>" {
|
|
rankdir = LR
|
|
16
|
|
16 -> 17
|
|
17 -> 18
|
|
|
|
16 [label="std::optional<struct AgentCapabilities>",comment="name: \"std::optional<struct AgentCapabilities>\", typeName: \"\", id: 16, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
17 [label="Has Value",comment="name: \"Has Value\", typeName: \"\", id: 17, branchId: 0, recurseId: -1, attributes: 0, notes: \"If true, follow with appropriate data type, otherwise nothing\""];
|
|
18 [label="bool",comment="name: \"bool\", typeName: \"\", id: 18, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
{ rank = max;18}
|
|
|
|
}
|