Class BusEvent


public class BusEvent extends Event
An event that is invoked by an event bus. Contains more information about the bus and invocation. Most importantly: it processes it's own pipeline for more functionality.
  • Constructor Details

    • BusEvent

      public BusEvent()
  • Method Details

    • getPipeline

      public static PipelineAccess<BusEvent> getPipeline(EventBus bus)
      This has to be implemented by ALL events, and it must not be obfuscated. It creates it's own pipeline for processing.
      Parameters:
      bus - The event bus.
      Returns:
      The pipeline.