cobble-core 1.2.0

Library for managing, installing and launching Minecraft instances and more.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mod argument_replacements;
mod arguments;
mod classpath;
mod command;
mod detached_launch;
mod launch_options;
mod logging;

pub(crate) use argument_replacements::*;
pub(crate) use arguments::*;
pub(crate) use classpath::*;
pub use command::*;
pub use detached_launch::*;
pub use launch_options::{LaunchOptions, LaunchOptionsBuilder};
pub(crate) use logging::*;