MCDOCS
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Protocol specifications

Go down

Protocol specifications Empty Protocol specifications

Post  Tei Fri Oct 15, 2010 4:11 pm

Based on:
http://www.wiki.vg/minecraft/protocol

Code:

0   Keep Alive   []
1   Login   [int,string,string]
2   Handshake   [string]
3   Chat   [string]
4   Update Time   [long]
5   Player Inventory   [int,short,?]
6   Spawn Position   [int,int,int]
10   Flying   [boolean]
11   Player Position   [double,double,double,double,boolean]
12   Player Look   [float,float,boolean]
13   Player Move + Look   [double,double,double,double,float,float,boolean]
14   Block Dig   [byte,int,byte,int,byte]
15   Place   [short,int,byte,int,byte]
16   Block/Item Switch   [int,short]
17   Add To Inventory   [short,byte,short]
18   Arm Animation   [int,byte]
20   Named Entity Spawn   [int,string,int,int,int,byte,byte,short]
21   Pickup Spawn   [int,short,byte,int,int,int,byte,byte,byte]
22   Collect Item   [int,int]
23   Vehicle Spawn   [int,byte,int,int,int]
24   Mob Spawn   [int,byte,int,int,int,byte,byte]
29   Destroy Entity   [int]
30   Entity   [int]
31   Relative Entity Move   [byte,byte,byte]
32   Entity Look   [int,byte,byte]
33   Relative Entity Move + Look   [int,byte,byte,byte,byte,byte]
34   Entity Teleport   [int,int,int,int,byte,byte]
50   Pre-Chunk   [int,int,boolean]
51   Map Chunk   [int,short,int,byte,byte,byte,int,byte[]]
52   Multi-Block Change   [int,int,short,short[],byte[],byte[]]
53   Block Change   [int,byte,int,byte,byte]
59   Complex Entity   [int,short,int,short,byte[]]
255   Kick/Disconnect   [string]

Tei
Admin

Posts : 32
Join date : 2010-10-15

https://mcdocs.forumotion.com

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum