mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 01:46:04 +00:00
Added Effects base, /effect and methods
This commit is contained in:
@ -65,7 +65,7 @@ interface Info{
|
||||
const LEVEL_EVENT_PACKET = 0x96;
|
||||
const TILE_EVENT_PACKET = 0x97;
|
||||
const ENTITY_EVENT_PACKET = 0x98;
|
||||
//const MOB_EFFECT_PACKET = 0x99;
|
||||
const MOB_EFFECT_PACKET = 0x99;
|
||||
|
||||
const PLAYER_EQUIPMENT_PACKET = 0x9a;
|
||||
const PLAYER_ARMOR_EQUIPMENT_PACKET = 0x9b;
|
||||
|
Reference in New Issue
Block a user