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
(org.objectweb.asm.Type className, boolean isEmpty, String reason, TransformerAuditTrail auditTrail) Methods in cpw.mods.modlauncher with parameters of type ILaunchPluginService.PhaseModifier and TypeMethodDescriptionvoid
TransformerAuditTrail.addPluginAuditTrail
(String clazz, ILaunchPluginService plugin, ILaunchPluginService.Phase phase) (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) -
Uses of ILaunchPluginService.Phase in cpw.mods.modlauncher.serviceapi
Methods in cpw.mods.modlauncher.serviceapi that return ILaunchPluginService.PhaseModifier and TypeMethodDescriptionstatic ILaunchPluginService.Phase
Returns 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
(org.objectweb.asm.Type classType, boolean isEmpty) If this plugin wants to receive theClassNode
intoILaunchPluginService.processClass(cpw.mods.modlauncher.serviceapi.ILaunchPluginService.Phase, org.objectweb.asm.tree.ClassNode, org.objectweb.asm.Type)
default EnumSet
<ILaunchPluginService.Phase> ILaunchPluginService.handlesClass
(org.objectweb.asm.Type classType, boolean isEmpty, String reason) If this plugin wants to receive theClassNode
intoILaunchPluginService.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 boolean
ILaunchPluginService.processClass
(ILaunchPluginService.Phase phase, org.objectweb.asm.tree.ClassNode classNode, org.objectweb.asm.Type classType) Each class loaded is offered to the plugin for processing.default boolean
ILaunchPluginService.processClass
(ILaunchPluginService.Phase phase, org.objectweb.asm.tree.ClassNode classNode, org.objectweb.asm.Type classType, String reason) Each class loaded is offered to the plugin for processing.default int
ILaunchPluginService.processClassWithFlags
(ILaunchPluginService.Phase phase, org.objectweb.asm.tree.ClassNode classNode, org.objectweb.asm.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.NAY
private static final EnumSet
<ILaunchPluginService.Phase> AccessTransformerService.YAY
Methods in net.neoforged.fml.common.asm that return types with arguments of type ILaunchPluginService.PhaseModifier and TypeMethodDescriptionAccessTransformerService.handlesClass
(org.objectweb.asm.Type classType, boolean isEmpty) Methods in net.neoforged.fml.common.asm with parameters of type ILaunchPluginService.PhaseModifier and TypeMethodDescriptionint
AccessTransformerService.processClassWithFlags
(ILaunchPluginService.Phase phase, org.objectweb.asm.tree.ClassNode classNode, org.objectweb.asm.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.NAY
private static final EnumSet
<ILaunchPluginService.Phase> RuntimeEnumExtender.YAY
Methods in net.neoforged.fml.common.asm.enumextension that return types with arguments of type ILaunchPluginService.PhaseModifier and TypeMethodDescriptionRuntimeEnumExtender.handlesClass
(org.objectweb.asm.Type classType, boolean isEmpty) Methods in net.neoforged.fml.common.asm.enumextension with parameters of type ILaunchPluginService.PhaseModifier and TypeMethodDescriptionboolean
RuntimeEnumExtender.processClass
(ILaunchPluginService.Phase phase, org.objectweb.asm.tree.ClassNode classNode, org.objectweb.asm.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_PHASES
Methods in net.neoforged.fml.loading.log4j that return types with arguments of type ILaunchPluginService.PhaseModifier and TypeMethodDescriptionSLF4JFixerLaunchPluginService.handlesClass
(org.objectweb.asm.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.EMPTY
Methods in net.neoforged.fml.loading.moddiscovery.locators that return types with arguments of type ILaunchPluginService.PhaseModifier and TypeMethodDescriptionNeoForgeDevDistCleaner.handlesClass
(org.objectweb.asm.Type classType, boolean isEmpty)