Package org.spongepowered.asm.mixin
-
Annotation Types Summary Annotation Type Description Mixin TheMixinannotation can be applied on classes to mark them as a mixin.Mutable Overwrite Overwritecan be applied on methods that need to be explicitly overwritten.Shadow TheShadowannotation can be put on methods and fields that are present in the target class without overwriting them.Unique TheUniqueannotation guarantees, when applied to a class member, that the member it was applied on does not cause any modifications to class members of the target classes.