跳转至

SetDisplayObjectivePacket

文档版本:r/20_u8
协议版本:671

SetDisplayObjectivePacket数据包,数字ID是107。该数据包用于protocol.packet.setdisplayobjectivepacket.description

结构

digraph "SetDisplayObjectivePacket" {
rankdir = LR
0
0 -> 1
1 -> 2
0 -> 3
3 -> 4
0 -> 5
5 -> 6
0 -> 7
7 -> 8
0 -> 9
9 -> 10

0 [label="SetDisplayObjectivePacket",comment="name: \"SetDisplayObjectivePacket\", typeName: \"\", id: 0, branchId: 107, recurseId: -1, attributes: 0, notes: \"\""];
1 [label="Display Slot Name",comment="name: \"Display Slot Name\", typeName: \"\", id: 1, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
2 [label="string",comment="name: \"string\", typeName: \"\", id: 2, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
3 [label="Objective Name",comment="name: \"Objective Name\", typeName: \"\", id: 3, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
4 [label="string",comment="name: \"string\", typeName: \"\", id: 4, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
5 [label="Objective Display Name",comment="name: \"Objective Display Name\", typeName: \"\", id: 5, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
6 [label="string",comment="name: \"string\", typeName: \"\", id: 6, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
7 [label="Criteria Name",comment="name: \"Criteria Name\", typeName: \"\", id: 7, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
8 [label="string",comment="name: \"string\", typeName: \"\", id: 8, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
9 [label="Sort Order",comment="name: \"Sort Order\", typeName: \"\", id: 9, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
10 [label="varint",comment="name: \"varint\", typeName: \"\", id: 10, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
{ rank = max;2;4;6;8;10}

}

字段

SetDisplayObjectivePacket
[display_slot_name][objective_name][objective_display_name][criteria_name][sort_order]
Display Slot Name:string
特殊类型。protocol.packet.setdisplayobjectivepacket.display_slot_name.description
Objective Name:string
特殊类型。protocol.packet.setdisplayobjectivepacket.objective_name.description
Objective Display Name:string
特殊类型。protocol.packet.setdisplayobjectivepacket.objective_display_name.description
Criteria Name:string
特殊类型。protocol.packet.setdisplayobjectivepacket.criteria_name.description
Sort Order:varint
基本类型枚举。protocol.packet.setdisplayobjectivepacket.sort_order.description枚举值如下:
描述
Ascending 0 protocol.enum.ascending
Descending 1 protocol.enum.descending