| Package | Description |
|---|---|
| org.basinmc.lavatory.asset | |
| org.basinmc.lavatory.file | |
| org.basinmc.lavatory.version |
| Modifier and Type | Class | Description |
|---|---|---|
class |
AssetIndexReference |
Represents a reference to an asset index which effectively identifies where to retrieve game
assets from.
|
class |
AssetObject |
Represents a single asset object of an arbitrary file type within an index.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
LibraryArtifact |
Represents a single artifact for a specific library as well as its expected storage location.
|
class |
LoggerConfigurationFile |
Represents a logger configuration which which is available as a download.
|
| Modifier and Type | Method | Description |
|---|---|---|
Download |
Version.getClientDownload() |
Retrieves the location, size and checksum for the client archive for this version.
|
| Modifier and Type | Method | Description |
|---|---|---|
Optional<Download> |
Version.getServerDownload() |
Retrieves the location, size and checksum for the server archive for this version.
|
Optional<Download> |
Version.getWindowsServerDownload() |
Retrieves the location, size and checksum for the Windows server executable for this
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) |
Copyright © 2018 Basin. All rights reserved.