natives¶
natives contains a function for extracting natives libraries to a specific folder.
extract_natives(versionid: str,path: str,extract_path: str)
Extract all native libraries from a version into the given directory. The directory will be created, if it does not exist.
Note: The natives are all extracted while installing. So you don’t need to use this function in most cases.