Class CloudNetLaunchPluginService
java.lang.Object
eu.cloudnetservice.ext.modlauncher.CloudNetLaunchPluginService
- All Implemented Interfaces:
cpw.mods.modlauncher.serviceapi.ILaunchPluginService
public final class CloudNetLaunchPluginService
extends Object
implements cpw.mods.modlauncher.serviceapi.ILaunchPluginService
Hacky service class to hook into the ModLauncher sponge is using to prevent double loading of CloudNet internal
classes.
-
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionhandlesClass(org.objectweb.asm.Type classType, boolean isEmpty) voidinitializeLaunch(cpw.mods.modlauncher.serviceapi.ILaunchPluginService.ITransformerLoader transformerLoader, Path[] specialPaths) name()booleanprocessClass(cpw.mods.modlauncher.serviceapi.ILaunchPluginService.Phase phase, org.objectweb.asm.tree.ClassNode classNode, org.objectweb.asm.Type classType) Methods 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, offerResource, processClass, processClassWithFlags
-
Field Details
-
EXCLUDED_PACKAGE_STARTS
-
-
Constructor Details
-
CloudNetLaunchPluginService
public CloudNetLaunchPluginService()
-
-
Method Details
-
name
- Specified by:
namein interfacecpw.mods.modlauncher.serviceapi.ILaunchPluginService
-
handlesClass
@NonNull public @NonNull EnumSet<cpw.mods.modlauncher.serviceapi.ILaunchPluginService.Phase> handlesClass(org.objectweb.asm.Type classType, boolean isEmpty) - Specified by:
handlesClassin interfacecpw.mods.modlauncher.serviceapi.ILaunchPluginService
-
processClass
public boolean processClass(cpw.mods.modlauncher.serviceapi.ILaunchPluginService.Phase phase, org.objectweb.asm.tree.ClassNode classNode, org.objectweb.asm.Type classType) - Specified by:
processClassin interfacecpw.mods.modlauncher.serviceapi.ILaunchPluginService
-
initializeLaunch
public void initializeLaunch(cpw.mods.modlauncher.serviceapi.ILaunchPluginService.ITransformerLoader transformerLoader, Path[] specialPaths) - Specified by:
initializeLaunchin interfacecpw.mods.modlauncher.serviceapi.ILaunchPluginService
-