mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-06 11:57:10 +00:00
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:
parent
3177d19730
commit
e934e2bd26
@ -29,7 +29,7 @@ use pocketmine\item\Item;
|
|||||||
use pocketmine\player\Player;
|
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{
|
class PlayerDropItemEvent extends PlayerEvent implements Cancellable{
|
||||||
use CancellableTrait;
|
use CancellableTrait;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user