Minecraft.NET Library
This documentation provides an overview of the Minecraft Client library and its usage for managing Minecraft instances and starting the Minecraft client.
Prerequisites
Installation
Install-Package Minecraft.NETUsage
Creating an Instance Manager
// Create an instance manager to handle instances in the specified directory.
InstanceManager manager = new InstanceManager("./instances");Creating a Minecraft Instance
Retrieving Instances
Minecraft Versions
List Minecraft Versions
Sets the Instance Minecraft Version
Creating a Minecraft Client
Starting the Minecraft Client
Last updated
