Class MixinHeader
- java.lang.Object
-
- org.stianloader.micromixin.transform.internal.MixinHeader
-
public class MixinHeader extends java.lang.ObjectWrapper around the central "@Mixin" annotation.
-
-
Constructor Summary
Constructors Constructor Description MixinHeader(java.util.Collection<java.lang.String> targets, int priority)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MixinHeaderparse(org.objectweb.asm.tree.ClassNode node, int defaultPriority)
-
-
-
Method Detail
-
parse
@NotNull public static MixinHeader parse(@NotNull org.objectweb.asm.tree.ClassNode node, int defaultPriority) throws MixinParseException
- Throws:
MixinParseException
-
-