mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-11 05:55:33 +00:00
New LevelEventPacket constants
This commit is contained in:
parent
4b65fef957
commit
eda2473e78
@ -63,7 +63,14 @@ class LevelEventPacket extends DataPacket{
|
||||
|
||||
const EVENT_SOUND_CAMERA = 1050;
|
||||
const EVENT_SOUND_ORB = 1051;
|
||||
const EVENT_SOUND_TOTEM = 1052;
|
||||
|
||||
const EVENT_SOUND_ARMOR_STAND_BREAK = 1060;
|
||||
const EVENT_SOUND_ARMOR_STAND_HIT = 1061;
|
||||
const EVENT_SOUND_ARMOR_STAND_FALL = 1062;
|
||||
const EVENT_SOUND_ARMOR_STAND_PLACE = 1063;
|
||||
|
||||
//TODO: check 2000-2017
|
||||
const EVENT_PARTICLE_SHOOT = 2000;
|
||||
const EVENT_PARTICLE_DESTROY = 2001;
|
||||
const EVENT_PARTICLE_SPLASH = 2002;
|
||||
@ -91,6 +98,7 @@ class LevelEventPacket extends DataPacket{
|
||||
const EVENT_CAULDRON_FILL_WATER = 3506;
|
||||
const EVENT_CAULDRON_TAKE_WATER = 3507;
|
||||
const EVENT_CAULDRON_ADD_DYE = 3508;
|
||||
const EVENT_CAULDRON_CLEAN_BANNER = 3509;
|
||||
|
||||
const EVENT_BLOCK_START_BREAK = 3600;
|
||||
const EVENT_BLOCK_STOP_BREAK = 3601;
|
||||
|
Loading…
x
Reference in New Issue
Block a user