Class InjectionPoint.Flags
java.lang.Object
org.spongepowered.asm.mixin.injection.InjectionPoint.Flags
- Enclosing class:
InjectionPoint
Boolean extensions for the At parser, mainly to avoid having to add many
booleans in the future
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intChange the default target restriction from METHODS_ONLY to ALLOW_ALL -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
UNSAFE
public static final int UNSAFEChange the default target restriction from METHODS_ONLY to ALLOW_ALL- See Also:
-
-
Constructor Details
-
Flags
public Flags()
-
-
Method Details
-
parse
-
parse
public static int parse(org.objectweb.asm.tree.AnnotationNode at)
-