mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-28 13:45:37 -04:00
more packets
This commit is contained in:
parent
0f9bc0498e
commit
4619530247
48
packets.json
48
packets.json
@ -133,6 +133,44 @@
|
|||||||
"type": "short"
|
"type": "short"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"20": [
|
||||||
|
{
|
||||||
|
"name": "entityId",
|
||||||
|
"type": "int"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "playerName",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "x",
|
||||||
|
"type": "int"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "y",
|
||||||
|
"type": "int"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "z",
|
||||||
|
"type": "int"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "yaw",
|
||||||
|
"type": "byte"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "pitch",
|
||||||
|
"type": "byte"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "currentItem",
|
||||||
|
"type": "short"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "metadata",
|
||||||
|
"type": "entityMetadata"
|
||||||
|
}
|
||||||
|
],
|
||||||
"23": [
|
"23": [
|
||||||
{
|
{
|
||||||
"name": "entityId",
|
"name": "entityId",
|
||||||
@ -519,6 +557,16 @@
|
|||||||
"type": "byteArray"
|
"type": "byteArray"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"200": [
|
||||||
|
{
|
||||||
|
"name": "statisticId",
|
||||||
|
"type": "int"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "amount",
|
||||||
|
"type": "byte"
|
||||||
|
}
|
||||||
|
],
|
||||||
"201": [
|
"201": [
|
||||||
{
|
{
|
||||||
"name": "playerName",
|
"name": "playerName",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user