Class InjectionPoint.Flags
- java.lang.Object
-
- org.spongepowered.asm.mixin.injection.InjectionPoint.Flags
-
- Enclosing class:
- InjectionPoint
public static final class InjectionPoint.Flags extends java.lang.ObjectBoolean extensions for the At parser, mainly to avoid having to add many booleans in the future
-
-
Field Summary
Fields Modifier and Type Field Description static intUNSAFEChange the default target restriction from METHODS_ONLY to ALLOW_ALL
-
Constructor Summary
Constructors Constructor Description Flags()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intparse(org.objectweb.asm.tree.AnnotationNode at)static intparse(At at)
-
-
-
Field Detail
-
UNSAFE
public static final int UNSAFE
Change the default target restriction from METHODS_ONLY to ALLOW_ALL- See Also:
- Constant Field Values
-
-
Method Detail
-
parse
public static int parse(At at)
-
parse
public static int parse(org.objectweb.asm.tree.AnnotationNode at)
-
-