Oh geez, I somehow didn't notice the "External Libraries" section in Intellij's sidebar underneath the project. I was too busy looking at the folders inside the project. This is what I get for trying to learn my way around a new IDE and a new set of libraries all at once.
Thanks for pointing that out, as well as letting me know which libraries in the list to look at.
I also found the event bus code, and along with the explanation, it's making a lot more sense to me now. It's one big object keeping a map of all listener methods to the objects they're listening to.
Edit:
Thanks to everyone's help, I was able to register a PlayerLoggedInEvent listener with the EVENT_BUS and got my "Hello World!"