mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 19:02:59 +00:00
Add some constants to AnimatePacket
This commit is contained in:
@ -32,6 +32,10 @@ use pocketmine\Player;
|
||||
class PlayerAnimationEvent extends PlayerEvent implements Cancellable{
|
||||
public static $handlerList = null;
|
||||
|
||||
/**
|
||||
* @deprecated This is dependent on the protocol and should not be here.
|
||||
* Use the constants in {@link pocketmine\network\mcpe\protocol\AnimatePacket} instead.
|
||||
*/
|
||||
const ARM_SWING = 1;
|
||||
|
||||
/** @var int */
|
||||
|
Reference in New Issue
Block a user