more packets

This commit is contained in:
Andrew Kelley 2013-01-01 16:17:41 -05:00
parent 0f9bc0498e
commit 4619530247

View File

@ -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",