| Package | Description |
|---|---|
| org.basinmc.lavatory.version |
| Modifier and Type | Method | Description |
|---|---|---|
List<ProgramArgument> |
Version.getGameArguments() |
Retrieves a list of potential game arguments which are to be passed to the client executable
when launching the game.
|
List<ProgramArgument> |
Version.getJvmArguments() |
Retrieves a list of potential JVM arguments which are to be passed to the Java executable
when launching the game (only applies to the client).
|
| Constructor | Description |
|---|---|
Version(String id,
int minimumLauncherVersion,
VersionType type,
OffsetDateTime releaseTime,
OffsetDateTime modificationTime,
String mainClass,
List<ProgramArgument> gameArguments,
List<ProgramArgument> jvmArguments,
Download clientDownload,
Download serverDownload,
Download windowsServerDownload,
String assets,
AssetIndexReference assetIndex,
Set<LibraryReference> libraries,
LoggerConfiguration clientLoggerConfiguration) |
|
Version(String id,
int minimumLauncherVersion,
VersionType type,
OffsetDateTime releaseTime,
OffsetDateTime modificationTime,
String mainClass,
Map<String,List<ProgramArgument>> arguments,
Map<String,Download> downloads,
String assets,
AssetIndexReference assetIndex,
Set<LibraryReference> libraries,
Map<String,LoggerConfiguration> loggerConfigurations,
String legacyArguments) |
Copyright © 2018 Basin. All rights reserved.