Class AtElementRemapper
java.lang.Object
org.stianloader.micromixin.remapper.element.AtElementRemapper
- All Implemented Interfaces:
AnnotationElementRemapper<org.objectweb.asm.tree.AnnotationNode>
public class AtElementRemapper
extends Object
implements AnnotationElementRemapper<org.objectweb.asm.tree.AnnotationNode>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull org.objectweb.asm.tree.AnnotationNoderemapNode(@NotNull RemapContext ctx, @NotNull org.objectweb.asm.tree.AnnotationNode originalValue)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
AtElementRemapper
public AtElementRemapper()
-
-
Method Details
-
remapNode
@NotNull public @NotNull org.objectweb.asm.tree.AnnotationNode remapNode(@NotNull @NotNull RemapContext ctx, @NotNull @NotNull org.objectweb.asm.tree.AnnotationNode originalValue) throws MissingFeatureException, IllegalMixinException - Specified by:
remapNodein interfaceAnnotationElementRemapper<org.objectweb.asm.tree.AnnotationNode>- Throws:
MissingFeatureExceptionIllegalMixinException
-