From a014b44b69f970b01d766c81bd342ce5418c8dc0 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Thu, 26 Apr 2018 20:26:58 +0100 Subject: [PATCH] New PlayerActionPacket constants anyone know what these are for? something to do with riptide but I didn't manage to find out what... --- src/pocketmine/network/mcpe/protocol/PlayerActionPacket.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pocketmine/network/mcpe/protocol/PlayerActionPacket.php b/src/pocketmine/network/mcpe/protocol/PlayerActionPacket.php index 09f74d6fa..e6276b707 100644 --- a/src/pocketmine/network/mcpe/protocol/PlayerActionPacket.php +++ b/src/pocketmine/network/mcpe/protocol/PlayerActionPacket.php @@ -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;