1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
/// Argument placeholder replacement
mod argument_replacements;
/// Extracting natives from libraries
mod extract_native;
/// Installation
pub mod install;
/// Installation progress updates
pub mod installation_update;
/// Launching
pub mod launch;
/// Launch Options
pub mod launch_options;
/// Models for the Minecraft APIs
pub mod models;
/// Handle for the started Minecraft process
pub mod process_handle;