FCLauncher/fclauncher/frontend/wailsjs/go/main/InstanceManager.js
2024-10-31 18:21:09 -06:00

40 lines
1.2 KiB
JavaScript
Executable File

// @ts-check
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT
export function CheckUpdate(arg1) {
return window['go']['main']['InstanceManager']['CheckUpdate'](arg1);
}
export function GetInstance(arg1) {
return window['go']['main']['InstanceManager']['GetInstance'](arg1);
}
export function GetInstances() {
return window['go']['main']['InstanceManager']['GetInstances']();
}
export function InstallFabric(arg1, arg2) {
return window['go']['main']['InstanceManager']['InstallFabric'](arg1, arg2);
}
export function InstallModpack(arg1, arg2) {
return window['go']['main']['InstanceManager']['InstallModpack'](arg1, arg2);
}
export function InstallQuilt(arg1, arg2) {
return window['go']['main']['InstanceManager']['InstallQuilt'](arg1, arg2);
}
export function InstallVanilla(arg1, arg2) {
return window['go']['main']['InstanceManager']['InstallVanilla'](arg1, arg2);
}
export function LaunchInstance(arg1) {
return window['go']['main']['InstanceManager']['LaunchInstance'](arg1);
}
export function SearchInstances() {
return window['go']['main']['InstanceManager']['SearchInstances']();
}