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

Remove `HasResult` and event result #9

Closed Technici4n closed 7 months ago

Technici4n commented 1 year ago

They could just be regular subclass fields. We could move Event.Result to forge as a general-purpose "boolean or default" enum.