Annotation Interface GeyserEventHandler


@Retention(RUNTIME) @Target(METHOD) public @interface GeyserEventHandler
Event Methods must be decorated with this annotation to receive events. The class the method belongs to must also be registered with the plugin manager unless it is already decorated with the @Plugin annotation
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
     
    int
     
  • Element Details

    • priority

      int priority
      Default:
      50
    • ignoreCancelled

      boolean ignoreCancelled
      Default:
      false