LauncherOptions constructor
LauncherOptions({
- required String version,
- bool lwjgl = false,
- bool noOutput = false,
- bool specifics = false,
- bool commands = false,
- bool inMemory = false,
- bool jndi = false,
- bool lookup = false,
- bool paulscode = false,
- bool offline = false,
- bool keep = false,
- String? jvmArgs,
- String? gameArgs,
- int retries = 0,
- String? username,
- Directory? workingDirectory,
Constructor
Implementation
LauncherOptions({
required this.version,
this.lwjgl = false,
this.noOutput = false,
this.specifics = false,
this.commands = false,
this.inMemory = false,
this.jndi = false,
this.lookup = false,
this.paulscode = false,
this.offline = false,
this.keep = false,
this.jvmArgs,
this.gameArgs,
this.retries = 0,
this.username,
this.workingDirectory,
});