Uses of Record Class
com.mojang.authlib.yggdrasil.ProfileResult
Packages that use ProfileResult
-
Uses of ProfileResult in com.mojang.authlib.minecraft
Methods in com.mojang.authlib.minecraft that return ProfileResultModifier and TypeMethodDescriptionMinecraftSessionService.fetchProfile(UUID profileId, boolean requireSecure) Fetches the profile information associated with the given ID from the session service.MinecraftSessionService.hasJoinedServer(String profileName, String serverId, InetAddress address) Checks if the specified user has joined a Minecraft server. -
Uses of ProfileResult in com.mojang.authlib.yggdrasil
Fields in com.mojang.authlib.yggdrasil with type parameters of type ProfileResultModifier and TypeFieldDescriptionprivate final com.google.common.cache.LoadingCache<UUID, Optional<ProfileResult>> YggdrasilMinecraftSessionService.insecureProfilesMethods in com.mojang.authlib.yggdrasil that return ProfileResultModifier and TypeMethodDescriptionYggdrasilMinecraftSessionService.fetchProfile(UUID profileId, boolean requireSecure) private ProfileResultYggdrasilMinecraftSessionService.fetchProfileUncached(UUID profileId, boolean requireSecure) YggdrasilMinecraftSessionService.hasJoinedServer(String profileName, String serverId, InetAddress address) -
Uses of ProfileResult in net.minecraft.client
Fields in net.minecraft.client with type parameters of type ProfileResultModifier and TypeFieldDescriptionprivate final CompletableFuture<@Nullable ProfileResult> Minecraft.profileFuture