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.plugins
Methods in cpw.mods.modlauncher that return types with arguments of type ILaunchPluginServiceModifier and TypeMethodDescriptionLaunchPluginHandler.computeLaunchPluginTransformerSet
(org.objectweb.asm.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 TypeMethodDescriptionvoid
TransformerAuditTrail.addPluginAuditTrail
(String clazz, ILaunchPluginService plugin, ILaunchPluginService.Phase phase) void
TransformerAuditTrail.addPluginCustomAuditTrail
(String clazz, ILaunchPluginService plugin, String... data) Method parameters in cpw.mods.modlauncher with type arguments of type ILaunchPluginServiceModifier and TypeMethodDescription(package private) int
LaunchPluginHandler.offerClassNodeToPlugins
(ILaunchPluginService.Phase phase, List<ILaunchPluginService> plugins, @Nullable org.objectweb.asm.tree.ClassNode node, org.objectweb.asm.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 TypeClassDescriptionclass
Transforms enums implementingIExtensibleEnum
to 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 TypeClassDescriptionclass
Masks classes from the Minecraft jar that are for the wrong distribution in a development environment, throwing an informative exception.