mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
More packets changed, unique IDs D:
This commit is contained in:
@ -80,19 +80,18 @@ interface Info{
|
||||
const SET_SPAWN_POSITION_PACKET = 0xa4;
|
||||
const ANIMATE_PACKET = 0xa5;
|
||||
const RESPAWN_PACKET = 0xa6;
|
||||
const SEND_INVENTORY_PACKET = 0xa7;
|
||||
const DROP_ITEM_PACKET = 0xa8;
|
||||
const CONTAINER_OPEN_PACKET = 0xa9;
|
||||
const CONTAINER_CLOSE_PACKET = 0xaa;
|
||||
const CONTAINER_SET_SLOT_PACKET = 0xab;
|
||||
const CONTAINER_SET_DATA_PACKET = 0xac;
|
||||
const CONTAINER_SET_CONTENT_PACKET = 0xad;
|
||||
//const CONTAINER_ACK_PACKET = 0xae;
|
||||
const CHAT_PACKET = 0xaf;
|
||||
const ADVENTURE_SETTINGS_PACKET = 0xb0;
|
||||
const ENTITY_DATA_PACKET = 0xb1;
|
||||
//const PLAYER_INPUT_PACKET = 0xb2;
|
||||
const FULL_CHUNK_DATA_PACKET = 0xb3;
|
||||
const SET_DIFFICULTY_PACKET = 0xb4;
|
||||
const DROP_ITEM_PACKET = 0xa7;
|
||||
const CONTAINER_OPEN_PACKET = 0xa8;
|
||||
const CONTAINER_CLOSE_PACKET = 0xa9;
|
||||
const CONTAINER_SET_SLOT_PACKET = 0xaa;
|
||||
const CONTAINER_SET_DATA_PACKET = 0xab;
|
||||
const CONTAINER_SET_CONTENT_PACKET = 0xac;
|
||||
//const CONTAINER_ACK_PACKET = 0xad;
|
||||
const CHAT_PACKET = 0xae;
|
||||
const ADVENTURE_SETTINGS_PACKET = 0xaf;
|
||||
const ENTITY_DATA_PACKET = 0xb0;
|
||||
//const PLAYER_INPUT_PACKET = 0xb1;
|
||||
const FULL_CHUNK_DATA_PACKET = 0xb2;
|
||||
const SET_DIFFICULTY_PACKET = 0xb3;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user