minecraft-core-master
Version:
Núcleo avanzado para launchers de Minecraft. Descarga, instala y ejecuta versiones de Minecraft, assets, librerías, Java y loaders de forma automática y eficiente.
14 lines (13 loc) • 1.08 kB
TypeScript
import { AssetsDownloader } from "./Minecraft/Assets.js";
import { ClientDownloader } from "./Minecraft/Version.js";
import { RuntimeDownloader } from "./Minecraft/Runtime.js";
import { LibraryBuyer } from "./Minecraft/LibraryBuyer.js";
import { LibrariesDownloader } from "./Minecraft/Libraries.js";
import { ArgumentsBuilder } from "./Minecraft/Arguments.js";
import { MinecraftDownloader } from "./Components/Download.js";
import { MinecraftLaunch } from "./Components/Launch.js";
import { Status } from "./Utils/Status.js";
import Microsoft from './Authenticator/Microsoft.js';
import * as Mojang from './Authenticator/Mojang.js';
import AZauth from './Authenticator/AZauth.js';
export { LibraryBuyer as LibraryBuyer, AssetsDownloader as AssetsDownloader, ClientDownloader as ClientDownloader, ArgumentsBuilder as ArgumentsBuilder, RuntimeDownloader as RuntimeDownloader, LibrariesDownloader as LibrariesDownloader, MinecraftLaunch as MinecraftLaunch, MinecraftDownloader as MinecraftDownloader, Status as Status, Microsoft as Microsoft, Mojang as Mojang, AZauth as AZauth, };