pocketmine\level\sound\ExplodeSound::__construct PHP Метод

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

public __construct ( Vector3 $pos, $pitch )
$pos pocketmine\math\Vector3
    public function __construct(Vector3 $pos, $pitch = 0)
    {
        parent::__construct($pos, LevelEventPacket::EVENT_SOUND_EXPLODE, $pitch);
    }
ExplodeSound