Uses of Interface
cpw.mods.modlauncher.api.ITransformerVotingContext
Packages that use ITransformerVotingContext
-
Uses of ITransformerVotingContext in cpw.mods.modlauncher
Classes in cpw.mods.modlauncher that implement ITransformerVotingContextModifier and TypeClassDescription(package private) class
The internal vote context structure.Methods in cpw.mods.modlauncher with parameters of type ITransformerVotingContextModifier and TypeMethodDescriptionTransformerHolder.castVote
(ITransformerVotingContext context) TransformerHolder.transform
(T input, ITransformerVotingContext context) -
Uses of ITransformerVotingContext in cpw.mods.modlauncher.api
Methods in cpw.mods.modlauncher.api with parameters of type ITransformerVotingContextModifier and TypeMethodDescriptionITransformer.castVote
(ITransformerVotingContext context) Return theTransformerVoteResult
for this transformer.ITransformer.transform
(T input, ITransformerVotingContext context) Transform the input to the ITransformer's desire. -
Uses of ITransformerVotingContext in net.neoforged.neoforge.coremods
Methods in net.neoforged.neoforge.coremods with parameters of type ITransformerVotingContextModifier and TypeMethodDescriptionMethodRedirector.castVote
(ITransformerVotingContext context) ReplaceFieldComparisonWithInstanceOf.castVote
(ITransformerVotingContext context) ReplaceFieldWithGetterAccess.castVote
(ITransformerVotingContext context) org.objectweb.asm.tree.ClassNode
MethodRedirector.transform
(org.objectweb.asm.tree.ClassNode classNode, ITransformerVotingContext votingContext) org.objectweb.asm.tree.MethodNode
ReplaceFieldComparisonWithInstanceOf.transform
(org.objectweb.asm.tree.MethodNode methodNode, ITransformerVotingContext votingContext) org.objectweb.asm.tree.ClassNode
ReplaceFieldWithGetterAccess.transform
(org.objectweb.asm.tree.ClassNode input, ITransformerVotingContext context)