mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 16:51:42 +00:00
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:
parent
c7544c1d25
commit
a014b44b69
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user