Uses of Enum Class
cpw.mods.modlauncher.serviceapi.ILaunchPluginService.Phase
Packages that use ILaunchPluginService.Phase
Package
Description
-
Uses of ILaunchPluginService.Phase in cpw.mods.modlauncher
Methods in cpw.mods.modlauncher that return types with arguments of type ILaunchPluginService.PhaseModifier and TypeMethodDescriptionLaunchPluginHandler.computeLaunchPluginTransformerSet(Type className, boolean isEmpty, String reason, TransformerAuditTrail auditTrail) Methods in cpw.mods.modlauncher with parameters of type ILaunchPluginService.PhaseModifier and TypeMethodDescriptionvoidTransformerAuditTrail.addPluginAuditTrail(String clazz, ILaunchPluginService plugin, ILaunchPluginService.Phase phase) (package private) intLaunchPluginHandler.offerClassNodeToPlugins(ILaunchPluginService.Phase phase, List<ILaunchPluginService> plugins, @Nullable org.objectweb.asm.tree.ClassNode node, Type className, TransformerAuditTrail auditTrail, String reason) -
Uses of ILaunchPluginService.Phase in cpw.mods.modlauncher.serviceapi
Methods in cpw.mods.modlauncher.serviceapi that return ILaunchPluginService.PhaseModifier and TypeMethodDescriptionstatic ILaunchPluginService.PhaseReturns the enum constant of this class with the specified name.static ILaunchPluginService.Phase[]ILaunchPluginService.Phase.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cpw.mods.modlauncher.serviceapi that return types with arguments of type ILaunchPluginService.PhaseModifier and TypeMethodDescriptionILaunchPluginService.handlesClass(Type classType, boolean isEmpty) If this plugin wants to receive theClassNodeintoILaunchPluginService.processClass(cpw.mods.modlauncher.serviceapi.ILaunchPluginService.Phase, org.objectweb.asm.tree.ClassNode, org.objectweb.asm.Type)default EnumSet<ILaunchPluginService.Phase> ILaunchPluginService.handlesClass(Type classType, boolean isEmpty, String reason) If this plugin wants to receive theClassNodeintoILaunchPluginService.processClass(cpw.mods.modlauncher.serviceapi.ILaunchPluginService.Phase, org.objectweb.asm.tree.ClassNode, org.objectweb.asm.Type)Methods in cpw.mods.modlauncher.serviceapi with parameters of type ILaunchPluginService.PhaseModifier and TypeMethodDescriptiondefault booleanILaunchPluginService.processClass(ILaunchPluginService.Phase phase, org.objectweb.asm.tree.ClassNode classNode, Type classType) Each class loaded is offered to the plugin for processing.default booleanILaunchPluginService.processClass(ILaunchPluginService.Phase phase, org.objectweb.asm.tree.ClassNode classNode, Type classType, String reason) Each class loaded is offered to the plugin for processing.default intILaunchPluginService.processClassWithFlags(ILaunchPluginService.Phase phase, org.objectweb.asm.tree.ClassNode classNode, Type classType, String reason) Each class loaded is offered to the plugin for processing. -
Uses of ILaunchPluginService.Phase in net.neoforged.fml.common.asm
Fields in net.neoforged.fml.common.asm with type parameters of type ILaunchPluginService.PhaseModifier and TypeFieldDescriptionprivate static final EnumSet<ILaunchPluginService.Phase> AccessTransformerService.NAYprivate static final EnumSet<ILaunchPluginService.Phase> AccessTransformerService.YAYMethods in net.neoforged.fml.common.asm that return types with arguments of type ILaunchPluginService.PhaseModifier and TypeMethodDescriptionAccessTransformerService.handlesClass(Type classType, boolean isEmpty) Methods in net.neoforged.fml.common.asm with parameters of type ILaunchPluginService.PhaseModifier and TypeMethodDescriptionintAccessTransformerService.processClassWithFlags(ILaunchPluginService.Phase phase, org.objectweb.asm.tree.ClassNode classNode, Type classType, String reason) -
Uses of ILaunchPluginService.Phase in net.neoforged.fml.common.asm.enumextension
Fields in net.neoforged.fml.common.asm.enumextension with type parameters of type ILaunchPluginService.PhaseModifier and TypeFieldDescriptionprivate static final EnumSet<ILaunchPluginService.Phase> RuntimeEnumExtender.NAYprivate static final EnumSet<ILaunchPluginService.Phase> RuntimeEnumExtender.YAYMethods in net.neoforged.fml.common.asm.enumextension that return types with arguments of type ILaunchPluginService.PhaseModifier and TypeMethodDescriptionRuntimeEnumExtender.handlesClass(Type classType, boolean isEmpty) Methods in net.neoforged.fml.common.asm.enumextension with parameters of type ILaunchPluginService.PhaseModifier and TypeMethodDescriptionbooleanRuntimeEnumExtender.processClass(ILaunchPluginService.Phase phase, org.objectweb.asm.tree.ClassNode classNode, Type classType) -
Uses of ILaunchPluginService.Phase in net.neoforged.fml.loading.log4j
Fields in net.neoforged.fml.loading.log4j with type parameters of type ILaunchPluginService.PhaseModifier and TypeFieldDescriptionprivate static final EnumSet<ILaunchPluginService.Phase> SLF4JFixerLaunchPluginService.NO_PHASESMethods in net.neoforged.fml.loading.log4j that return types with arguments of type ILaunchPluginService.PhaseModifier and TypeMethodDescriptionSLF4JFixerLaunchPluginService.handlesClass(Type classType, boolean isEmpty) -
Uses of ILaunchPluginService.Phase in net.neoforged.fml.loading.moddiscovery.locators
Fields in net.neoforged.fml.loading.moddiscovery.locators with type parameters of type ILaunchPluginService.PhaseModifier and TypeFieldDescriptionprivate static final EnumSet<ILaunchPluginService.Phase> NeoForgeDevDistCleaner.EMPTYMethods in net.neoforged.fml.loading.moddiscovery.locators that return types with arguments of type ILaunchPluginService.PhaseModifier and TypeMethodDescriptionNeoForgeDevDistCleaner.handlesClass(Type classType, boolean isEmpty)