Expand description
A Minecraft launcher library.
Modules§
- components
- Things about mod and components.
- minecraft
- Things about Minecraft itself.
- utils
- Some utilities.
Structs§
- Launcher
Context - The core struct for DMCLC. It contains everything we need.
- Stdio
User Interface - An example implementation of UserInterface It is for some simple use cases.
Traits§
- User
Interface - A trait for interacting with users that should be implemented by the client.