Package org.spongepowered.asm.mixin
Annotation Type Implements
-
@Target(TYPE) @Retention(CLASS) public @interface ImplementsPseudo-implements decorator for Mixins with conflicting methods in a superclass to soft-implement an interface.See Introduction to Mixins - Resolving Method Signature Conflicts for details on soft implementation of interfaces.