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) classThe 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 theTransformerVoteResultfor 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.ClassNodeMethodRedirector.transform(org.objectweb.asm.tree.ClassNode classNode, ITransformerVotingContext votingContext) org.objectweb.asm.tree.MethodNodeReplaceFieldComparisonWithInstanceOf.transform(org.objectweb.asm.tree.MethodNode methodNode, ITransformerVotingContext votingContext) org.objectweb.asm.tree.ClassNodeReplaceFieldWithGetterAccess.transform(org.objectweb.asm.tree.ClassNode input, ITransformerVotingContext context)