489490491492493494495496497
if (response == null) { return null; } MinecraftProfileResponse profile = Gsons.DEFAULT.fromJson(response.toString(), MinecraftProfileResponse.class); return profile.getUserProperty("textures").getTexture("SKIN").getUrl(); }