player = $player; $this->isSneaking = $isSneaking; } /** * @return bool */ public function isSneaking() : bool{ return $this->isSneaking; } }