tModLoader

tModLoader

Boss Checklist
Could we have a way to get a list of entries?
I am currently working on a mod and I would like to add a feature that requires it to use this mod to detect which bosses, mini bosses and events have and haven't been defeated. When I looked at the github for this mod, I saw that in the BossTracker class, there is a list called SortedEntries, which was exactly what I needed to access. Then I found that it was completely inaccessible, even via Weak References. Would it be possible to add a mod call to receive a list of entries, or even make the BossChecklist and BossTracker classes public rather than internal to allow access through Weak and Strong references?