| Package | Description |
|---|---|
| org.basinmc.lavatory.version |
| Modifier and Type | Method | Description |
|---|---|---|
AssetIndexReference |
Version.getAssetIndex() |
Retrieves the location, size, checksum and total asset size for the asset index used by this
game version.
|
| 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.