Class InjectionPoint.Flags

java.lang.Object
org.spongepowered.asm.mixin.injection.InjectionPoint.Flags
Enclosing class:
InjectionPoint

public static final class InjectionPoint.Flags extends Object
Boolean 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 final int
    Change the default target restriction from METHODS_ONLY to ALLOW_ALL
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static int
    parse(org.objectweb.asm.tree.AnnotationNode at)
     
    static int
    parse(At at)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • UNSAFE

      public static final int UNSAFE
      Change the default target restriction from METHODS_ONLY to ALLOW_ALL
      See Also:
  • Constructor Details

    • Flags

      public Flags()
  • Method Details

    • parse

      public static int parse(At at)
    • parse

      public static int parse(org.objectweb.asm.tree.AnnotationNode at)