PlayerInteractEvent: updated documentation

This commit is contained in:
Dylan K. Taylor 2022-01-20 16:10:37 +00:00
parent 858024afb7
commit a67aef0477
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -31,7 +31,8 @@ use pocketmine\math\Vector3;
use pocketmine\player\Player;
/**
* Called when a player interacts or touches a block (including air?)
* Called when a player interacts or touches a block.
* This is called for both left click (start break) and right click (use).
*/
class PlayerInteractEvent extends PlayerEvent implements Cancellable{
use CancellableTrait;