New PlayerActionPacket constants

anyone know what these are for? something to do with riptide but I didn't manage to find out what...
This commit is contained in:
Dylan K. Taylor 2018-04-26 20:26:58 +01:00
parent c7544c1d25
commit a014b44b69

View File

@ -54,6 +54,8 @@ class PlayerActionPacket extends DataPacket{
public const ACTION_SET_ENCHANTMENT_SEED = 20;
public const ACTION_START_SWIMMING = 21;
public const ACTION_STOP_SWIMMING = 22;
public const ACTION_START_SPIN_ATTACK = 23;
public const ACTION_STOP_SPIN_ATTACK = 24;
/** @var int */
public $entityRuntimeId;