pub async fn load_screenshots(
minecraft_path: impl AsRef<Path> + Send,
) -> CobbleResult<Vec<Screenshot>>
Available on crate feature
screenshots
only.Expand description
Loads all screenshots from the minecraft folder.
pub async fn load_screenshots(
minecraft_path: impl AsRef<Path> + Send,
) -> CobbleResult<Vec<Screenshot>>
screenshots
only.Loads all screenshots from the minecraft folder.