| Package | Description | 
|---|---|
| net.minecraftforge.fml.relauncher.libraries | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | LinkRepository | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Repository | LibraryManager. libraries_dir | 
| private Repository | ModList. repo | 
| private Repository | Artifact. repo | 
| Modifier and Type | Field and Description | 
|---|---|
| (package private) static java.util.Map<java.lang.String,Repository> | Repository. cache | 
| Modifier and Type | Method and Description | 
|---|---|
| static Repository | Repository. create(java.io.File root) | 
| static Repository | Repository. create(java.io.File root,
      java.lang.String name) | 
| static Repository | Repository. get(java.lang.String name) | 
| static Repository | LibraryManager. getDefaultRepo() | 
| Repository | ModList. getRepository() | 
| Repository | Artifact. getRepository() | 
| static Repository | Repository. replace(java.io.File root,
       java.lang.String name) | 
| Modifier and Type | Method and Description | 
|---|---|
| private static Artifact | LibraryManager. readArtifact(Repository repo,
            java.util.jar.Attributes meta) | 
| Constructor and Description | 
|---|
| Artifact(Artifact other,
        Repository repo,
        java.lang.String timestamp) | 
| Artifact(Repository repo,
        java.lang.String value,
        java.lang.String timestamp) | 
| MemoryModList(Repository repo) | 
| ModList(Repository repo) |