Uses of Interface
cpw.mods.modlauncher.api.ITransformerVotingContext.InsnPredicate
Packages that use ITransformerVotingContext.InsnPredicate
-
Uses of ITransformerVotingContext.InsnPredicate in cpw.mods.modlauncher
Methods in cpw.mods.modlauncher with parameters of type ITransformerVotingContext.InsnPredicateModifier and TypeMethodDescriptionboolean
VotingContext.applyInstructionPredicate
(ITransformerVotingContext.InsnPredicate insnPredicate) -
Uses of ITransformerVotingContext.InsnPredicate in cpw.mods.modlauncher.api
Methods in cpw.mods.modlauncher.api with parameters of type ITransformerVotingContext.InsnPredicateModifier and TypeMethodDescriptionboolean
ITransformerVotingContext.applyInstructionPredicate
(ITransformerVotingContext.InsnPredicate insnPredicate) Return the result of applying the supplied instruction predicate to the current method node.