Class ImplicitTargetElementResolver
java.lang.Object
org.stianloader.micromixin.remapper.element.ImplicitTargetElementResolver
- All Implemented Interfaces:
BiConsumer<@NotNull RemapContext,@NotNull org.objectweb.asm.tree.AnnotationNode>
public class ImplicitTargetElementResolver
extends Object
implements BiConsumer<@NotNull RemapContext,@NotNull org.objectweb.asm.tree.AnnotationNode>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(@NotNull RemapContext context, @NotNull org.objectweb.asm.tree.AnnotationNode annotation) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiConsumer
andThen
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ImplicitTargetElementResolver
public ImplicitTargetElementResolver()
-
-
Method Details
-
accept
public void accept(@NotNull @NotNull RemapContext context, @NotNull @NotNull org.objectweb.asm.tree.AnnotationNode annotation) - Specified by:
acceptin interfaceBiConsumer<@NotNull RemapContext,@NotNull org.objectweb.asm.tree.AnnotationNode>
-