UseItemOnEntityTransactionData: added missing type

This commit is contained in:
Dylan K. Taylor 2021-04-29 19:13:52 +01:00
parent 89260d788c
commit 4b5f279a3e
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -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;