pocketmine\level\sound\GenericSound::getPitch PHP Method

getPitch() public method

public getPitch ( )
    public function getPitch()
    {
        return $this->pitch / 1000;
    }