pub fn create_loader(
loader_type: LoaderType,
java_path: Option<PathBuf>,
) -> Box<dyn LoaderInstaller>Expand description
Build the installer matching a LoaderType.
pub fn create_loader(
loader_type: LoaderType,
java_path: Option<PathBuf>,
) -> Box<dyn LoaderInstaller>Build the installer matching a LoaderType.