Kottle

Kottle

3M Downloads

Can't add event bus listeners via method references

TheLimePixel opened this issue ยท 1 comments

commented

So, I've noticed that

FMLKotlinModLoadingContext.get().modEventBus.addListener<InterModProcessEvent> { processIMC(it) }

works as you'd expect it to, but

FMLKotlinModLoadingContext.get().modEventBus.addListene(this::processIMC)

causes a crash.

I was wondering if this is a bug or just a limitation.

commented

Hey, thanks for reporting. Yes, this is a bug indeed and I'm aware of it, but I haven't had much time to look into it.

Closing this as a duplicate of #8.