Interface SessionServerClient
@Client("https://sessionserver.mojang.com/session/minecraft")
@Header(name="User-Agent",
value="${http.userAgent}")
public interface SessionServerClient
-
Method Summary
-
Method Details
-
profileWithProperties
@Get("/profile/{uuid}?unsigned=false") CompletableFuture<ProfileWithProperties> profileWithProperties(@NotNull @NotNull UUID uuid)
-