Mojang provider plugin for MinecraftJar.NET.
Provider for:
- Vanilla
- Bedrock
The plugin is already bundled with the core library MinecraftJar.NET.
The plugin has a few minor specialities compared to the core interfaces. If required the interface can be casted to it's instantiated classes.
IMinecraftProvider
to MojangProviderIMinecraftProject
to MojangProjectIMinecraftVersion
to MojangVersion- For all groups the Build ID is the same as the version ID
- For Bedrock an
Os
property is provided as the executables are compiled for Windows or Linux
IMinecraftDownload
to MojangDownload- For Bedrock, no
Hash
orReleaseTime
is provided - Older version did not provide as server therefore
Url
might be empty
- For Bedrock, no