No more UUIDs for Players?

I just updated to the latest version of the SpongeAPI and I realized that there isn’t a UUID getter for the Player class anymore. There’s an interface called “Identifiable” which contains the method I need to get the UUID. Maybe this is something you forgot to implement @sk89q?

sk89q said it was a mistake See this comment on the commit

2 Likes

Ah, alright, thank you. I didn’t see that.