Open
Description
Event listeners generated by MinecraftDev are non-static which can lead to some very confusing debugging when someone doesn't notice they are non-static and uses EventBusSubscriber
.
Would also be nice to show a warning when attempting to use non-static event listener methods with EventBusSubscriber
.