pocketmine\event\player\PlayerToggleSprintEvent::__construct PHP Метод

__construct() публичный Метод

public __construct ( Player $player, $isSprinting )
$player pocketmine\Player
    public function __construct(Player $player, $isSprinting)
    {
        $this->player = $player;
        $this->isSprinting = (bool) $isSprinting;
    }
PlayerToggleSprintEvent