Crate dmclc5

Crate dmclc5 

Source
Expand description

A Minecraft launcher library.

Modules§

components
Things about mod and components.
minecraft
Things about Minecraft itself.
utils
Some utilities.

Structs§

LauncherContext
The core struct for DMCLC. It contains everything we need.
StdioUserInterface
An example implementation of UserInterface It is for some simple use cases.

Traits§

UserInterface
A trait for interacting with users that should be implemented by the client.