-
Notifications
You must be signed in to change notification settings - Fork 0
/
1_20_4_entity_data_serializers.json
114 lines (114 loc) · 1.33 KB
/
1_20_4_entity_data_serializers.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
[
{
"id": 0,
"type": "BYTE"
},
{
"id": 1,
"type": "INT"
},
{
"id": 2,
"type": "LONG"
},
{
"id": 3,
"type": "FLOAT"
},
{
"id": 4,
"type": "STRING"
},
{
"id": 5,
"type": "COMPONENT"
},
{
"id": 6,
"type": "OPTIONAL_COMPONENT"
},
{
"id": 7,
"type": "ITEM_STACK"
},
{
"id": 8,
"type": "BOOLEAN"
},
{
"id": 9,
"type": "ROTATIONS"
},
{
"id": 10,
"type": "BLOCK_POS"
},
{
"id": 11,
"type": "OPTIONAL_BLOCK_POS"
},
{
"id": 12,
"type": "DIRECTION"
},
{
"id": 13,
"type": "OPTIONAL_UUID"
},
{
"id": 14,
"type": "BLOCK_STATE"
},
{
"id": 15,
"type": "OPTIONAL_BLOCK_STATE"
},
{
"id": 16,
"type": "COMPOUND_TAG"
},
{
"id": 17,
"type": "PARTICLE"
},
{
"id": 18,
"type": "VILLAGER_DATA"
},
{
"id": 19,
"type": "OPTIONAL_UNSIGNED_INT"
},
{
"id": 20,
"type": "POSE"
},
{
"id": 21,
"type": "CAT_VARIANT"
},
{
"id": 22,
"type": "FROG_VARIANT"
},
{
"id": 23,
"type": "OPTIONAL_GLOBAL_POS"
},
{
"id": 24,
"type": "PAINTING_VARIANT"
},
{
"id": 25,
"type": "SNIFFER_STATE"
},
{
"id": 26,
"type": "VECTOR3"
},
{
"id": 27,
"type": "QUATERNION"
}
]