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 classMemoryModListFields in net.minecraftforge.fml.relauncher.libraries declared as ModList Modifier and Type Field Description private ModListModList. parentFields 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. cacheMethods in net.minecraftforge.fml.relauncher.libraries that return ModList Modifier and Type Method Description static ModListModList. 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 voidLibraryManager. 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)
-