Interface AnnotationElementRemapper<T>
- All Known Implementing Classes:
AtArrayElementRemapper,AtElementRemapper,InjectListTargetElementRemapper,NopElementRemapper,SimpleListTargetElementRemapper,SimpleSingleTargetElementRemapper,SliceArrayElementRemapper,SliceElementRemapper
public interface AnnotationElementRemapper<T>
-
Method Summary
-
Method Details
-
remapNode
@NotNull T remapNode(@NotNull @NotNull RemapContext ctx, @NotNull T originalValue) throws MissingFeatureException, IllegalMixinException
-