Property | Type | Description | |
---|---|---|---|
MINECRAFT_EXE_NAME | string | ||
MINECRAFT_PACKAGE_FAMILY | string | ||
cancelSource | CancellationTokenSource |
Method | Description | |
---|---|---|
Backup ( ) : void | ||
Cancel ( ) : void | ||
GameManager ( ) : BedrockLauncher.Classes | ||
GetGameProcess ( AppActivationResult v ) : void | ||
KillGame ( ) : void | ||
OpenFolder ( object i ) : void | ||
Play ( MCProfile p, BLInstallation i, bool KeepLauncherOpen, bool Save = true ) : void | ||
Remove ( BLVersion v ) : void | ||
Repair ( BLVersion v ) : void |
Method | Description | |
---|---|---|
BetaAuthenticate ( ) : Task | ||
DeploymentProgressWrapper ( MCVersion version, IAsyncOperationWithProgress t ) : Task | ||
Download ( BLVersion v, bool RunAfterwards ) : Task |
||
DownloadVersion ( BLVersion v, VersionDownloader downloader, string dlPath, CancellationTokenSource cancelSource ) : Task | ||
ExtractPackage ( BLVersion v, string dlPath, CancellationTokenSource cancelSource ) : Task | ||
GameProcessExited ( object sender, EventArgs e ) : void | ||
GetPackageNameFromMainifest ( string filePath ) : string | ||
GetPackagePath ( Package pkg ) : string | ||
LaunchGame ( MCVersion v, bool KeepLauncherOpen ) : Task |
||
ReRegisterPackage ( MCVersion v, string gameDir ) : Task | ||
SetInstallationDataPath ( MCProfile p, BLInstallation i ) : Task | ||
UnregisterPackage ( MCVersion v, string gameDir, bool reRegisterMode ) : Task |
public GameManager ( ) : BedrockLauncher.Classes | ||
return | BedrockLauncher.Classes |
public GetGameProcess ( AppActivationResult v ) : void | ||
v | AppActivationResult | |
return | void |
public Play ( MCProfile p, BLInstallation i, bool KeepLauncherOpen, bool Save = true ) : void | ||
p | MCProfile | |
i | BLInstallation | |
KeepLauncherOpen | bool | |
Save | bool | |
return | void |
public static string MINECRAFT_EXE_NAME | ||
return | string |
public static string MINECRAFT_PACKAGE_FAMILY | ||
return | string |