Interface PaperEventBridge.SynchronousEventDispatcher

Enclosing class:
PaperEventBridge
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface PaperEventBridge.SynchronousEventDispatcher
Invocation must finish synchronously so cancellation/result mutation remains in the originating event frame.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    dispatch(org.bukkit.event.Event event)
     
  • Method Details

    • dispatch

      void dispatch(org.bukkit.event.Event event) throws Exception
      Throws:
      Exception