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

__construct() public method

public __construct ( Player $p, integer $amount )
$p pocketmine\Player
$amount integer
    public function __construct(Player $p, int $amount = 0)
    {
        $this->player = $p;
        $this->amount = $amount;
    }