Uses of Interface
cpw.mods.modlauncher.serviceapi.ILaunchPluginService
Packages that use ILaunchPluginService
Package
Description
-
Uses of ILaunchPluginService in cpw.mods.modlauncher
Fields in cpw.mods.modlauncher with type parameters of type ILaunchPluginServiceModifier and TypeFieldDescriptionprivate final Map<String, ILaunchPluginService> LaunchPluginHandler.pluginsMethods in cpw.mods.modlauncher that return types with arguments of type ILaunchPluginServiceModifier and TypeMethodDescriptionLaunchPluginHandler.computeLaunchPluginTransformerSet(Type className, boolean isEmpty, String reason, TransformerAuditTrail auditTrail) Environment.findLaunchPlugin(String name) (package private) Optional<ILaunchPluginService> Launcher.findLaunchPlugin(String name) Methods in cpw.mods.modlauncher with parameters of type ILaunchPluginServiceModifier and TypeMethodDescriptionvoidTransformerAuditTrail.addPluginAuditTrail(String clazz, ILaunchPluginService plugin, ILaunchPluginService.Phase phase) voidTransformerAuditTrail.addPluginCustomAuditTrail(String clazz, ILaunchPluginService plugin, String... data) Method parameters in cpw.mods.modlauncher with type arguments of type ILaunchPluginServiceModifier and TypeMethodDescription(package private) intLaunchPluginHandler.offerClassNodeToPlugins(ILaunchPluginService.Phase phase, List<ILaunchPluginService> plugins, @Nullable org.objectweb.asm.tree.ClassNode node, Type className, TransformerAuditTrail auditTrail, String reason) Constructor parameters in cpw.mods.modlauncher with type arguments of type ILaunchPluginService -
Uses of ILaunchPluginService in cpw.mods.modlauncher.api
Methods in cpw.mods.modlauncher.api that return types with arguments of type ILaunchPluginServiceModifier and TypeMethodDescriptionIEnvironment.findLaunchPlugin(String name) Find the namedILaunchPluginService -
Uses of ILaunchPluginService in net.neoforged.fml.common.asm
Classes in net.neoforged.fml.common.asm that implement ILaunchPluginService -
Uses of ILaunchPluginService in net.neoforged.fml.common.asm.enumextension
Classes in net.neoforged.fml.common.asm.enumextension that implement ILaunchPluginServiceModifier and TypeClassDescriptionclassTransforms enums implementingIExtensibleEnumto add additional entries loaded from files provided by mods -
Uses of ILaunchPluginService in net.neoforged.fml.loading.log4j
Classes in net.neoforged.fml.loading.log4j that implement ILaunchPluginService -
Uses of ILaunchPluginService in net.neoforged.fml.loading.moddiscovery.locators
Classes in net.neoforged.fml.loading.moddiscovery.locators that implement ILaunchPluginServiceModifier and TypeClassDescriptionclassMasks classes from the Minecraft jar that are for the wrong distribution in a development environment, throwing an informative exception.