Uses of Interface
net.neoforged.neoforgespi.transformation.BytecodeProvider
Packages that use BytecodeProvider
Package
Description
-
Uses of BytecodeProvider in net.neoforged.fml.classloading.transformation
Method parameters in net.neoforged.fml.classloading.transformation with type arguments of type BytecodeProviderModifier and TypeMethodDescriptionvoidClassProcessorSet.link(Function<ProcessorName, BytecodeProvider> bytecodeProviderLookup) -
Uses of BytecodeProvider in net.neoforged.fml.loading.mixin
Fields in net.neoforged.fml.loading.mixin declared as BytecodeProviderModifier and TypeFieldDescriptionprivate final BytecodeProviderFMLClassBytecodeProvider.bytecodeProviderConstructors in net.neoforged.fml.loading.mixin with parameters of type BytecodeProviderModifierConstructorDescription(package private)FMLClassBytecodeProvider(BytecodeProvider bytecodeProvider, FMLMixinClassProcessor classProcessor) -
Uses of BytecodeProvider in net.neoforged.neoforgespi.transformation
Fields in net.neoforged.neoforgespi.transformation declared as BytecodeProviderModifier and TypeFieldDescriptionprivate final BytecodeProviderClassProcessor.LinkContext.bytecodeProviderThe field for thebytecodeProviderrecord component.Methods in net.neoforged.neoforgespi.transformation that return BytecodeProviderModifier and TypeMethodDescriptionClassProcessor.LinkContext.bytecodeProvider()Returns the value of thebytecodeProviderrecord component.Constructors in net.neoforged.neoforgespi.transformation with parameters of type BytecodeProviderModifierConstructorDescriptionLinkContext(@Unmodifiable SequencedMap<ProcessorName, ClassProcessor> processors, BytecodeProvider bytecodeProvider) Creates an instance of aLinkContextrecord class.