| Package | Description |
|---|---|
| org.basinmc.lavatory.version |
| Modifier and Type | Method | Description |
|---|---|---|
VersionType |
Version.getType() |
Retrieves the type and stability of this particular version.
|
VersionType |
VersionReference.getType() |
|
static VersionType |
VersionType.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static VersionType[] |
VersionType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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) |
|
VersionReference(String id,
VersionType type,
OffsetDateTime releaseTime,
OffsetDateTime modificationTime,
URL url) |
Copyright © 2018 Basin. All rights reserved.