pocketmine\event\inventory\InventoryOpenEvent::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( pocketmine\inventory\Inventory $inventory, Player $who )
$inventory pocketmine\inventory\Inventory
$who pocketmine\Player
    public function __construct(Inventory $inventory, Player $who)
    {
        $this->who = $who;
        parent::__construct($inventory);
    }
InventoryOpenEvent