Package org.geysermc.floodgate.core.http
Class ProfileFetcher
java.lang.Object
org.geysermc.floodgate.core.http.ProfileFetcher
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCompletableFuture<@Nullable ProfileAudience>fetchGamertagFor(long xuid) CompletableFuture<@Nullable ProfileAudience>fetchGamertagFor(UUID xuid) CompletableFuture<@Nullable ProfileAudience>fetchUniqueIdFor(String username) CompletableFuture<@Nullable ProfileAudience>fetchUsernameFor(UUID uniqueId) CompletableFuture<@Nullable ProfileAudience>fetchXuidFor(String gamertag)
-
Constructor Details
-
ProfileFetcher
public ProfileFetcher()
-
-
Method Details
-
fetchUniqueIdFor
-
fetchUsernameFor
-
fetchXuidFor
-
fetchGamertagFor
-
fetchGamertagFor
-