mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 02:08:21 +00:00
Bulk addition of constant visibilities
thanks PhpStorm inspections plugin for annoying the shit out of me until I did this.
This commit is contained in:
@ -29,12 +29,12 @@ namespace pocketmine\network\mcpe\protocol;
|
||||
use pocketmine\network\mcpe\NetworkSession;
|
||||
|
||||
class AnimatePacket extends DataPacket{
|
||||
const NETWORK_ID = ProtocolInfo::ANIMATE_PACKET;
|
||||
public const NETWORK_ID = ProtocolInfo::ANIMATE_PACKET;
|
||||
|
||||
const ACTION_SWING_ARM = 1;
|
||||
public const ACTION_SWING_ARM = 1;
|
||||
|
||||
const ACTION_STOP_SLEEP = 3;
|
||||
const ACTION_CRITICAL_HIT = 4;
|
||||
public const ACTION_STOP_SLEEP = 3;
|
||||
public const ACTION_CRITICAL_HIT = 4;
|
||||
|
||||
/** @var int */
|
||||
public $action;
|
||||
|
Reference in New Issue
Block a user