|
Quilt Loader 1
|
Additional Inherited Members | |
| Public Member Functions inherited from net.fabricmc.loader.impl.launch.FabricLauncherBase | |
| void | addToClassPath (Path path, String... allowedPrefixes) |
| void | setAllowedPrefixes (Path path, String... prefixes) |
| EnvType | getEnvironmentType () |
| boolean | isClassLoaded (String name) |
| Class<?> | loadIntoTarget (String name) throws ClassNotFoundException |
| Load a class into the game's class loader even if its bytes are only available from the parent class loader. | |
| InputStream | getResourceAsStream (String name) |
| ClassLoader | getTargetClassLoader () |
| byte[] | getClassByteArray (String name, boolean runTransformers) throws IOException |
| Gets the byte array for a particular class. | |
| Manifest | getManifest (Path originPath) |
| boolean | isDevelopment () |
| String | getEntrypoint () |
| String | getTargetNamespace () |
| List< Path > | getClassPath () |
| Static Public Member Functions inherited from net.fabricmc.loader.impl.launch.FabricLauncherBase | |
| static Class<?> | getClass (String className) throws ClassNotFoundException |
| static FabricLauncher | getLauncher () |
| static Map< String, Object > | getProperties () |
| static boolean | isMixinReady () |