mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
Added some types of Particles, Block break particles
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;
|
||||
|
@ -46,9 +46,9 @@ class LevelEventPacket extends DataPacket{
|
||||
$this->reset();
|
||||
$this->putShort($this->evid);
|
||||
$this->putInt($this->x);
|
||||
$this->putShort($this->y);
|
||||
$this->putByte($this->y);
|
||||
$this->putInt($this->z);
|
||||
$this->putInt($this->data);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user