mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-03 08:35:20 +00:00
UseItemOnEntityTransactionData: added missing type
This commit is contained in:
@ -31,6 +31,7 @@ use pocketmine\network\mcpe\protocol\types\NetworkInventoryAction;
|
||||
class UseItemOnEntityTransactionData extends TransactionData{
|
||||
public const ACTION_INTERACT = 0;
|
||||
public const ACTION_ATTACK = 1;
|
||||
public const ACTION_ITEM_INTERACT = 2;
|
||||
|
||||
/** @var int */
|
||||
private $entityRuntimeId;
|
||||
|
Reference in New Issue
Block a user