Uses of Enum Class
net.neoforged.neoforgespi.transformation.ClassProcessor.ComputeFlags
Packages that use ClassProcessor.ComputeFlags
Package
Description
-
Uses of ClassProcessor.ComputeFlags in net.neoforged.fml.classloading.transformation
Methods in net.neoforged.fml.classloading.transformation with parameters of type ClassProcessor.ComputeFlagsModifier and TypeMethodDescriptionprivate static ClassWriterClassTransformer.createClassWriter(ClassProcessor.ComputeFlags flags, org.objectweb.asm.tree.ClassNode clazzAccessor, ClassHierarchyRecomputationContext locator) -
Uses of ClassProcessor.ComputeFlags in net.neoforged.fml.common.asm
Methods in net.neoforged.fml.common.asm that return ClassProcessor.ComputeFlagsModifier and TypeMethodDescriptionAccessTransformerService.processClass(ClassProcessor.TransformationContext context) SimpleProcessorsGroup.processClass(ClassProcessor.TransformationContext context) -
Uses of ClassProcessor.ComputeFlags in net.neoforged.fml.common.asm.enumextension
Methods in net.neoforged.fml.common.asm.enumextension that return ClassProcessor.ComputeFlagsModifier and TypeMethodDescriptionRuntimeEnumExtender.processClass(ClassProcessor.TransformationContext context) -
Uses of ClassProcessor.ComputeFlags in net.neoforged.fml.loading.mixin
Methods in net.neoforged.fml.loading.mixin that return ClassProcessor.ComputeFlagsModifier and TypeMethodDescriptionFMLMixinClassProcessor.processClass(ClassProcessor.TransformationContext context) -
Uses of ClassProcessor.ComputeFlags in net.neoforged.fml.loading.moddiscovery.locators
Methods in net.neoforged.fml.loading.moddiscovery.locators that return ClassProcessor.ComputeFlagsModifier and TypeMethodDescriptionNeoForgeDevDistCleaner.processClass(ClassProcessor.TransformationContext context) -
Uses of ClassProcessor.ComputeFlags in net.neoforged.neoforgespi.transformation
Methods in net.neoforged.neoforgespi.transformation that return ClassProcessor.ComputeFlagsModifier and TypeMethodDescriptionClassProcessor.ComputeFlags.max(ClassProcessor.ComputeFlags other) Returns which of the two flags is a superset of the other.ClassProcessor.processClass(ClassProcessor.TransformationContext context) Each class that the processor has opted to recieve is passed to this method for processing.SimpleClassProcessor.processClass(ClassProcessor.TransformationContext context) SimpleFieldProcessor.processClass(ClassProcessor.TransformationContext context) SimpleMethodProcessor.processClass(ClassProcessor.TransformationContext context) static ClassProcessor.ComputeFlagsReturns the enum constant of this class with the specified name.static ClassProcessor.ComputeFlags[]ClassProcessor.ComputeFlags.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.neoforged.neoforgespi.transformation with parameters of type ClassProcessor.ComputeFlagsModifier and TypeMethodDescriptionClassProcessor.ComputeFlags.max(ClassProcessor.ComputeFlags other) Returns which of the two flags is a superset of the other.