Uses of Record Class
net.neoforged.neoforgespi.transformation.SimpleMethodProcessor.Target
Packages that use SimpleMethodProcessor.Target
-
Uses of SimpleMethodProcessor.Target in net.neoforged.neoforge.coremods
Fields in net.neoforged.neoforge.coremods with type parameters of type SimpleMethodProcessor.TargetModifier and TypeFieldDescriptionprivate final Set<SimpleMethodProcessor.Target> ReplaceFieldComparisonWithInstanceOf.targetsMethods in net.neoforged.neoforge.coremods that return types with arguments of type SimpleMethodProcessor.TargetConstructor parameters in net.neoforged.neoforge.coremods with type arguments of type SimpleMethodProcessor.TargetModifierConstructorDescriptionReplaceFieldComparisonWithInstanceOf(String fieldOwner, String fieldName, String replacementClassName, List<SimpleMethodProcessor.Target> methodsToScan) -
Uses of SimpleMethodProcessor.Target in net.neoforged.neoforgespi.transformation
Methods in net.neoforged.neoforgespi.transformation that return types with arguments of type SimpleMethodProcessor.TargetModifier and TypeMethodDescriptionabstract Set<SimpleMethodProcessor.Target> SimpleMethodProcessor.targets()Returns the methods targeted by this processor.