main Changelog 7.0 === - 7.0.10 Terminally deprecate generic events and @HasResult (#19) - 7.0.9 Unwrap isCanceled check for non-cancelable events (#18) - 7.0.8 Store listener lists inside the EventBus (#17) - 7.0.7 Remove now-useless class validation in tests - 7.0.6 Remove subclass transformer - 7.0.5 Change package to `net.neoforged.bus` (#15) - 7.0.4 Improve no-ASM performance (#14) - 7.0.3 Make type checking more flexible (#11) This will allow the Forge bus to reject `IModBusEvent` listeners. - 7.0.2 Remove phase tracking for Events (`getPhase` and `setPhase`) (#13) - 7.0.1 Add more overloads to IEventBus for optional addListener parameters (#8) - 7.0.0 7.0 and Neoify