12-09-2014, 01:23 AM
Still stuck with authlib. When decompiling, its constructor asks for a UUID and a String, just like MC expects. But when accessing said class with reflection, suddenly it's String and String. Also the legacy and the PropertyMap fields are gone, as well as all related methods. There should be no SecurityManager denying me access. There is a UUIDTypeAdapter with converts between UUID and String, but I have no idea how it would change the constructor when calling it with reflection.