Annotation Type EventHandler


  • @Target(METHOD)
    @Retention(RUNTIME)
    public @interface EventHandler
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      EventPriority priority
      The event handler's priority.
    • Element Detail

      • priority

        EventPriority priority
        The event handler's priority.
        Returns:
        Priority. HIGHEST executes first, while LOWEST executes last.
        Default:
        io.manebot.event.EventPriority.NORMAL