Updated LevelSoundEventPacket constants (again)

This commit is contained in:
Dylan K. Taylor 2017-05-09 14:02:51 +01:00
parent 046f17c9e2
commit df577bddc2

View File

@ -90,42 +90,52 @@ class LevelSoundEventPacket extends DataPacket{
const SOUND_ITEM_FIZZ = 59;
const SOUND_CHEST_OPEN = 60;
const SOUND_CHEST_CLOSED = 61;
const SOUND_POWER_ON = 62;
const SOUND_POWER_OFF = 63;
const SOUND_ATTACH = 64;
const SOUND_DETACH = 65;
const SOUND_DENY = 66;
const SOUND_TRIPOD = 67;
const SOUND_POP = 68;
const SOUND_DROP_SLOT = 69;
const SOUND_NOTE = 70;
const SOUND_THORNS = 71;
const SOUND_PISTON_IN = 72;
const SOUND_PISTON_OUT = 73;
const SOUND_PORTAL = 74;
const SOUND_WATER = 75;
const SOUND_LAVA_POP = 76;
const SOUND_LAVA = 77;
const SOUND_BURP = 78;
const SOUND_BUCKET_FILL_WATER = 79;
const SOUND_BUCKET_FILL_LAVA = 80;
const SOUND_BUCKET_EMPTY_WATER = 81;
const SOUND_BUCKET_EMPTY_LAVA = 82;
const SOUND_GUARDIAN_FLOP = 83;
const SOUND_MOB_ELDERGUARDIAN_CURSE = 84;
const SOUND_MOB_WARNING = 85;
const SOUND_MOB_WARNING_BABY = 86;
const SOUND_TELEPORT = 87;
const SOUND_SHULKER_OPEN = 88;
const SOUND_SHULKER_CLOSE = 89;
const SOUND_HAGGLE = 90;
const SOUND_HAGGLE_YES = 91;
const SOUND_HAGGLE_NO = 92;
const SOUND_HAGGLE_IDLE = 93;
const SOUND_CHORUSGROW = 94;
const SOUND_CHORUSDEATH = 95;
const SOUND_DEFAULT = 96;
const SOUND_UNDEFINED = 97;
const SOUND_SHULKERBOX_OPEN = 62;
const SOUND_SHULKERBOX_CLOSED = 63;
const SOUND_POWER_ON = 64;
const SOUND_POWER_OFF = 65;
const SOUND_ATTACH = 66;
const SOUND_DETACH = 67;
const SOUND_DENY = 68;
const SOUND_TRIPOD = 69;
const SOUND_POP = 70;
const SOUND_DROP_SLOT = 71;
const SOUND_NOTE = 72;
const SOUND_THORNS = 73;
const SOUND_PISTON_IN = 74;
const SOUND_PISTON_OUT = 75;
const SOUND_PORTAL = 76;
const SOUND_WATER = 77;
const SOUND_LAVA_POP = 78;
const SOUND_LAVA = 79;
const SOUND_BURP = 80;
const SOUND_BUCKET_FILL_WATER = 81;
const SOUND_BUCKET_FILL_LAVA = 82;
const SOUND_BUCKET_EMPTY_WATER = 83;
const SOUND_BUCKET_EMPTY_LAVA = 84;
const SOUND_GUARDIAN_FLOP = 85;
const SOUND_ELDERGUARDIAN_CURSE = 86;
const SOUND_MOB_WARNING = 87;
const SOUND_MOB_WARNING_BABY = 88;
const SOUND_TELEPORT = 89;
const SOUND_SHULKER_OPEN = 90;
const SOUND_SHULKER_CLOSE = 91;
const SOUND_HAGGLE = 92;
const SOUND_HAGGLE_YES = 93;
const SOUND_HAGGLE_NO = 94;
const SOUND_HAGGLE_IDLE = 95;
const SOUND_CHORUSGROW = 96;
const SOUND_CHORUSDEATH = 97;
const SOUND_GLASS = 98;
const SOUND_CAST_SPELL = 99;
const SOUND_PREPARE_ATTACK = 100;
const SOUND_PREPARE_SUMMON = 101;
const SOUND_PREPARE_WOLOLO = 102;
const SOUND_FANG = 103;
const SOUND_CHARGE = 104;
const SOUND_CAMERA_TAKE_PICTURE = 105;
const SOUND_DEFAULT = 106;
const SOUND_UNDEFINED = 107;
public $sound;
public $x;