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