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