LevelEventPacket: added enderman teleport particle cloud constant

This commit is contained in:
Dylan K. Taylor 2018-03-09 17:20:35 +00:00
parent 2f266a5922
commit 8020780fc5

View File

@ -82,6 +82,7 @@ class LevelEventPacket extends DataPacket{
public const EVENT_PARTICLE_BLOCK_FORCE_FIELD = 2008;
public const EVENT_PARTICLE_PROJECTILE_HIT = 2009;
public const EVENT_PARTICLE_ENDERMAN_TELEPORT = 2013;
public const EVENT_PARTICLE_PUNCH_BLOCK = 2014;
public const EVENT_START_RAIN = 3001;