neoforged / Bus

Event firing and listening framework, based on the event bus concept
GNU Lesser General Public License v2.1
3 stars 8 forks source link

Add more overloads to IEventBus for optional parameters. #8

Closed ApexModder closed 1 year ago

ApexModder commented 1 year ago

Adds remaining overloads to match the following patterns [...] - meaning optional

Updated tests to use these new overloads rather than passing in the default priority / receiveCancelled values.

Technici4n commented 1 year ago

I want to remove generic events. But that doesn't mean this PR can't be merged - the added functions can be removed when we remove generic events.