Uses of Interface
com.cryptomorin.xseries.profiles.mojang.ProfileRequestConfiguration
Packages that use ProfileRequestConfiguration
Package
Description
-
Uses of ProfileRequestConfiguration in com.cryptomorin.xseries.profiles.builder
Methods in com.cryptomorin.xseries.profiles.builder with parameters of type ProfileRequestConfigurationModifier and TypeMethodDescription@NotNull ProfileInstruction<T> ProfileInstruction.profileRequestConfiguration(ProfileRequestConfiguration config) -
Uses of ProfileRequestConfiguration in com.cryptomorin.xseries.profiles.mojang
Methods in com.cryptomorin.xseries.profiles.mojang with parameters of type ProfileRequestConfigurationModifier and TypeMethodDescriptionMinecraftClient.session(@Nullable ProfileRequestConfiguration config) MojangAPI.usernamesToUUIDs(@NotNull Collection<String> usernames, @Nullable ProfileRequestConfiguration config) Occasionally a401 - Unauthorizedor403 - Forbiddenerror is received which is not likely caused by rate-limiting because first of all, it'd return429if that was the case, and secondly, the code was run with a 6hr delay. -
Uses of ProfileRequestConfiguration in com.cryptomorin.xseries.profiles.objects
Methods in com.cryptomorin.xseries.profiles.objects with parameters of type ProfileRequestConfigurationModifier and TypeMethodDescriptionstatic <C extends Collection<Profileable>>
@NotNull CompletableFuture<C> Profileable.prepare(C profileables, @Nullable ProfileRequestConfiguration config, @Nullable com.google.common.base.Function<Throwable, Boolean> errorHandler) Prepares the given profiles asynchrously with the given settings.