mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-14 09:49:50 +00:00
Autogenerated data for 1.0.5.0
This commit is contained in:
parent
91a92b4e57
commit
004880548c
@ -16,6 +16,7 @@
|
||||
* @author PocketMine Team
|
||||
* @link http://www.pocketmine.net/
|
||||
*
|
||||
* This file is generated automatically, do not edit it manually.
|
||||
*
|
||||
*/
|
||||
|
||||
@ -30,9 +31,9 @@ interface ProtocolInfo{
|
||||
/**
|
||||
* Actual Minecraft: PE protocol version
|
||||
*/
|
||||
const CURRENT_PROTOCOL = 102;
|
||||
const MINECRAFT_VERSION = "v1.0.4.11";
|
||||
const MINECRAFT_VERSION_NETWORK = "1.0.4.11";
|
||||
const CURRENT_PROTOCOL = 105;
|
||||
const MINECRAFT_VERSION = "v1.0.5.0 beta";
|
||||
const MINECRAFT_VERSION_NETWORK = "1.0.5.0";
|
||||
|
||||
const LOGIN_PACKET = 0x01;
|
||||
const PLAY_STATUS_PACKET = 0x02;
|
||||
@ -68,54 +69,59 @@ interface ProtocolInfo{
|
||||
const MOB_EQUIPMENT_PACKET = 0x20;
|
||||
const MOB_ARMOR_EQUIPMENT_PACKET = 0x21;
|
||||
const INTERACT_PACKET = 0x22;
|
||||
const USE_ITEM_PACKET = 0x23;
|
||||
const PLAYER_ACTION_PACKET = 0x24;
|
||||
const PLAYER_FALL_PACKET = 0x25;
|
||||
const HURT_ARMOR_PACKET = 0x26;
|
||||
const SET_ENTITY_DATA_PACKET = 0x27;
|
||||
const SET_ENTITY_MOTION_PACKET = 0x28;
|
||||
const SET_ENTITY_LINK_PACKET = 0x29;
|
||||
const SET_HEALTH_PACKET = 0x2a;
|
||||
const SET_SPAWN_POSITION_PACKET = 0x2b;
|
||||
const ANIMATE_PACKET = 0x2c;
|
||||
const RESPAWN_PACKET = 0x2d;
|
||||
const DROP_ITEM_PACKET = 0x2e;
|
||||
const INVENTORY_ACTION_PACKET = 0x2f;
|
||||
const CONTAINER_OPEN_PACKET = 0x30;
|
||||
const CONTAINER_CLOSE_PACKET = 0x31;
|
||||
const CONTAINER_SET_SLOT_PACKET = 0x32;
|
||||
const CONTAINER_SET_DATA_PACKET = 0x33;
|
||||
const CONTAINER_SET_CONTENT_PACKET = 0x34;
|
||||
const CRAFTING_DATA_PACKET = 0x35;
|
||||
const CRAFTING_EVENT_PACKET = 0x36;
|
||||
const ADVENTURE_SETTINGS_PACKET = 0x37;
|
||||
const BLOCK_ENTITY_DATA_PACKET = 0x38;
|
||||
const PLAYER_INPUT_PACKET = 0x39;
|
||||
const FULL_CHUNK_DATA_PACKET = 0x3a;
|
||||
const SET_COMMANDS_ENABLED_PACKET = 0x3b;
|
||||
const SET_DIFFICULTY_PACKET = 0x3c;
|
||||
const CHANGE_DIMENSION_PACKET = 0x3d;
|
||||
const SET_PLAYER_GAME_TYPE_PACKET = 0x3e;
|
||||
const PLAYER_LIST_PACKET = 0x3f;
|
||||
const EVENT_PACKET = 0x40; //TelemetryEventPacket
|
||||
const SPAWN_EXPERIENCE_ORB_PACKET = 0x41;
|
||||
const CLIENTBOUND_MAP_ITEM_DATA_PACKET = 0x42; //MapItemDataPacket
|
||||
const MAP_INFO_REQUEST_PACKET = 0x43;
|
||||
const REQUEST_CHUNK_RADIUS_PACKET = 0x44;
|
||||
const CHUNK_RADIUS_UPDATED_PACKET = 0x45;
|
||||
const ITEM_FRAME_DROP_ITEM_PACKET = 0x46;
|
||||
const REPLACE_ITEM_IN_SLOT_PACKET = 0x47; //ReplaceSelectedItemPacket
|
||||
const GAME_RULES_CHANGED_PACKET = 0x48;
|
||||
const CAMERA_PACKET = 0x49;
|
||||
const ADD_ITEM_PACKET = 0x4a;
|
||||
const BOSS_EVENT_PACKET = 0x4b;
|
||||
const SHOW_CREDITS_PACKET = 0x4c;
|
||||
const AVAILABLE_COMMANDS_PACKET = 0x4d;
|
||||
const COMMAND_STEP_PACKET = 0x4e;
|
||||
const UPDATE_TRADE_PACKET = 0x4f;
|
||||
const RESOURCE_PACK_DATA_INFO_PACKET = 0x50;
|
||||
const RESOURCE_PACK_CHUNK_DATA_PACKET = 0x51;
|
||||
const RESOURCE_PACK_CHUNK_REQUEST_PACKET = 0x52;
|
||||
const TRANSFER_PACKET = 0x53;
|
||||
const BLOCK_PICK_REQUEST_PACKET = 0x23;
|
||||
const USE_ITEM_PACKET = 0x24;
|
||||
const PLAYER_ACTION_PACKET = 0x25;
|
||||
const PLAYER_FALL_PACKET = 0x26;
|
||||
const HURT_ARMOR_PACKET = 0x27;
|
||||
const SET_ENTITY_DATA_PACKET = 0x28;
|
||||
const SET_ENTITY_MOTION_PACKET = 0x29;
|
||||
const SET_ENTITY_LINK_PACKET = 0x2a;
|
||||
const SET_HEALTH_PACKET = 0x2b;
|
||||
const SET_SPAWN_POSITION_PACKET = 0x2c;
|
||||
const ANIMATE_PACKET = 0x2d;
|
||||
const RESPAWN_PACKET = 0x2e;
|
||||
const DROP_ITEM_PACKET = 0x2f;
|
||||
const INVENTORY_ACTION_PACKET = 0x30;
|
||||
const CONTAINER_OPEN_PACKET = 0x31;
|
||||
const CONTAINER_CLOSE_PACKET = 0x32;
|
||||
const CONTAINER_SET_SLOT_PACKET = 0x33;
|
||||
const CONTAINER_SET_DATA_PACKET = 0x34;
|
||||
const CONTAINER_SET_CONTENT_PACKET = 0x35;
|
||||
const CRAFTING_DATA_PACKET = 0x36;
|
||||
const CRAFTING_EVENT_PACKET = 0x37;
|
||||
const ADVENTURE_SETTINGS_PACKET = 0x38;
|
||||
const BLOCK_ENTITY_DATA_PACKET = 0x39;
|
||||
const PLAYER_INPUT_PACKET = 0x3a;
|
||||
const FULL_CHUNK_DATA_PACKET = 0x3b;
|
||||
const SET_COMMANDS_ENABLED_PACKET = 0x3c;
|
||||
const SET_DIFFICULTY_PACKET = 0x3d;
|
||||
const CHANGE_DIMENSION_PACKET = 0x3e;
|
||||
const SET_PLAYER_GAME_TYPE_PACKET = 0x3f;
|
||||
const PLAYER_LIST_PACKET = 0x40;
|
||||
const EVENT_PACKET = 0x41; //TelemetryEventPacket
|
||||
const SPAWN_EXPERIENCE_ORB_PACKET = 0x42;
|
||||
const CLIENTBOUND_MAP_ITEM_DATA_PACKET = 0x43; //MapItemDataPacket
|
||||
const MAP_INFO_REQUEST_PACKET = 0x44;
|
||||
const REQUEST_CHUNK_RADIUS_PACKET = 0x45;
|
||||
const CHUNK_RADIUS_UPDATED_PACKET = 0x46;
|
||||
const ITEM_FRAME_DROP_ITEM_PACKET = 0x47;
|
||||
const REPLACE_ITEM_IN_SLOT_PACKET = 0x48; //ReplaceSelectedItemPacket
|
||||
const GAME_RULES_CHANGED_PACKET = 0x49;
|
||||
const CAMERA_PACKET = 0x4a;
|
||||
const ADD_ITEM_PACKET = 0x4b;
|
||||
const BOSS_EVENT_PACKET = 0x4c;
|
||||
const SHOW_CREDITS_PACKET = 0x4d;
|
||||
const AVAILABLE_COMMANDS_PACKET = 0x4e;
|
||||
const COMMAND_STEP_PACKET = 0x4f;
|
||||
const COMMAND_BLOCK_UPDATE_PACKET = 0x50;
|
||||
const UPDATE_TRADE_PACKET = 0x51;
|
||||
const RESOURCE_PACK_DATA_INFO_PACKET = 0x52;
|
||||
const RESOURCE_PACK_CHUNK_DATA_PACKET = 0x53;
|
||||
const RESOURCE_PACK_CHUNK_REQUEST_PACKET = 0x54;
|
||||
const TRANSFER_PACKET = 0x55;
|
||||
const PLAY_SOUND_PACKET = 0x56;
|
||||
const STOP_SOUND_PACKET = 0x57;
|
||||
const SET_TITLE_PACKET = 0x58;
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user