LauncherOptions constructor

LauncherOptions({
  1. required String version,
  2. bool lwjgl = false,
  3. bool noOutput = false,
  4. bool specifics = false,
  5. bool commands = false,
  6. bool inMemory = false,
  7. bool jndi = false,
  8. bool lookup = false,
  9. bool paulscode = false,
  10. bool offline = false,
  11. bool keep = false,
  12. String? jvmArgs,
  13. String? gameArgs,
  14. int retries = 0,
  15. String? username,
  16. 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,
});