Interface EventManager


public interface EventManager
An event manager.
  • Method Details

    • getBus

      net.kyori.event.EventBus<Event> getBus()
      Gets the EventBus to handle events.
      Returns:
      The event bus
    • post

      net.kyori.event.PostResult post(Event event)
      Posts an event on the EventBus.
      Parameters:
      event - The event to post
      Returns:
      The post result
    • getCauseStackManager

      CauseStackManager getCauseStackManager()
      Returns:
      The cause stack manager