Uses of Class
net.minecraftforge.fml.relauncher.libraries.Artifact
Packages that use Artifact
-
Uses of Artifact in net.minecraftforge.fml.relauncher.libraries
Fields in net.minecraftforge.fml.relauncher.libraries with type parameters of type ArtifactModifier and TypeFieldDescriptionModList.art_map
ModList.artifacts
ModList.artifacts_imm
LinkRepository.snapshots
Methods in net.minecraftforge.fml.relauncher.libraries that return ArtifactModifier and TypeMethodDescriptionprivate static Artifact
LibraryManager.readArtifact
(Repository repo, Attributes meta) static Artifact
Repository.resolveAll
(Artifact artifact) Methods in net.minecraftforge.fml.relauncher.libraries that return types with arguments of type ArtifactModifier and TypeMethodDescriptionprivate static org.apache.commons.lang3.tuple.Pair<Artifact,
byte[]> LibraryManager.extractPacked
(File file, ModList modlist, File... modDirs) private static org.apache.commons.lang3.tuple.Pair<Artifact,
byte[]> LibraryManager.extractPacked
(JarFile jar, ModList modlist, File... modDirs) ModList.flatten()
LibraryManager.flattenLists
(File mcDir) ModList.getArtifacts()
Methods in net.minecraftforge.fml.relauncher.libraries with parameters of type ArtifactModifier and TypeMethodDescriptionvoid
int
int
Artifact.compareVersion
(Artifact o) boolean
static Artifact
Repository.resolveAll
(Artifact artifact) Constructors in net.minecraftforge.fml.relauncher.libraries with parameters of type Artifact