pocketmine\event\player\PlayerDropItemEvent::__construct PHP Method

__construct() public method

public __construct ( Player $player, Item $drop )
$player pocketmine\Player
$drop pocketmine\item\Item
    public function __construct(Player $player, Item $drop)
    {
        $this->player = $player;
        $this->drop = $drop;
    }
PlayerDropItemEvent