Package net.orbyfied.j8.event
Class BusEvent
java.lang.Object
net.orbyfied.j8.event.pipeline.Event
net.orbyfied.j8.event.BusEvent
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PipelineAccess<BusEvent>getPipeline(EventBus bus) This has to be implemented by ALL events, and it must not be obfuscated.
-
Constructor Details
-
BusEvent
public BusEvent()
-
-
Method Details
-
getPipeline
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.
-