PlayerDropItemEvent: updated documentation

this can be triggered by dropping an item outside of the inventory menu while the inventory window is open.
This commit is contained in:
Dylan K. Taylor 2022-05-21 21:05:27 +01:00
parent 3177d19730
commit e934e2bd26
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -29,7 +29,7 @@ use pocketmine\item\Item;
use pocketmine\player\Player;
/**
* Called when a player tries to drop an item from its hotbar
* Called when a player tries to drop an item
*/
class PlayerDropItemEvent extends PlayerEvent implements Cancellable{
use CancellableTrait;