PocketMine-MP/pstruct/dataName.php
2012-12-06 16:10:26 +01:00

62 lines
1.1 KiB
PHP

<?php
/*
-
/ \
/ \
/ POCKET \
/ MINECRAFT PHP \
|\ @shoghicp /|
|. \ / .|
| .. \ / .. |
| .. | .. |
| .. | .. |
\ | /
\ | /
\ | /
\ | /
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
*/
$dataName = array(
0x00 => "KeepAlive",
0x09 => "ClientHandshake",
0x10 => "ServerHandshake",
0x13 => "ClientConnect",
0x15 => "ClientDisconnect",
0x18 => "ServerDisconnect",
0x82 => "Login",
0x83 => "LoginStatus",
0x84 => "Ready",
0x85 => "Message",
0x86 => "SetTime",
0x87 => "StartGame",
0x93 => "MoveEntity_PosRot",
0x94 => "MovePlayer",
0x96 => "RemoveBlock",
0x9d => "RequestChunk",
0x9f => "PlayerEquipment",
0xa1 => "UseItem",
0xa4 => "SetEntityMotion",
0xa5 => "SetHealth",
0xa7 => "Animate",
);