mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2024-11-23 13:56:11 +00:00
33 lines
2.1 KiB
Plaintext
33 lines
2.1 KiB
Plaintext
digraph "ItemStackResponseSlotInfo" {
|
|
rankdir = LR
|
|
26
|
|
26 -> 27
|
|
27 -> 28
|
|
26 -> 29
|
|
29 -> 30
|
|
26 -> 31
|
|
31 -> 32
|
|
26 -> 33
|
|
33 -> 37
|
|
26 -> 38
|
|
38 -> 39
|
|
26 -> 40
|
|
40 -> 41
|
|
|
|
26 [label="ItemStackResponseSlotInfo",comment="name: \"ItemStackResponseSlotInfo\", typeName: \"\", id: 26, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
27 [label="Requested slot",comment="name: \"Requested slot\", typeName: \"\", id: 27, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
28 [label="byte",comment="name: \"byte\", typeName: \"\", id: 28, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
29 [label="Slot",comment="name: \"Slot\", typeName: \"\", id: 29, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
30 [label="byte",comment="name: \"byte\", typeName: \"\", id: 30, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
31 [label="Amount",comment="name: \"Amount\", typeName: \"\", id: 31, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
32 [label="byte",comment="name: \"byte\", typeName: \"\", id: 32, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
33 [label="Item Stack Net Id",comment="name: \"Item Stack Net Id\", typeName: \"TypedServerNetId<struct ItemStackNetIdTag,int,0>\", id: 33, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
|
|
37 [label="TypedServerNetId<struct ItemStackNetIdTag,int,0>",comment="name: \"TypedServerNetId<struct ItemStackNetIdTag,int,0>\", typeName: \"\", id: 37, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
38 [label="Custom Name",comment="name: \"Custom Name\", typeName: \"\", id: 38, branchId: 0, recurseId: -1, attributes: 0, notes: \"Allows you to filter for profanity on the server and return the updated name\""];
|
|
39 [label="string",comment="name: \"string\", typeName: \"\", id: 39, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
40 [label="Durability Correction",comment="name: \"Durability Correction\", typeName: \"\", id: 40, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
41 [label="varint",comment="name: \"varint\", typeName: \"\", id: 41, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
{ rank = max;28;30;32;37;39;41}
|
|
|
|
}
|