Class TILBootLauncherNeoForge
java.lang.Object
mods.thecomputerizer.theimpossiblelibrary.api.core.bootstrap.TILLauncher
mods.thecomputerizer.theimpossiblelibrary.neoforge.core.bootstrap.TILBootLauncherNeoForge
- All Implemented Interfaces:
cpw.mods.modlauncher.serviceapi.ILaunchPluginService
public class TILBootLauncherNeoForge
extends mods.thecomputerizer.theimpossiblelibrary.api.core.bootstrap.TILLauncher
implements cpw.mods.modlauncher.serviceapi.ILaunchPluginService
In a dev environment, we can add ourselves to the legacy classpath for BOOT layer service discovery
We can make use of this by implementing ILaunchPluginService
-
Nested Class Summary
Nested classes/interfaces inherited from interface cpw.mods.modlauncher.serviceapi.ILaunchPluginService
cpw.mods.modlauncher.serviceapi.ILaunchPluginService.ComputeFlags, cpw.mods.modlauncher.serviceapi.ILaunchPluginService.ITransformerLoader, cpw.mods.modlauncher.serviceapi.ILaunchPluginService.Phase -
Field Summary
Fields inherited from class mods.thecomputerizer.theimpossiblelibrary.api.core.bootstrap.TILLauncher
activeLoader, DEV, logger, MODULES -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionEnumSet<cpw.mods.modlauncher.serviceapi.ILaunchPluginService.Phase>handlesClass(org.objectweb.asm.Type classType, boolean isEmpty) Methods inherited from class mods.thecomputerizer.theimpossiblelibrary.api.core.bootstrap.TILLauncher
fmlLoader, getLogger, init, isActiveForge, isActiveNeoforge, name, noneMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface cpw.mods.modlauncher.serviceapi.ILaunchPluginService
addResources, customAuditConsumer, getExtension, handlesClass, initializeLaunch, name, offerResource, processClass, processClass, processClassWithFlags
-
Constructor Details
-
TILBootLauncherNeoForge
public TILBootLauncherNeoForge()
-
-
Method Details
-
handlesClass
public EnumSet<cpw.mods.modlauncher.serviceapi.ILaunchPluginService.Phase> handlesClass(org.objectweb.asm.Type classType, boolean isEmpty) - Specified by:
handlesClassin interfacecpw.mods.modlauncher.serviceapi.ILaunchPluginService
-