public abstract class DefaultLayoutProvider extends URIDownloadProvider
| Constructor and Description |
|---|
DefaultLayoutProvider() |
| Modifier and Type | Method and Description |
|---|---|
URI |
getAsset(Asset asset) |
protected abstract String |
getAssetBaseURL() |
URI |
getAssetIndex(Version version)
Deprecated.
|
protected abstract String |
getAssetIndexBaseURL()
Deprecated.
|
URI |
getGameJar(Version version)
Deprecated.
|
URI |
getGameVersionJson(String version)
Deprecated.
|
URI |
getLibrary(Library library)
Deprecated.
|
protected abstract String |
getLibraryBaseURL()
Deprecated.
|
protected abstract String |
getVersionBaseURL()
Deprecated.
|
URI |
getVersionList() |
protected abstract String |
getVersionListURL() |
asset, assetsIndex, gameJar, gameVersionJson, library, registerLibraryDownloadHandler, unregisterLibraryDownloadHandler, versionList@Deprecated public URI getLibrary(Library library)
getLibrary in class URIDownloadProvider@Deprecated public URI getGameJar(Version version)
getGameJar in class URIDownloadProvider@Deprecated public URI getGameVersionJson(String version)
getGameVersionJson in class URIDownloadProvider@Deprecated public URI getAssetIndex(Version version)
getAssetIndex in class URIDownloadProviderpublic URI getVersionList()
getVersionList in class URIDownloadProviderpublic URI getAsset(Asset asset)
getAsset in class URIDownloadProvider@Deprecated protected abstract String getLibraryBaseURL()
@Deprecated protected abstract String getVersionBaseURL()
@Deprecated protected abstract String getAssetIndexBaseURL()
protected abstract String getVersionListURL()
protected abstract String getAssetBaseURL()
Copyright © 2016. All rights reserved.