Merge branch 'stable' into next-minor

This commit is contained in:
Dylan K. Taylor
2022-01-20 16:30:49 +00:00
2 changed files with 3 additions and 2 deletions

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;