|
GenisysPro
for Minecraft PE/Windows 10 v1.1.x
Feature-rich server software for Minecraft PE and Windows 10 Edition
|
| const ACCEPTED_PROTOCOLS = [110, 111, 112, 113] |
| const ADD_BEHAVIOR_TREE_PACKET = 0x5a |
| const ADD_ENTITY_PACKET = 0x0d |
| const ADD_HANGING_ENTITY_PACKET = 0x10 |
| const ADD_ITEM_ENTITY_PACKET = 0x0f |
| const ADD_ITEM_PACKET = 0x4b |
| const ADD_PAINTING_PACKET = 0x17 |
| const ADD_PLAYER_PACKET = 0x0c |
| const ADVENTURE_SETTINGS_PACKET = 0x37 |
| const ANIMATE_PACKET = 0x2c |
| const AVAILABLE_COMMANDS_PACKET = 0x4e |
| const BLOCK_ENTITY_DATA_PACKET = 0x38 |
| const BLOCK_EVENT_PACKET = 0x1b |
| const BLOCK_PICK_REQUEST_PACKET = 0x22 |
| const BOSS_EVENT_PACKET = 0x4c |
| const CAMERA_PACKET = 0x4a |
| const CHANGE_DIMENSION_PACKET = 0x3d |
| const CHUNK_RADIUS_UPDATED_PACKET = 0x46 |
| const CLIENT_TO_SERVER_HANDSHAKE_PACKET = 0x04 |
| const CLIENTBOUND_MAP_ITEM_DATA_PACKET = 0x43 |
| const COMMAND_BLOCK_UPDATE_PACKET = 0x50 |
| const COMMAND_STEP_PACKET = 0x4f |
| const CONTAINER_CLOSE_PACKET = 0x31 |
| const CONTAINER_OPEN_PACKET = 0x30 |
| const CONTAINER_SET_CONTENT_PACKET = 0x34 |
| const CONTAINER_SET_DATA_PACKET = 0x33 |
| const CONTAINER_SET_SLOT_PACKET = 0x32 |
| const CRAFTING_DATA_PACKET = 0x35 |
| const CRAFTING_EVENT_PACKET = 0x36 |
| const CURRENT_PROTOCOL = 113 |
Actual Minecraft: PE protocol version
| const DISCONNECT_PACKET = 0x05 |
| const DROP_ITEM_PACKET = 0x2e |
| const ENTITY_EVENT_PACKET = 0x1c |
| const ENTITY_FALL_PACKET = 0x25 |
| const EVENT_PACKET = 0x41 |
| const EXPLODE_PACKET = 0x18 |
| const FULL_CHUNK_DATA_PACKET = 0x3a |
| const GAME_RULES_CHANGED_PACKET = 0x49 |
| const HURT_ARMOR_PACKET = 0x26 |
| const INTERACT_PACKET = 0x21 |
| const INVENTORY_ACTION_PACKET = 0x2f |
| const ITEM_FRAME_DROP_ITEM_PACKET = 0x47 |
| const LEVEL_EVENT_PACKET = 0x1a |
| const LEVEL_SOUND_EVENT_PACKET = 0x19 |
| const LOGIN_PACKET = 0x01 |
| const MAP_INFO_REQUEST_PACKET = 0x44 |
| const MINECRAFT_VERSION = ["v1.1.0", "v1.1.1", "v1.1.2", "v1.1.3", "v1.1.4", "v1.1.5"] |
| const MINECRAFT_VERSION_NETWORK = "1.1.5" |
| const MOB_ARMOR_EQUIPMENT_PACKET = 0x20 |
| const MOB_EFFECT_PACKET = 0x1d |
| const MOB_EQUIPMENT_PACKET = 0x1f |
| const MOVE_ENTITY_PACKET = 0x12 |
| const MOVE_PLAYER_PACKET = 0x13 |
| const PLAY_SOUND_PACKET = 0x57 |
| const PLAY_STATUS_PACKET = 0x02 |
| const PLAYER_ACTION_PACKET = 0x24 |
| const PLAYER_INPUT_PACKET = 0x39 |
| const PLAYER_LIST_PACKET = 0x3f |
| const PURCHASE_RECEIPT_PACKET = 0x5d |
| const REMOVE_BLOCK_PACKET = 0x15 |
| const REMOVE_ENTITY_PACKET = 0x0e |
| const REPLACE_ITEM_IN_SLOT_PACKET = 0x48 |
| const REQUEST_CHUNK_RADIUS_PACKET = 0x45 |
| const RESOURCE_PACK_CHUNK_DATA_PACKET = 0x54 |
| const RESOURCE_PACK_CHUNK_REQUEST_PACKET = 0x55 |
| const RESOURCE_PACK_CLIENT_RESPONSE_PACKET = 0x08 |
| const RESOURCE_PACK_DATA_INFO_PACKET = 0x53 |
| const RESOURCE_PACK_STACK_PACKET = 0x07 |
| const RESOURCE_PACKS_INFO_PACKET = 0x06 |
| const RESPAWN_PACKET = 0x2d |
| const RIDER_JUMP_PACKET = 0x14 |
| const SERVER_TO_CLIENT_HANDSHAKE_PACKET = 0x03 |
| const SET_COMMANDS_ENABLED_PACKET = 0x3b |
| const SET_DIFFICULTY_PACKET = 0x3c |
| const SET_ENTITY_DATA_PACKET = 0x27 |
| const SET_ENTITY_LINK_PACKET = 0x29 |
| const SET_ENTITY_MOTION_PACKET = 0x28 |
| const SET_HEALTH_PACKET = 0x2a |
| const SET_PLAYER_GAME_TYPE_PACKET = 0x3e |
| const SET_SPAWN_POSITION_PACKET = 0x2b |
| const SET_TIME_PACKET = 0x0a |
| const SET_TITLE_PACKET = 0x59 |
| const SHOW_CREDITS_PACKET = 0x4d |
| const SHOW_STORE_OFFER_PACKET = 0x5c |
| const SIMPLE_EVENT_PACKET = 0x40 |
| const SPAWN_EXPERIENCE_ORB_PACKET = 0x42 |
| const START_GAME_PACKET = 0x0b |
| const STOP_SOUND_PACKET = 0x58 |
| const STRUCTURE_BLOCK_UPDATE_PACKET = 0x5b |
| const TAKE_ITEM_ENTITY_PACKET = 0x11 |
| const TEXT_PACKET = 0x09 |
| const TRANSFER_PACKET = 0x56 |
| const UPDATE_ATTRIBUTES_PACKET = 0x1e |
| const UPDATE_BLOCK_PACKET = 0x16 |
| const UPDATE_EQUIP_PACKET = 0x52 |
| const UPDATE_TRADE_PACKET = 0x51 |
| const USE_ITEM_PACKET = 0x23 |