Class SliceElementRemapper
java.lang.Object
org.stianloader.micromixin.remapper.element.SliceElementRemapper
- All Implemented Interfaces:
AnnotationElementRemapper<org.objectweb.asm.tree.AnnotationNode>
public class SliceElementRemapper
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
-
SliceElementRemapper
public SliceElementRemapper()
-
-
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
-