Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AssetDir string = filepath.Join(DATA_PATH, "assets")
View Source
var AssetIndexDir string = filepath.Join(AssetDir, "indexes")
View Source
var AssetObjectDir string = filepath.Join(AssetDir, "objects")
View Source
var AssetVersionManifestFile string = filepath.Join(AssetDir, "versionManifest", "version_manifest_v2.json")
View Source
var ConfigFile string = "config/config.json"
View Source
var DATA_PATH string = "data"
Data Directory
View Source
var InstanceDir string = filepath.Join(DATA_PATH, "instances")
View Source
var JavaLinuxDownloadUrl = "https://download.oracle.com/java/21/latest/jdk-21_linux-x64_bin.deb"
View Source
var JavaLinuxRuntimeArchive string = filepath.Join(RuntimeDir, "java21.tar.gz")
View Source
var JavaMacDownloadUrl = "https://download.oracle.com/java/21/latest/jdk-21_macos-x64_bin.tar.gz"
View Source
var JavaMacRuntimeArchive string = filepath.Join(RuntimeDir, "java21.tar.gz")
View Source
var JavaRuntimeDir string = filepath.Join(RuntimeDir, "java-runtime")
View Source
var JavaWinDownloadUrl = "https://download.oracle.com/java/21/latest/jdk-21_windows-x64_bin.zip"
View Source
var JavaWinRuntimeArchive string = filepath.Join(RuntimeDir, "java21.zip")
View Source
var LauncherName string = "GoMCLauncher"
View Source
var LauncherVersion string = "1.0.0-aplha.2"
View Source
var LibrariesDir string = filepath.Join(DATA_PATH, "libraries")
View Source
var NativeLibrariesDir string = filepath.Join(DATA_PATH, "libraries", "natives")
View Source
var RuntimeDir string = filepath.Join(DATA_PATH, "runtimes")
Java Options
View Source
var Username string = "Kureichi"
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.