SYMBOL INDEX (33 symbols across 8 files) FILE: ForgeHack.java class ForgeHack (line 13) | public class ForgeHack method getClassLoader (line 15) | private static ClassLoader getClassLoader(String jarfile) class MInvocationHandler (line 28) | private static class MInvocationHandler implements InvocationHandler method invoke (line 30) | public Object invoke(Object proxy, Method method, Object[] args) method run_v1 (line 58) | private static boolean run_v1(File target, ClassLoader loader) method run_v15 (line 77) | private static boolean run_v15(File target, ClassLoader loader) method run_v2 (line 107) | private static boolean run_v2(File target, File jarfile, ClassLoader l... method main (line 169) | public static void main(String[] args) throws Exception FILE: clean.py function make_global (line 8) | def make_global(dir, gdir): function main (line 22) | def main(override_mcdir=None, override_inst_root=None): FILE: fabric_install.py function get_latest_ver (line 9) | def get_latest_ver(): function main (line 24) | def main(manifest, mcver, mlver, packname, mc_dir, manual): function get_version_id (line 57) | def get_version_id(mcver, mlver): FILE: forge_install.py function get_forge_url (line 11) | def get_forge_url(mcver, mlver): function guess_forge_url (line 32) | def guess_forge_url(mcver, mlver): function main (line 36) | def main(manifest, mcver, mlver, packname, mc_dir, manual): function get_version_id (line 93) | def get_version_id(mcver, mlver): FILE: install.py function copy_tree (line 30) | def copy_tree(src, dest): function start_launcher (line 45) | def start_launcher(mc_dir): function get_user_mcdir (line 48) | def get_user_mcdir(): function mkdirp (line 92) | def mkdirp(path): function main (line 104) | def main(zipfile, FILE: migrate.py function main (line 6) | def main(): FILE: mod_download.py function get_json (line 20) | def get_json(session, url): function fetch_mod (line 39) | def fetch_mod(session, f, out_dir): function download_mods_async (line 76) | async def download_mods_async(manifest, out_dir): function main (line 113) | def main(manifest_json, mods_dir): FILE: util.py function status_bar (line 7) | def status_bar(text, progress, bar_width=0.5, show_percent=True, borders... function download (line 25) | def download(url, dest, progress=False, session=None): function rename_profile (line 63) | def rename_profile(launcher_profiles, orig_name, new_name): function __user_preferences_file (line 69) | def __user_preferences_file(): function get_user_preference (line 75) | def get_user_preference(key): function set_user_preference (line 87) | def set_user_preference(key, value):