mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-27 13:14:41 -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"
|
||||
}
|
||||
],
|
||||
"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": [
|
||||
{
|
||||
"name": "entityId",
|
||||
@ -519,6 +557,16 @@
|
||||
"type": "byteArray"
|
||||
}
|
||||
],
|
||||
"200": [
|
||||
{
|
||||
"name": "statisticId",
|
||||
"type": "int"
|
||||
},
|
||||
{
|
||||
"name": "amount",
|
||||
"type": "byte"
|
||||
}
|
||||
],
|
||||
"201": [
|
||||
{
|
||||
"name": "playerName",
|
||||
|
Loading…
x
Reference in New Issue
Block a user