mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-29 14:49:59 +00:00
Added a new PlayerActionPacket constant
thanks @jojoe77777
This commit is contained in:
parent
e83ffd5afe
commit
55c4e35407
@ -34,6 +34,8 @@ class InteractPacket extends DataPacket{
|
|||||||
const ACTION_LEAVE_VEHICLE = 3;
|
const ACTION_LEAVE_VEHICLE = 3;
|
||||||
const ACTION_MOUSEOVER = 4;
|
const ACTION_MOUSEOVER = 4;
|
||||||
|
|
||||||
|
const ACTION_OPEN_INVENTORY = 6;
|
||||||
|
|
||||||
public $action;
|
public $action;
|
||||||
public $target;
|
public $target;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user