Did the PlayerJoinEvent get moved?

Edit: Welp - [Solved] Events Rewrite Questions

Hey guys,

I am fairly new to Sponge and I am already in love.
After watching some videos and reading some parts of the docs, I am wondering where the PlayerJoinEvent went to.
I can’t find it in the repo neither on GitHub nor somewhere else.

Hopefully you guys can help me out.

Thanks in advance
Cludch

No need to look through the repo, we have offical javadocs:
https://jd.spongepowered.org/

What you’re looking for should be this one:
https://jd.spongepowered.org/org/spongepowered/api/event/network/ClientConnectionEvent.Join.html

2 Likes