Caliper

Caliper

5M Downloads

Event listener info only picks up instance methods?

Mysteryem opened this issue ยท 2 comments

commented

I was looking at https://www.reddit.com/r/feedthebeast/comments/7dqct2/btm_pack_analysis/ and couldn't see most of the event listeners for Up And Down And All Around. Most of Up And Down's event listening methods are static and I could only see its event subscribed instance methods in the event listener info.

RegistryEvent.Register also seems to be missing from the info.

commented

There are a few issues with the event listeners detection method. Forge doesn't really keep the context in a useful way so I have to reverse engineer a string that has all the data in it. Some strings use different formats, and so on. Right now I am catching these as unknown, however in the future I am going to be cleaning this up some more.

commented

This has finally been fixed. 8d4536c