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 typetools and instead require a `Class<T>` object for lambda listeners #6

Closed Technici4n closed 11 months ago

Technici4n commented 11 months ago

This was decided against. Thanks to https://github.com/neoforged/Bus/pull/8 modders can conveniently choose between the typetools approach and the explicit class parameter.