Basic API#
Murder Run as an event bus you can listen to. There are a limited number of events that you are able to listen to.
1final APIEventBus bus = EventBusProvider.getBus(); // gets the event bus
2bus.subscribe(...);
3bus.unsubscribe(...);
4bus.fire(...);