Uses of Class
net.minecraftforge.fml.relauncher.libraries.ModList
-
Packages that use ModList Package Description net.minecraftforge.fml.relauncher.libraries -
-
Uses of ModList in net.minecraftforge.fml.relauncher.libraries
Subclasses of ModList in net.minecraftforge.fml.relauncher.libraries Modifier and Type Class Description class
MemoryModList
Fields in net.minecraftforge.fml.relauncher.libraries declared as ModList Modifier and Type Field Description private ModList
ModList. parent
Fields in net.minecraftforge.fml.relauncher.libraries with type parameters of type ModList Modifier and Type Field Description (package private) static java.util.Map<java.lang.String,ModList>
ModList. cache
Methods in net.minecraftforge.fml.relauncher.libraries that return ModList Modifier and Type Method Description static ModList
ModList. create(java.io.File json, java.io.File mcdir)
Methods in net.minecraftforge.fml.relauncher.libraries that return types with arguments of type ModList Modifier and Type Method Description static java.util.List<ModList>
ModList. getBasicLists(java.io.File mcdir)
static java.util.List<ModList>
ModList. getKnownLists(java.io.File mcdir)
Methods in net.minecraftforge.fml.relauncher.libraries with parameters of type ModList Modifier and Type Method Description private static void
LibraryManager. cleanDirectory(java.io.File dir, ModList modlist, java.io.File... modDirs)
private static org.apache.commons.lang3.tuple.Pair<Artifact,byte[]>
LibraryManager. extractPacked(java.io.File file, ModList modlist, java.io.File... modDirs)
private static org.apache.commons.lang3.tuple.Pair<Artifact,byte[]>
LibraryManager. extractPacked(java.util.jar.JarFile jar, ModList modlist, java.io.File... modDirs)
-